GroupQuotasOperations interface
Interface representing a GroupQuotas operations.
Properties
| create |
Creates a new GroupQuota for the name passed. A RequestId will be returned by the Service. The status can be polled periodically. The status Async polling is using standards defined at - https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations. Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI will change to Get URI and full details can be checked. |
| delete | |
| get | Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The details on group quota can be access from the group quota APIs. |
| list | Lists GroupQuotas for the scope passed. It will return the GroupQuotas QuotaEntity properties only.The details on group quota can be access from the group quota APIs. |
| update | Updates the GroupQuotas for the name passed. A GroupQuotas RequestId will be returned by the Service. The status can be polled periodically. The status Async polling is using standards defined at - https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations. Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI will change to Get URI and full details can be checked. Any change in the filters will be applicable to the future quota assignments, existing quota allocated to subscriptions from the GroupQuotas remains unchanged. |
Property Details
createOrUpdate
Creates a new GroupQuota for the name passed. A RequestId will be returned by the Service. The status can be polled periodically. The status Async polling is using standards defined at - https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations. Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI will change to Get URI and full details can be checked.
createOrUpdate: (managementGroupId: string, groupQuotaName: string, options?: GroupQuotasCreateOrUpdateOptionalParams) => PollerLike<OperationState<GroupQuotasEntity>, GroupQuotasEntity>
Property Value
(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasCreateOrUpdateOptionalParams) => PollerLike<OperationState<GroupQuotasEntity>, GroupQuotasEntity>
delete
delete: (managementGroupId: string, groupQuotaName: string, options?: GroupQuotasDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The details on group quota can be access from the group quota APIs.
get: (managementGroupId: string, groupQuotaName: string, options?: GroupQuotasGetOptionalParams) => Promise<GroupQuotasEntity>
Property Value
(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasGetOptionalParams) => Promise<GroupQuotasEntity>
list
Lists GroupQuotas for the scope passed. It will return the GroupQuotas QuotaEntity properties only.The details on group quota can be access from the group quota APIs.
list: (managementGroupId: string, options?: GroupQuotasListOptionalParams) => PagedAsyncIterableIterator<GroupQuotasEntity, GroupQuotasEntity[], PageSettings>
Property Value
(managementGroupId: string, options?: GroupQuotasListOptionalParams) => PagedAsyncIterableIterator<GroupQuotasEntity, GroupQuotasEntity[], PageSettings>
update
Updates the GroupQuotas for the name passed. A GroupQuotas RequestId will be returned by the Service. The status can be polled periodically. The status Async polling is using standards defined at - https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations. Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI will change to Get URI and full details can be checked. Any change in the filters will be applicable to the future quota assignments, existing quota allocated to subscriptions from the GroupQuotas remains unchanged.
update: (managementGroupId: string, groupQuotaName: string, options?: GroupQuotasUpdateOptionalParams) => PollerLike<OperationState<GroupQuotasEntity>, GroupQuotasEntity>
Property Value
(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasUpdateOptionalParams) => PollerLike<OperationState<GroupQuotasEntity>, GroupQuotasEntity>