你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
QuotaRequestStatus interface
表示 QuotaRequestStatus 的接口。
方法
get(string, string, string, string, Quota |
对于指定的 Azure 区域 (位置) ,请通过资源提供程序资源的配额请求 ID 获取配额请求的详细信息和状态。 配额 (服务限制的 PUT 请求) 返回具有 requestId 参数的响应。 |
list(string, string, string, Quota |
对于指定的 Azure 区域 (位置) 、订阅和资源提供程序,请获取过去一年的配额请求历史记录。 若要选择特定的配额请求,请使用 oData 筛选器。 |
方法详细信息
get(string, string, string, string, QuotaRequestStatusGetOptionalParams)
对于指定的 Azure 区域 (位置) ,请通过资源提供程序资源的配额请求 ID 获取配额请求的详细信息和状态。 配额 (服务限制的 PUT 请求) 返回具有 requestId 参数的响应。
function get(subscriptionId: string, providerId: string, location: string, id: string, options?: QuotaRequestStatusGetOptionalParams): Promise<QuotaRequestDetails>
参数
- subscriptionId
-
string
Azure 订阅 ID。
- providerId
-
string
Azure 资源提供程序 ID。
- location
-
string
Azure 区域。
- id
-
string
配额请求 ID。
选项参数。
返回
Promise<QuotaRequestDetails>
list(string, string, string, QuotaRequestStatusListOptionalParams)
对于指定的 Azure 区域 (位置) 、订阅和资源提供程序,请获取过去一年的配额请求历史记录。 若要选择特定的配额请求,请使用 oData 筛选器。
function list(subscriptionId: string, providerId: string, location: string, options?: QuotaRequestStatusListOptionalParams): PagedAsyncIterableIterator<QuotaRequestDetails, QuotaRequestDetails[], PageSettings>
参数
- subscriptionId
-
string
Azure 订阅 ID。
- providerId
-
string
Azure 资源提供程序 ID。
- location
-
string
Azure 区域。
选项参数。