PlaywrightQuotasOperations interface
Interface representing a PlaywrightQuotas operations.
Properties
| get | Gets a subscription-level location-based Playwright quota resource by name. |
| list |
Lists Playwright quota resources for a given subscription ID. |
Property Details
get
Gets a subscription-level location-based Playwright quota resource by name.
get: (location: string, playwrightQuotaName: string, options?: PlaywrightQuotasGetOptionalParams) => Promise<PlaywrightQuota>
Property Value
(location: string, playwrightQuotaName: string, options?: PlaywrightQuotasGetOptionalParams) => Promise<PlaywrightQuota>
listBySubscription
Lists Playwright quota resources for a given subscription ID.
listBySubscription: (location: string, options?: PlaywrightQuotasListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<PlaywrightQuota, PlaywrightQuota[], PageSettings>
Property Value
(location: string, options?: PlaywrightQuotasListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<PlaywrightQuota, PlaywrightQuota[], PageSettings>