PlaywrightWorkspacesOperations interface
PlaywrightWorkspaces 操作を表すインターフェイス。
プロパティ
| check |
Playwright ワークスペース名がグローバルに使用可能かどうかをチェックします。 |
| create |
Playwrightワークスペースを作成する |
| delete | |
| get | PlaywrightWorkspace を入手する |
| list |
リソース グループ別の PlaywrightWorkspace リソースの一覧表示 |
| list |
サブスクリプション ID による PlaywrightWorkspace リソースの一覧表示 |
| update | Playwright ワークスペース リソースを同期的に更新します。 |
プロパティの詳細
checkNameAvailability
Playwright ワークスペース名がグローバルに使用可能かどうかをチェックします。
checkNameAvailability: (body: CheckNameAvailabilityRequest, options?: PlaywrightWorkspacesCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResponse>
プロパティ値
(body: CheckNameAvailabilityRequest, options?: PlaywrightWorkspacesCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResponse>
createOrUpdate
Playwrightワークスペースを作成する
createOrUpdate: (resourceGroupName: string, playwrightWorkspaceName: string, resource: PlaywrightWorkspace, options?: PlaywrightWorkspacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<PlaywrightWorkspace>, PlaywrightWorkspace>
プロパティ値
(resourceGroupName: string, playwrightWorkspaceName: string, resource: PlaywrightWorkspace, options?: PlaywrightWorkspacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<PlaywrightWorkspace>, PlaywrightWorkspace>
delete
delete: (resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
プロパティ値
(resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
PlaywrightWorkspace を入手する
get: (resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspacesGetOptionalParams) => Promise<PlaywrightWorkspace>
プロパティ値
(resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspacesGetOptionalParams) => Promise<PlaywrightWorkspace>
listByResourceGroup
リソース グループ別の PlaywrightWorkspace リソースの一覧表示
listByResourceGroup: (resourceGroupName: string, options?: PlaywrightWorkspacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<PlaywrightWorkspace, PlaywrightWorkspace[], PageSettings>
プロパティ値
(resourceGroupName: string, options?: PlaywrightWorkspacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<PlaywrightWorkspace, PlaywrightWorkspace[], PageSettings>
listBySubscription
サブスクリプション ID による PlaywrightWorkspace リソースの一覧表示
listBySubscription: (options?: PlaywrightWorkspacesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<PlaywrightWorkspace, PlaywrightWorkspace[], PageSettings>
プロパティ値
(options?: PlaywrightWorkspacesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<PlaywrightWorkspace, PlaywrightWorkspace[], PageSettings>
update
Playwright ワークスペース リソースを同期的に更新します。
update: (resourceGroupName: string, playwrightWorkspaceName: string, properties: PlaywrightWorkspaceUpdate, options?: PlaywrightWorkspacesUpdateOptionalParams) => Promise<PlaywrightWorkspace>
プロパティ値
(resourceGroupName: string, playwrightWorkspaceName: string, properties: PlaywrightWorkspaceUpdate, options?: PlaywrightWorkspacesUpdateOptionalParams) => Promise<PlaywrightWorkspace>