Workspaces interface
ワークスペースを表すインターフェイス。
メソッド
begin |
指定したパラメーターを使用してワークスペース リソースを作成または更新します。 |
begin |
指定したパラメーターを使用してワークスペース リソースを作成または更新します。 |
begin |
指定したワークスペースを削除します。 |
begin |
指定したワークスペースを削除します。 |
begin |
ワークスペースの詳細にパッチを適用します。 |
begin |
ワークスペースの詳細にパッチを適用します。 |
get(string, string, Workspaces |
指定したワークスペースのプロパティを取得します。 |
list |
指定したリソース グループで使用可能なすべてのワークスペースを一覧表示します。 |
list |
指定したサブスクリプションで使用可能なすべてのワークスペースを一覧表示します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, Workspace, WorkspacesCreateOrUpdateOptionalParams)
指定したパラメーターを使用してワークスペース リソースを作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, workspace: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Workspace>, Workspace>>
パラメーター
- resourceGroupName
-
string
サービス インスタンスを含むリソース グループの名前。
- workspaceName
-
string
ワークスペース リソースの名前。
- workspace
- Workspace
医療ワークスペースを作成または更新するためのパラメーター。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Workspace>, Workspace>>
beginCreateOrUpdateAndWait(string, string, Workspace, WorkspacesCreateOrUpdateOptionalParams)
指定したパラメーターを使用してワークスペース リソースを作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, workspace: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<Workspace>
パラメーター
- resourceGroupName
-
string
サービス インスタンスを含むリソース グループの名前。
- workspaceName
-
string
ワークスペース リソースの名前。
- workspace
- Workspace
医療ワークスペースを作成または更新するためのパラメーター。
オプション パラメーター。
戻り値
Promise<Workspace>
beginDelete(string, string, WorkspacesDeleteOptionalParams)
指定したワークスペースを削除します。
function beginDelete(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
サービス インスタンスを含むリソース グループの名前。
- workspaceName
-
string
ワークスペース リソースの名前。
- options
- WorkspacesDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, WorkspacesDeleteOptionalParams)
指定したワークスペースを削除します。
function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
サービス インスタンスを含むリソース グループの名前。
- workspaceName
-
string
ワークスペース リソースの名前。
- options
- WorkspacesDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<void>
beginUpdate(string, string, WorkspacePatchResource, WorkspacesUpdateOptionalParams)
ワークスペースの詳細にパッチを適用します。
function beginUpdate(resourceGroupName: string, workspaceName: string, workspacePatchResource: WorkspacePatchResource, options?: WorkspacesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Workspace>, Workspace>>
パラメーター
- resourceGroupName
-
string
サービス インスタンスを含むリソース グループの名前。
- workspaceName
-
string
ワークスペース リソースの名前。
- workspacePatchResource
- WorkspacePatchResource
指定したワークスペースを更新するためのパラメーター。
- options
- WorkspacesUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Workspace>, Workspace>>
beginUpdateAndWait(string, string, WorkspacePatchResource, WorkspacesUpdateOptionalParams)
ワークスペースの詳細にパッチを適用します。
function beginUpdateAndWait(resourceGroupName: string, workspaceName: string, workspacePatchResource: WorkspacePatchResource, options?: WorkspacesUpdateOptionalParams): Promise<Workspace>
パラメーター
- resourceGroupName
-
string
サービス インスタンスを含むリソース グループの名前。
- workspaceName
-
string
ワークスペース リソースの名前。
- workspacePatchResource
- WorkspacePatchResource
指定したワークスペースを更新するためのパラメーター。
- options
- WorkspacesUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<Workspace>
get(string, string, WorkspacesGetOptionalParams)
指定したワークスペースのプロパティを取得します。
function get(resourceGroupName: string, workspaceName: string, options?: WorkspacesGetOptionalParams): Promise<Workspace>
パラメーター
- resourceGroupName
-
string
サービス インスタンスを含むリソース グループの名前。
- workspaceName
-
string
ワークスペース リソースの名前。
- options
- WorkspacesGetOptionalParams
オプション パラメーター。
戻り値
Promise<Workspace>
listByResourceGroup(string, WorkspacesListByResourceGroupOptionalParams)
指定したリソース グループで使用可能なすべてのワークスペースを一覧表示します。
function listByResourceGroup(resourceGroupName: string, options?: WorkspacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>
パラメーター
- resourceGroupName
-
string
サービス インスタンスを含むリソース グループの名前。
オプション パラメーター。
戻り値
listBySubscription(WorkspacesListBySubscriptionOptionalParams)
指定したサブスクリプションで使用可能なすべてのワークスペースを一覧表示します。
function listBySubscription(options?: WorkspacesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>
パラメーター
オプション パラメーター。