Package version:

Interface GroupQuotasOperations

Interface representing a GroupQuotas operations.

interface GroupQuotasOperations {
    createOrUpdate: ((managementGroupId: string, groupQuotaName: string, options?: GroupQuotasCreateOrUpdateOptionalParams) => PollerLike<OperationState<GroupQuotasEntity>, GroupQuotasEntity>);
    delete: ((managementGroupId: string, groupQuotaName: string, options?: GroupQuotasDeleteOptionalParams) => PollerLike<OperationState<void>, void>);
    get: ((managementGroupId: string, groupQuotaName: string, options?: GroupQuotasGetOptionalParams) => Promise<GroupQuotasEntity>);
    list: ((managementGroupId: string, options?: GroupQuotasListOptionalParams) => PagedAsyncIterableIterator<GroupQuotasEntity, {}, PageSettings>);
    update: ((managementGroupId: string, groupQuotaName: string, options?: GroupQuotasUpdateOptionalParams) => PollerLike<OperationState<GroupQuotasEntity>, GroupQuotasEntity>);
}

Properties

createOrUpdate: ((managementGroupId: string, groupQuotaName: string, options?: GroupQuotasCreateOrUpdateOptionalParams) => PollerLike<OperationState<GroupQuotasEntity>, GroupQuotasEntity>)

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: ((managementGroupId: string, groupQuotaName: string, options?: GroupQuotasDeleteOptionalParams) => PollerLike<OperationState<void>, void>)

delete is a reserved word that cannot be used as an operation name. Please add @clientName("clientName") or @clientName("", "javascript") to the operation to override the generated name.

get: ((managementGroupId: string, groupQuotaName: string, options?: GroupQuotasGetOptionalParams) => Promise<GroupQuotasEntity>)

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: ((managementGroupId: string, options?: GroupQuotasListOptionalParams) => PagedAsyncIterableIterator<GroupQuotasEntity, {}, PageSettings>)

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: ((managementGroupId: string, groupQuotaName: string, options?: GroupQuotasUpdateOptionalParams) => PollerLike<OperationState<GroupQuotasEntity>, GroupQuotasEntity>)

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.