Package version:

Interface GroupQuotaLimitsRequestOperations

Interface representing a GroupQuotaLimitsRequest operations.

interface GroupQuotaLimitsRequestOperations {
    get: ((managementGroupId: string, groupQuotaName: string, requestId: string, options?: GroupQuotaLimitsRequestGetOptionalParams) => Promise<SubmittedResourceRequestStatus>);
    list: ((managementGroupId: string, groupQuotaName: string, resourceProviderName: string, filter: string, options?: GroupQuotaLimitsRequestListOptionalParams) => PagedAsyncIterableIterator<SubmittedResourceRequestStatus, {}, PageSettings>);
    update: ((managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaLimitsRequestUpdateOptionalParams) => PollerLike<OperationState<GroupQuotaLimitList>, GroupQuotaLimitList>);
}

Properties

Properties

get: ((managementGroupId: string, groupQuotaName: string, requestId: string, options?: GroupQuotaLimitsRequestGetOptionalParams) => Promise<SubmittedResourceRequestStatus>)

Get API to check the status of a GroupQuota request by requestId.

list: ((managementGroupId: string, groupQuotaName: string, resourceProviderName: string, filter: string, options?: GroupQuotaLimitsRequestListOptionalParams) => PagedAsyncIterableIterator<SubmittedResourceRequestStatus, {}, PageSettings>)

Get API to check the status of a GroupQuota request by requestId.

update: ((managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaLimitsRequestUpdateOptionalParams) => PollerLike<OperationState<GroupQuotaLimitList>, GroupQuotaLimitList>)

Create the GroupQuota requests for a specific ResourceProvider/Location/Resource. The resourceName properties are specified in the request body. Only 1 resource quota can be requested. Please note that patch request creates a new groupQuota request. Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with retry-after duration in seconds to check the intermediate status. This API provides the finals status with the request details and status.