共用方式為


IQuotaOperations Interface

Definition

QuotaOperations operations.

public interface IQuotaOperations
type IQuotaOperations = interface
Public Interface IQuotaOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, String, CurrentQuotaLimitBase, Dictionary<String,List<String>>, CancellationToken)

Create or update the quota (service limits) of a resource to the requested value. Steps:

  1. Make the Get request to get the quota information for specific resource.

  2. To increase the quota, update the limit field in the response from Get request to new value.

  3. Submit the JSON to the quota request API to update the quota. The Create quota request may be constructed as follows. The PUT operation can be used to update the quota.

BeginUpdateWithHttpMessagesAsync(String, String, String, String, CurrentQuotaLimitBase, Dictionary<String,List<String>>, 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.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, CurrentQuotaLimitBase, Dictionary<String,List<String>>, CancellationToken)

Create or update the quota (service limits) of a resource to the requested value. Steps:

  1. Make the Get request to get the quota information for specific resource.

  2. To increase the quota, update the limit field in the response from Get request to new value.

  3. Submit the JSON to the quota request API to update the quota. The Create quota request may be constructed as follows. The PUT operation can be used to update the quota.

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<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.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<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.

ListWithHttpMessagesAsync(String, String, String, Dictionary<String,List<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.

UpdateWithHttpMessagesAsync(String, String, String, String, CurrentQuotaLimitBase, Dictionary<String,List<String>>, 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.

Extension Methods

BeginCreateOrUpdate(IQuotaOperations, String, String, String, String, CurrentQuotaLimitBase)

Create or update the quota (service limits) of a resource to the requested value. Steps:

  1. Make the Get request to get the quota information for specific resource.

  2. To increase the quota, update the limit field in the response from Get request to new value.

  3. Submit the JSON to the quota request API to update the quota. The Create quota request may be constructed as follows. The PUT operation can be used to update the quota.

BeginCreateOrUpdateAsync(IQuotaOperations, String, String, String, String, CurrentQuotaLimitBase, CancellationToken)

Create or update the quota (service limits) of a resource to the requested value. Steps:

  1. Make the Get request to get the quota information for specific resource.

  2. To increase the quota, update the limit field in the response from Get request to new value.

  3. Submit the JSON to the quota request API to update the quota. The Create quota request may be constructed as follows. The PUT operation can be used to update the quota.

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:

  1. Make the Get request to get the quota information for specific resource.

  2. To increase the quota, update the limit field in the response from Get request to new value.

  3. Submit the JSON to the quota request API to update the quota. The Create quota request may be constructed as follows. The PUT operation can be used to update the quota.

CreateOrUpdateAsync(IQuotaOperations, String, String, String, String, CurrentQuotaLimitBase, CancellationToken)

Create or update the quota (service limits) of a resource to the requested value. Steps:

  1. Make the Get request to get the quota information for specific resource.

  2. To increase the quota, update the limit field in the response from Get request to new value.

  3. Submit the JSON to the quota request API to update the quota. The Create quota request may be constructed as follows. The PUT operation can be used to update the quota.

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