QuotaOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for QuotaOperations.
public static class QuotaOperationsExtensions
type QuotaOperationsExtensions = class
Public Module QuotaOperationsExtensions
- Inheritance
-
QuotaOperationsExtensions
Methods
BeginCreateOrUpdate(IQuotaOperations, String, String, String, String, CurrentQuotaLimitBase) |
Create or update the quota (service limits) of a resource to the requested value. Steps:
|
BeginCreateOrUpdateAsync(IQuotaOperations, String, String, String, String, CurrentQuotaLimitBase, CancellationToken) |
Create or update the quota (service limits) of a resource to the requested value. Steps:
|
BeginUpdate(IQuotaOperations, String, String, String, String, CurrentQuotaLimitBase) |
Update the quota (service limits) of this resource to the requested value. • To get the quota information for specific resource, send a GET request. • To increase the quota, update the limit field from the GET response to a new value. • To update the quota value, submit the JSON response to the quota request API to update the quota. • To update the quota. use the PATCH operation. |
BeginUpdateAsync(IQuotaOperations, String, String, String, String, CurrentQuotaLimitBase, CancellationToken) |
Update the quota (service limits) of this resource to the requested value. • To get the quota information for specific resource, send a GET request. • To increase the quota, update the limit field from the GET response to a new value. • To update the quota value, submit the JSON response to the quota request API to update the quota. • To update the quota. use the PATCH operation. |
CreateOrUpdate(IQuotaOperations, String, String, String, String, CurrentQuotaLimitBase) |
Create or update the quota (service limits) of a resource to the requested value. Steps:
|
CreateOrUpdateAsync(IQuotaOperations, String, String, String, String, CurrentQuotaLimitBase, CancellationToken) |
Create or update the quota (service limits) of a resource to the requested value. Steps:
|
Get(IQuotaOperations, String, String, String, String) |
Get the current quota (service limit) and usage of a resource. You can use the response from the GET operation to submit quota update request. |
GetAsync(IQuotaOperations, String, String, String, String, CancellationToken) |
Get the current quota (service limit) and usage of a resource. You can use the response from the GET operation to submit quota update request. |
List(IQuotaOperations, String, String, String) |
Gets a list of current quotas (service limits) and usage for all resources. The response from the list quota operation can be leveraged to request quota updates. |
ListAsync(IQuotaOperations, String, String, String, CancellationToken) |
Gets a list of current quotas (service limits) and usage for all resources. The response from the list quota operation can be leveraged to request quota updates. |
ListNext(IQuotaOperations, String) |
Gets a list of current quotas (service limits) and usage for all resources. The response from the list quota operation can be leveraged to request quota updates. |
ListNextAsync(IQuotaOperations, String, CancellationToken) |
Gets a list of current quotas (service limits) and usage for all resources. The response from the list quota operation can be leveraged to request quota updates. |
Update(IQuotaOperations, String, String, String, String, CurrentQuotaLimitBase) |
Update the quota (service limits) of this resource to the requested value. • To get the quota information for specific resource, send a GET request. • To increase the quota, update the limit field from the GET response to a new value. • To update the quota value, submit the JSON response to the quota request API to update the quota. • To update the quota. use the PATCH operation. |
UpdateAsync(IQuotaOperations, String, String, String, String, CurrentQuotaLimitBase, CancellationToken) |
Update the quota (service limits) of this resource to the requested value. • To get the quota information for specific resource, send a GET request. • To increase the quota, update the limit field from the GET response to a new value. • To update the quota value, submit the JSON response to the quota request API to update the quota. • To update the quota. use the PATCH operation. |
Applies to
Azure SDK for .NET