GroupQuotaLimitsRequestOperations interface
Interface representing a GroupQuotaLimitsRequest operations.
Properties
| get | Get API to check the status of a GroupQuota request by requestId. |
| list | Get API to check the status of a GroupQuota request by requestId. |
| update | 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. |
Property Details
get
Get API to check the status of a GroupQuota request by requestId.
get: (managementGroupId: string, groupQuotaName: string, requestId: string, options?: GroupQuotaLimitsRequestGetOptionalParams) => Promise<SubmittedResourceRequestStatus>
Property Value
(managementGroupId: string, groupQuotaName: string, requestId: string, options?: GroupQuotaLimitsRequestGetOptionalParams) => Promise<SubmittedResourceRequestStatus>
list
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, SubmittedResourceRequestStatus[], PageSettings>
Property Value
(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, filter: string, options?: GroupQuotaLimitsRequestListOptionalParams) => PagedAsyncIterableIterator<SubmittedResourceRequestStatus, SubmittedResourceRequestStatus[], PageSettings>
update
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.
update: (managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaLimitsRequestUpdateOptionalParams) => PollerLike<OperationState<GroupQuotaLimitList>, GroupQuotaLimitList>
Property Value
(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaLimitsRequestUpdateOptionalParams) => PollerLike<OperationState<GroupQuotaLimitList>, GroupQuotaLimitList>