QuotaRequestStatusOperationsExtensions 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 QuotaRequestStatusOperations.
public static class QuotaRequestStatusOperationsExtensions
type QuotaRequestStatusOperationsExtensions = class
Public Module QuotaRequestStatusOperationsExtensions
- Inheritance
-
QuotaRequestStatusOperationsExtensions
Methods
Get(IQuotaRequestStatusOperations, String, String) |
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. |
GetAsync(IQuotaRequestStatusOperations, String, String, CancellationToken) |
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. |
List(IQuotaRequestStatusOperations, String, String, Nullable<Int32>, String) |
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. |
ListAsync(IQuotaRequestStatusOperations, String, String, Nullable<Int32>, String, CancellationToken) |
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. |
ListNext(IQuotaRequestStatusOperations, String) |
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. |
ListNextAsync(IQuotaRequestStatusOperations, String, CancellationToken) |
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. |