IQuotaOperations Interface
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.
QuotaOperations operations.
public interface IQuotaOperations
type IQuotaOperations = interface
Public Interface IQuotaOperations
Methods
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, QuotaProperties, Dictionary<String,List<String>>, CancellationToken) |
Create or update the quota limit for the specified resource with the requested value. To update the quota, follow these steps:
|
BeginUpdateWithHttpMessagesAsync(String, String, QuotaProperties, Dictionary<String,List<String>>, CancellationToken) |
Update the quota limit for a specific resource to the specified value:
|
CreateOrUpdateWithHttpMessagesAsync(String, String, QuotaProperties, Dictionary<String,List<String>>, CancellationToken) |
Create or update the quota limit for the specified resource with the requested value. To update the quota, follow these steps:
|
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Get the quota limit of a resource. The response can be used to determine the remaining quota to calculate a new quota limit that can be submitted with a PUT request. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get a list of current quota limits of all resources for the specified scope. The response from this GET operation can be leveraged to submit requests to update a quota. |
ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get a list of current quota limits of all resources for the specified scope. The response from this GET operation can be leveraged to submit requests to update a quota. |
UpdateWithHttpMessagesAsync(String, String, QuotaProperties, Dictionary<String,List<String>>, CancellationToken) |
Update the quota limit for a specific resource to the specified value:
|
Extension Methods
BeginCreateOrUpdate(IQuotaOperations, String, String, QuotaProperties) |
Create or update the quota limit for the specified resource with the requested value. To update the quota, follow these steps:
|
BeginCreateOrUpdateAsync(IQuotaOperations, String, String, QuotaProperties, CancellationToken) |
Create or update the quota limit for the specified resource with the requested value. To update the quota, follow these steps:
|
BeginUpdate(IQuotaOperations, String, String, QuotaProperties) |
Update the quota limit for a specific resource to the specified value:
|
BeginUpdateAsync(IQuotaOperations, String, String, QuotaProperties, CancellationToken) |
Update the quota limit for a specific resource to the specified value:
|
CreateOrUpdate(IQuotaOperations, String, String, QuotaProperties) |
Create or update the quota limit for the specified resource with the requested value. To update the quota, follow these steps:
|
CreateOrUpdateAsync(IQuotaOperations, String, String, QuotaProperties, CancellationToken) |
Create or update the quota limit for the specified resource with the requested value. To update the quota, follow these steps:
|
Get(IQuotaOperations, String, String) |
Get the quota limit of a resource. The response can be used to determine the remaining quota to calculate a new quota limit that can be submitted with a PUT request. |
GetAsync(IQuotaOperations, String, String, CancellationToken) |
Get the quota limit of a resource. The response can be used to determine the remaining quota to calculate a new quota limit that can be submitted with a PUT request. |
List(IQuotaOperations, String) |
Get a list of current quota limits of all resources for the specified scope. The response from this GET operation can be leveraged to submit requests to update a quota. |
ListAsync(IQuotaOperations, String, CancellationToken) |
Get a list of current quota limits of all resources for the specified scope. The response from this GET operation can be leveraged to submit requests to update a quota. |
ListNext(IQuotaOperations, String) |
Get a list of current quota limits of all resources for the specified scope. The response from this GET operation can be leveraged to submit requests to update a quota. |
ListNextAsync(IQuotaOperations, String, CancellationToken) |
Get a list of current quota limits of all resources for the specified scope. The response from this GET operation can be leveraged to submit requests to update a quota. |
Update(IQuotaOperations, String, String, QuotaProperties) |
Update the quota limit for a specific resource to the specified value:
|
UpdateAsync(IQuotaOperations, String, String, QuotaProperties, CancellationToken) |
Update the quota limit for a specific resource to the specified value:
|
Applies to
Azure SDK for .NET