Skip to main content

quotas

Overview

Namequotas
TypeResource
Idazure_stack.network_admin.quotas

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
namestringThe name of the resource
propertiesobjectProperties of a quota.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocation, resourceName, subscriptionIdGet a quota by name.
listSELECTlocation, subscriptionIdList all quotas.
create_or_updateINSERTlocation, resourceName, subscriptionIdCreate or update a quota.
deleteDELETElocation, resourceName, subscriptionIdDelete a quota by name.
_listEXEClocation, subscriptionIdList all quotas.