QuotaRequestStatus Interface
public interface QuotaRequestStatus
Resource collection API of QuotaRequestStatus.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Quota |
get(String id, String scope)
Get the quota request details and status by quota request ID for the resources of the resource provider at a specific location. |
|
abstract
Response<Quota |
getWithResponse(String id, String scope, Context context)
Get the quota request details and status by quota request ID for the resources of the resource provider at a specific location. |
|
abstract
Paged |
list(String scope)
For the specified scope, get the current quota requests for a one year period ending at the time is made. |
|
abstract
Paged |
list(String scope, String filter, Integer top, String skiptoken, Context context)
For the specified scope, get the current quota requests for a one year period ending at the time is made. |
Method Details
get
public abstract QuotaRequestDetails get(String id, String scope)
Get the quota request details and status by quota request ID for the resources of the resource provider at a specific location. The quota request ID **id** is returned in the response of the PUT operation.
Parameters:
/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/.
This is the target Azure resource URI for the List GET operation. If a {resourceName} is added after /quotas,
then it's the target Azure resource URI in the GET operation for the specific resource.
Returns:
getWithResponse
public abstract Response<QuotaRequestDetails> getWithResponse(String id, String scope, Context context)
Get the quota request details and status by quota request ID for the resources of the resource provider at a specific location. The quota request ID **id** is returned in the response of the PUT operation.
Parameters:
/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/.
This is the target Azure resource URI for the List GET operation. If a {resourceName} is added after /quotas,
then it's the target Azure resource URI in the GET operation for the specific resource.
Returns:
list
public abstract PagedIterable<QuotaRequestDetails> list(String scope)
For the specified scope, get the current quota requests for a one year period ending at the time is made. Use the **oData** filter to select quota requests.
Parameters:
/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/.
This is the target Azure resource URI for the List GET operation. If a {resourceName} is added after /quotas,
then it's the target Azure resource URI in the GET operation for the specific resource.
Returns:
list
public abstract PagedIterable<QuotaRequestDetails> list(String scope, String filter, Integer top, String skiptoken, Context context)
For the specified scope, get the current quota requests for a one year period ending at the time is made. Use the **oData** filter to select quota requests.
Parameters:
/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/.
This is the target Azure resource URI for the List GET operation. If a {resourceName} is added after /quotas,
then it's the target Azure resource URI in the GET operation for the specific resource.
| Field | Supported operators |
|---|
Returns: