PlaywrightQuotasOperations interface
表示 PlaywrightQuotas作的接口。
属性
| get | 按名称获取订阅级别的基于位置的 Playwright 配额资源。 |
| list |
列出给定订阅 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>