Options
All
  • Public
  • Public/Protected
  • All
Menu

@azure/arm-quota

Package version

Index

Enumerations

Classes

Interfaces

Type aliases

Variables

Object literals

Type aliases

LimitJsonObjectUnion

LimitJsonObjectUnion: LimitJsonObject | LimitObject

LimitObject

LimitObject: LimitJsonObject & { limitObjectType: "LimitValue"; limitType?: QuotaLimitTypes; value: number }

The resource quota limit value.

LimitType

LimitType: string

Defines values for LimitType.
KnownLimitType can be used interchangeably with LimitType, this enum contains the known values that the service supports.

Known values supported by the service

LimitValue

QuotaCreateOrUpdateResponse

QuotaCreateOrUpdateResponse: CurrentQuotaLimitBase

Contains response data for the createOrUpdate operation.

QuotaGetResponse

Contains response data for the get operation.

QuotaLimitTypes

QuotaLimitTypes: string

Defines values for QuotaLimitTypes.
KnownQuotaLimitTypes can be used interchangeably with QuotaLimitTypes, this enum contains the known values that the service supports.

Known values supported by the service

Independent
Shared

QuotaListNextResponse

QuotaListNextResponse: QuotaListNextHeaders & QuotaLimits

Contains response data for the listNext operation.

QuotaListResponse

QuotaListResponse: QuotaListHeaders & QuotaLimits

Contains response data for the list operation.

QuotaOperationListNextResponse

QuotaOperationListNextResponse: OperationList

Contains response data for the listNext operation.

QuotaOperationListResponse

QuotaOperationListResponse: OperationList

Contains response data for the list operation.

QuotaRequestState

QuotaRequestState: string

Defines values for QuotaRequestState.
KnownQuotaRequestState can be used interchangeably with QuotaRequestState, this enum contains the known values that the service supports.

Known values supported by the service

Accepted
Invalid
Succeeded
Failed
InProgress

QuotaRequestStatusGetResponse

QuotaRequestStatusGetResponse: QuotaRequestDetails

Contains response data for the get operation.

QuotaRequestStatusListNextResponse

QuotaRequestStatusListNextResponse: QuotaRequestDetailsList

Contains response data for the listNext operation.

QuotaRequestStatusListResponse

QuotaRequestStatusListResponse: QuotaRequestDetailsList

Contains response data for the list operation.

QuotaUpdateResponse

QuotaUpdateResponse: CurrentQuotaLimitBase

Contains response data for the update operation.

UsagesGetResponse

UsagesGetResponse: UsagesGetHeaders & CurrentUsagesBase

Contains response data for the get operation.

UsagesListNextResponse

UsagesListNextResponse: UsagesListNextHeaders & UsagesLimits

Contains response data for the listNext operation.

UsagesListResponse

UsagesListResponse: UsagesListHeaders & UsagesLimits

Contains response data for the list operation.

UsagesTypes

UsagesTypes: string

Defines values for UsagesTypes.
KnownUsagesTypes can be used interchangeably with UsagesTypes, this enum contains the known values that the service supports.

Known values supported by the service

Individual
Combined

Variables

Const serializer

serializer: any = coreClient.createSerializer(Mappers, /* isXml */ false)

Object literals

Const $host

$host: object

parameterPath

parameterPath: string = "$host"

skipEncoding

skipEncoding: boolean = true

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "$host"

type

type: object

name

name: string = "String"

Const CommonResourceProperties

CommonResourceProperties: object

type

type: object

className

className: string = "CommonResourceProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const CreateGenericQuotaRequestParameters

CreateGenericQuotaRequestParameters: object

type

type: object

className

className: string = "CreateGenericQuotaRequestParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "CurrentQuotaLimitBase"

name

name: string = "Composite"

Const CurrentQuotaLimitBase

CurrentQuotaLimitBase: object

type

type: object

className

className: string = "CurrentQuotaLimitBase"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "QuotaProperties"

name

name: string = "Composite"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const CurrentUsagesBase

CurrentUsagesBase: object

type

type: object

className

className: string = "CurrentUsagesBase"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "UsagesProperties"

name

name: string = "Composite"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const ExceptionResponse

ExceptionResponse: object

type

type: object

className

className: string = "ExceptionResponse"

name

name: string = "Composite"

modelProperties

modelProperties: object

error

error: object

serializedName

serializedName: string = "error"

type

type: object

className

className: string = "ServiceError"

name

name: string = "Composite"

Const LimitJsonObject

LimitJsonObject: object

type

type: object

className

className: string = "LimitJsonObject"

name

name: string = "Composite"

uberParent

uberParent: string = "LimitJsonObject"

modelProperties

modelProperties: object

limitObjectType

limitObjectType: object

required

required: boolean = true

serializedName

serializedName: string = "limitObjectType"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "limitObjectType"

serializedName

serializedName: string = "limitObjectType"

Const LimitObject

LimitObject: object

serializedName

serializedName: string = "LimitValue"

type

type: object

className

className: string = "LimitObject"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = LimitJsonObject.type.polymorphicDiscriminator

uberParent

uberParent: string = "LimitJsonObject"

modelProperties

modelProperties: object

limitType

limitType: object

serializedName

serializedName: string = "limitType"

type

type: object

name

name: string = "String"

value

value: object

required

required: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Number"

Const OperationDisplay

OperationDisplay: object

type

type: object

className

className: string = "OperationDisplay"

name

name: string = "Composite"

modelProperties

modelProperties: object

description

description: object

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

operation

operation: object

serializedName

serializedName: string = "operation"

type

type: object

name

name: string = "String"

provider

provider: object

serializedName

serializedName: string = "provider"

type

type: object

name

name: string = "String"

resource

resource: object

serializedName

serializedName: string = "resource"

type

type: object

name

name: string = "String"

Const OperationList

OperationList: object

type

type: object

className

className: string = "OperationList"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "OperationResponse"

name

name: string = "Composite"

Const OperationResponse

OperationResponse: object

type

type: object

className

className: string = "OperationResponse"

name

name: string = "Composite"

modelProperties

modelProperties: object

display

display: object

serializedName

serializedName: string = "display"

type

type: object

className

className: string = "OperationDisplay"

name

name: string = "Composite"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

origin

origin: object

serializedName

serializedName: string = "origin"

type

type: object

name

name: string = "String"

Const QuotaGetHeaders

QuotaGetHeaders: object

type

type: object

className

className: string = "QuotaGetHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

Const QuotaLimits

QuotaLimits: object

type

type: object

className

className: string = "QuotaLimits"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "CurrentQuotaLimitBase"

name

name: string = "Composite"

Const QuotaLimitsResponse

QuotaLimitsResponse: object

type

type: object

className

className: string = "QuotaLimitsResponse"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "CurrentQuotaLimitBase"

name

name: string = "Composite"

Const QuotaListHeaders

QuotaListHeaders: object

type

type: object

className

className: string = "QuotaListHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

Const QuotaListNextHeaders

QuotaListNextHeaders: object

type

type: object

className

className: string = "QuotaListNextHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

Const QuotaProperties

QuotaProperties: object

type

type: object

className

className: string = "QuotaProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

isQuotaApplicable

isQuotaApplicable: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "isQuotaApplicable"

type

type: object

name

name: string = "Boolean"

limit

limit: object

serializedName

serializedName: string = "limit"

type

type: object

className

className: string = "LimitJsonObject"

name

name: string = "Composite"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

className

className: string = "ResourceName"

name

name: string = "Composite"

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

quotaPeriod

quotaPeriod: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "quotaPeriod"

type

type: object

name

name: string = "String"

resourceType

resourceType: object

serializedName

serializedName: string = "resourceType"

type

type: object

name

name: string = "String"

unit

unit: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "unit"

type

type: object

name

name: string = "String"

Const QuotaRequestDetails

QuotaRequestDetails: object

type

type: object

className

className: string = "QuotaRequestDetails"

name

name: string = "Composite"

modelProperties

modelProperties: object

error

error: object

serializedName

serializedName: string = "properties.error"

type

type: object

className

className: string = "ServiceErrorDetail"

name

name: string = "Composite"

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

message

message: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.message"

type

type: object

name

name: string = "String"

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

requestSubmitTime

requestSubmitTime: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.requestSubmitTime"

type

type: object

name

name: string = "DateTime"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "properties.value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "SubRequest"

name

name: string = "Composite"

Const QuotaRequestDetailsList

QuotaRequestDetailsList: object

type

type: object

className

className: string = "QuotaRequestDetailsList"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "QuotaRequestDetails"

name

name: string = "Composite"

Const QuotaRequestOneResourceSubmitResponse

QuotaRequestOneResourceSubmitResponse: object

type

type: object

className

className: string = "QuotaRequestOneResourceSubmitResponse"

name

name: string = "Composite"

modelProperties

modelProperties: object

currentValue

currentValue: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.currentValue"

type

type: object

name

name: string = "Number"

error

error: object

serializedName

serializedName: string = "properties.error"

type

type: object

className

className: string = "ServiceErrorDetail"

name

name: string = "Composite"

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

isQuotaApplicable

isQuotaApplicable: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.isQuotaApplicable"

type

type: object

name

name: string = "Boolean"

limit

limit: object

serializedName

serializedName: string = "properties.limit"

type

type: object

className

className: string = "LimitObject"

name

name: string = "Composite"

message

message: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.message"

type

type: object

name

name: string = "String"

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

namePropertiesName

namePropertiesName: object

serializedName

serializedName: string = "properties.name"

type

type: object

className

className: string = "ResourceName"

name

name: string = "Composite"

properties

properties: object

serializedName

serializedName: string = "properties.properties"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

quotaPeriod

quotaPeriod: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.quotaPeriod"

type

type: object

name

name: string = "String"

requestSubmitTime

requestSubmitTime: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.requestSubmitTime"

type

type: object

name

name: string = "DateTime"

resourceType

resourceType: object

serializedName

serializedName: string = "properties.resourceType"

type

type: object

name

name: string = "String"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

unit

unit: object

serializedName

serializedName: string = "properties.unit"

type

type: object

name

name: string = "String"

Const QuotaRequestProperties

QuotaRequestProperties: object

type

type: object

className

className: string = "QuotaRequestProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

error

error: object

serializedName

serializedName: string = "error"

type

type: object

className

className: string = "ServiceErrorDetail"

name

name: string = "Composite"

message

message: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "provisioningState"

type

type: object

name

name: string = "String"

requestSubmitTime

requestSubmitTime: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "requestSubmitTime"

type

type: object

name

name: string = "DateTime"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "SubRequest"

name

name: string = "Composite"

Const QuotaRequestSubmitResponse

QuotaRequestSubmitResponse: object

type

type: object

className

className: string = "QuotaRequestSubmitResponse"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "QuotaRequestProperties"

name

name: string = "Composite"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const QuotaRequestSubmitResponse202

QuotaRequestSubmitResponse202: object

type

type: object

className

className: string = "QuotaRequestSubmitResponse202"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

limit

limit: object

serializedName

serializedName: string = "properties.limit"

type

type: object

className

className: string = "LimitObject"

name

name: string = "Composite"

message

message: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.message"

type

type: object

name

name: string = "String"

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

namePropertiesName

namePropertiesName: object

serializedName

serializedName: string = "properties.name"

type

type: object

className

className: string = "ResourceName"

name

name: string = "Composite"

properties

properties: object

serializedName

serializedName: string = "properties.properties"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

quotaPeriod

quotaPeriod: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.quotaPeriod"

type

type: object

name

name: string = "String"

resourceType

resourceType: object

serializedName

serializedName: string = "properties.resourceType"

type

type: object

name

name: string = "String"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

unit

unit: object

serializedName

serializedName: string = "properties.unit"

type

type: object

name

name: string = "String"

Const ResourceName

ResourceName: object

type

type: object

className

className: string = "ResourceName"

name

name: string = "Composite"

modelProperties

modelProperties: object

localizedValue

localizedValue: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "localizedValue"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "String"

Const ServiceError

ServiceError: object

type

type: object

className

className: string = "ServiceError"

name

name: string = "Composite"

modelProperties

modelProperties: object

code

code: object

serializedName

serializedName: string = "code"

type

type: object

name

name: string = "String"

details

details: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "details"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ServiceErrorDetail"

name

name: string = "Composite"

message

message: object

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

Const ServiceErrorDetail

ServiceErrorDetail: object

type

type: object

className

className: string = "ServiceErrorDetail"

name

name: string = "Composite"

modelProperties

modelProperties: object

code

code: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "code"

type

type: object

name

name: string = "String"

message

message: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

Const SubRequest

SubRequest: object

type

type: object

className

className: string = "SubRequest"

name

name: string = "Composite"

modelProperties

modelProperties: object

limit

limit: object

serializedName

serializedName: string = "limit"

type

type: object

className

className: string = "LimitJsonObject"

name

name: string = "Composite"

message

message: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

className

className: string = "ResourceName"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "provisioningState"

type

type: object

name

name: string = "String"

resourceType

resourceType: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "resourceType"

type

type: object

name

name: string = "String"

subRequestId

subRequestId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "subRequestId"

type

type: object

name

name: string = "String"

unit

unit: object

serializedName

serializedName: string = "unit"

type

type: object

name

name: string = "String"

Const UsagesGetHeaders

UsagesGetHeaders: object

type

type: object

className

className: string = "UsagesGetHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

Const UsagesLimits

UsagesLimits: object

type

type: object

className

className: string = "UsagesLimits"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "CurrentUsagesBase"

name

name: string = "Composite"

Const UsagesListHeaders

UsagesListHeaders: object

type

type: object

className

className: string = "UsagesListHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

Const UsagesListNextHeaders

UsagesListNextHeaders: object

type

type: object

className

className: string = "UsagesListNextHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

Const UsagesObject

UsagesObject: object

type

type: object

className

className: string = "UsagesObject"

name

name: string = "Composite"

modelProperties

modelProperties: object

usagesType

usagesType: object

serializedName

serializedName: string = "usagesType"

type

type: object

name

name: string = "String"

value

value: object

required

required: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Number"

Const UsagesProperties

UsagesProperties: object

type

type: object

className

className: string = "UsagesProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

isQuotaApplicable

isQuotaApplicable: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "isQuotaApplicable"

type

type: object

name

name: string = "Boolean"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

className

className: string = "ResourceName"

name

name: string = "Composite"

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

quotaPeriod

quotaPeriod: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "quotaPeriod"

type

type: object

name

name: string = "String"

resourceType

resourceType: object

serializedName

serializedName: string = "resourceType"

type

type: object

name

name: string = "String"

unit

unit: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "unit"

type

type: object

name

name: string = "String"

usages

usages: object

serializedName

serializedName: string = "usages"

type

type: object

className

className: string = "UsagesObject"

name

name: string = "Composite"

Const accept

accept: object

parameterPath

parameterPath: string = "accept"

mapper

mapper: object

defaultValue

defaultValue: string = "application/json"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "Accept"

type

type: object

name

name: string = "String"

Const apiVersion

apiVersion: object

parameterPath

parameterPath: string = "apiVersion"

mapper

mapper: object

defaultValue

defaultValue: string = "2021-03-15-preview"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "api-version"

type

type: object

name

name: string = "String"

Const contentType

contentType: object

parameterPath

parameterPath: string[] = ["options", "contentType"]

mapper

mapper: object

defaultValue

defaultValue: string = "application/json"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "Content-Type"

type

type: object

name

name: string = "String"

Const createOrUpdateOperationSpec

createOrUpdateOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "PUT"

mediaType

mediaType: string = "json"

path

path: string = "/{scope}/providers/Microsoft.Quota/quotas/{resourceName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.createQuotaRequest

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host, Parameters.resourceName, Parameters.scope]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.CurrentQuotaLimitBase

201

201: object

bodyMapper

bodyMapper: any = Mappers.CurrentQuotaLimitBase

202

202: object

bodyMapper

bodyMapper: any = Mappers.CurrentQuotaLimitBase

204

204: object

bodyMapper

bodyMapper: any = Mappers.CurrentQuotaLimitBase

default

default: object

bodyMapper

bodyMapper: any = Mappers.ExceptionResponse

Const createQuotaRequest

createQuotaRequest: object

mapper

mapper: any = CurrentQuotaLimitBaseMapper

parameterPath

parameterPath: string = "createQuotaRequest"

Let discriminators

discriminators: object

LimitJsonObject

LimitJsonObject: any = LimitJsonObject

LimitJsonObject.LimitValue

LimitJsonObject.LimitValue: any = LimitObject

Const filter

filter: object

parameterPath

parameterPath: string[] = ["options", "filter"]

mapper

mapper: object

serializedName

serializedName: string = "$filter"

type

type: object

name

name: string = "String"

Const getOperationSpec

getOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/{scope}/providers/Microsoft.Quota/quotaRequests/{id}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host, Parameters.scope, Parameters.id]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.QuotaRequestDetails

headersMapper

headersMapper: any = Mappers.QuotaGetHeaders

default

default: object

bodyMapper

bodyMapper: any = Mappers.ExceptionResponse

Const id

id: object

parameterPath

parameterPath: string = "id"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

Const listNextOperationSpec

listNextOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host, Parameters.nextLink]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.OperationList

headersMapper

headersMapper: any = Mappers.QuotaListNextHeaders

default

default: object

bodyMapper

bodyMapper: any = Mappers.ExceptionResponse

Const listOperationSpec

listOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/providers/Microsoft.Quota/operations"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.OperationList

headersMapper

headersMapper: any = Mappers.QuotaListHeaders

default

default: object

bodyMapper

bodyMapper: any = Mappers.ExceptionResponse

Const nextLink

nextLink: object

parameterPath

parameterPath: string = "nextLink"

skipEncoding

skipEncoding: boolean = true

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

Const resourceName

resourceName: object

parameterPath

parameterPath: string = "resourceName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "resourceName"

type

type: object

name

name: string = "String"

Const scope

scope: object

parameterPath

parameterPath: string = "scope"

skipEncoding

skipEncoding: boolean = true

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "scope"

type

type: object

name

name: string = "String"

Const skiptoken

skiptoken: object

parameterPath

parameterPath: string[] = ["options", "skiptoken"]

mapper

mapper: object

serializedName

serializedName: string = "$skiptoken"

type

type: object

name

name: string = "String"

Const top

top: object

parameterPath

parameterPath: string[] = ["options", "top"]

mapper

mapper: object

serializedName

serializedName: string = "$top"

constraints

constraints: object

InclusiveMinimum

InclusiveMinimum: number = 1

type

type: object

name

name: string = "Number"

Const updateOperationSpec

updateOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "PATCH"

mediaType

mediaType: string = "json"

path

path: string = "/{scope}/providers/Microsoft.Quota/quotas/{resourceName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.createQuotaRequest

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host, Parameters.resourceName, Parameters.scope]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.CurrentQuotaLimitBase

201

201: object

bodyMapper

bodyMapper: any = Mappers.CurrentQuotaLimitBase

202

202: object

bodyMapper

bodyMapper: any = Mappers.CurrentQuotaLimitBase

204

204: object

bodyMapper

bodyMapper: any = Mappers.CurrentQuotaLimitBase

default

default: object

bodyMapper

bodyMapper: any = Mappers.ExceptionResponse

Generated using TypeDoc