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

PlaywrightQuotasOperations interface

表示 PlaywrightQuotas作的接口。

属性

get

按名称获取订阅级别的基于位置的 Playwright 配额资源。

listBySubscription

列出给定订阅 ID 的 Playwright 配额资源。

属性详细信息

get

按名称获取订阅级别的基于位置的 Playwright 配额资源。

get: (location: string, playwrightQuotaName: string, options?: PlaywrightQuotasGetOptionalParams) => Promise<PlaywrightQuota>

属性值

(location: string, playwrightQuotaName: string, options?: PlaywrightQuotasGetOptionalParams) => Promise<PlaywrightQuota>

listBySubscription

列出给定订阅 ID 的 Playwright 配额资源。

listBySubscription: (location: string, options?: PlaywrightQuotasListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<PlaywrightQuota, PlaywrightQuota[], PageSettings>

属性值

(location: string, options?: PlaywrightQuotasListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<PlaywrightQuota, PlaywrightQuota[], PageSettings>