GroupQuotaLimitsRequests Interface
public interface GroupQuotaLimitsRequests
Resource collection API of GroupQuotaLimitsRequests.
Method Summary
Method Details
get
public abstract SubmittedResourceRequestStatus get(String managementGroupId, String groupQuotaName, String requestId)
Get the status of a single GroupQuota request by requestId. Get API to check the status of a GroupQuota request by requestId.
Parameters:
Returns:
getWithResponse
public abstract Response<SubmittedResourceRequestStatus> getWithResponse(String managementGroupId, String groupQuotaName, String requestId, Context context)
Get the status of a single GroupQuota request by requestId. Get API to check the status of a GroupQuota request by requestId.
Parameters:
Returns:
list
public abstract PagedIterable<SubmittedResourceRequestStatus> list(String managementGroupId, String groupQuotaName, String resourceProviderName, String filter)
Get the status of a single GroupQuota request by requestId. Get API to check the status of a GroupQuota request by requestId.
Parameters:
| Field | Supported operators |
|---|
Returns:
list
public abstract PagedIterable<SubmittedResourceRequestStatus> list(String managementGroupId, String groupQuotaName, String resourceProviderName, String filter, Context context)
Get the status of a single GroupQuota request by requestId. Get API to check the status of a GroupQuota request by requestId.
Parameters:
| Field | Supported operators |
|---|
Returns:
update
public abstract GroupQuotaLimitList update(String managementGroupId, String groupQuotaName, String resourceProviderName, String location)
Create the GroupQuota requests for a specific ResourceProvider/Location/Resource. 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.
Parameters:
Returns:
update
public abstract GroupQuotaLimitList update(String managementGroupId, String groupQuotaName, String resourceProviderName, String location, GroupQuotaLimitListInner groupQuotaRequest, Context context)
Create the GroupQuota requests for a specific ResourceProvider/Location/Resource. 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.
Parameters:
Returns: