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>