你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IQuotaRequestStatusOperations 接口

定义

QuotaRequestStatusOperations 操作。

public interface IQuotaRequestStatusOperations
type IQuotaRequestStatusOperations = interface
Public Interface IQuotaRequestStatusOperations

方法

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

获取特定位置的资源提供程序资源的配额请求详细信息和状态(按配额请求 ID)。 配额请求 ID ID 在 PUT 操作的响应中返回。

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

对于指定的范围,获取在发出时结束的一年内的当前配额请求。 使用 oData 筛选器选择配额请求。

ListWithHttpMessagesAsync(String, String, Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)

对于指定的范围,获取在发出时结束的一年内的当前配额请求。 使用 oData 筛选器选择配额请求。

扩展方法

Get(IQuotaRequestStatusOperations, String, String)

获取特定位置的资源提供程序资源的配额请求详细信息和状态(按配额请求 ID)。 配额请求 ID ID 在 PUT 操作的响应中返回。

GetAsync(IQuotaRequestStatusOperations, String, String, CancellationToken)

获取特定位置的资源提供程序资源的配额请求详细信息和状态(按配额请求 ID)。 配额请求 ID ID 在 PUT 操作的响应中返回。

List(IQuotaRequestStatusOperations, String, String, Nullable<Int32>, String)

对于指定的范围,获取在发出时结束的一年内的当前配额请求。 使用 oData 筛选器选择配额请求。

ListAsync(IQuotaRequestStatusOperations, String, String, Nullable<Int32>, String, CancellationToken)

对于指定的范围,获取在发出时结束的一年内的当前配额请求。 使用 oData 筛选器选择配额请求。

ListNext(IQuotaRequestStatusOperations, String)

对于指定的范围,获取在发出时结束的一年内的当前配额请求。 使用 oData 筛选器选择配额请求。

ListNextAsync(IQuotaRequestStatusOperations, String, CancellationToken)

对于指定的范围,获取在发出时结束的一年内的当前配额请求。 使用 oData 筛选器选择配额请求。

适用于