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

PlaywrightWorkspaceQuotasOperations interface

表示 PlaywrightWorkspaceQuotas作的接口。

属性

get

按名称获取 Playwright 工作区配额资源。

listByPlaywrightWorkspace

列出给定 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>