PlaywrightWorkspaceQuotasOperations interface
表示 PlaywrightWorkspaceQuotas作的接口。
属性
| get | 按名称获取 Playwright 工作区配额资源。 |
| list |
列出给定 Playwright 工作区的配额资源。 |
属性详细信息
get
按名称获取 Playwright 工作区配额资源。
get: (resourceGroupName: string, playwrightWorkspaceName: string, quotaName: string, options?: PlaywrightWorkspaceQuotasGetOptionalParams) => Promise<PlaywrightWorkspaceQuota>
属性值
(resourceGroupName: string, playwrightWorkspaceName: string, quotaName: string, options?: PlaywrightWorkspaceQuotasGetOptionalParams) => Promise<PlaywrightWorkspaceQuota>
listByPlaywrightWorkspace
列出给定 Playwright 工作区的配额资源。
listByPlaywrightWorkspace: (resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams) => PagedAsyncIterableIterator<PlaywrightWorkspaceQuota, PlaywrightWorkspaceQuota[], PageSettings>
属性值
(resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams) => PagedAsyncIterableIterator<PlaywrightWorkspaceQuota, PlaywrightWorkspaceQuota[], PageSettings>