CheckQuotaAvailabilityResponse Class

Check quota availability response object.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

CheckQuotaAvailabilityResponse(*, is_available: bool | None = None, availability_status: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
is_available

True/False indicating whether the quota request be granted based on availability.

Default value: None
availability_status
str

Message indicating additional details to add to quota support request.

Default value: None

Variables

Name Description
id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

system_data

Azure Resource Manager metadata containing createdBy and modifiedBy information.

is_available

True/False indicating whether the quota request be granted based on availability.

availability_status
str

Message indicating additional details to add to quota support request.