Share via


az healthcareapis workspace dicom-service

Note

このリファレンスは、Azure CLI (バージョン 2.15.0 以降) の Healthcareapis 拡張機能の一部です。 拡張機能は、az healthcareapis workspace dicom-service コマンドを初めて実行するときに自動的にインストールされます。 拡張機能の詳細をご覧ください。

healthcareapis を使用して dicom サービスを管理します。

コマンド

名前 説明 Status
az healthcareapis workspace dicom-service create

指定されたパラメーターを使用して DICOM サービス リソースを作成します。

拡張 GA
az healthcareapis workspace dicom-service delete

DICOM サービスを削除します。

拡張 GA
az healthcareapis workspace dicom-service list

特定のワークスペースのすべての DICOM サービスを一覧表示します。

拡張 GA
az healthcareapis workspace dicom-service show

指定した DICOM サービスのプロパティを取得します。

拡張 GA
az healthcareapis workspace dicom-service update

DICOM サービスの詳細にパッチを適用します。

拡張 GA
az healthcareapis workspace dicom-service wait

healthcareapis ワークスペースの dicom-service の条件が満たされるまで、CLI を待機状態にします。

拡張 GA

az healthcareapis workspace dicom-service create

指定されたパラメーターを使用して DICOM サービス リソースを作成します。

az healthcareapis workspace dicom-service create --dicom-service-name
                                                 --resource-group
                                                 --workspace-name
                                                 [--etag]
                                                 [--identity-type {None, SystemAssigned, SystemAssigned,UserAssigned, UserAssigned}]
                                                 [--location]
                                                 [--no-wait]
                                                 [--public-network-access {Disabled, Enabled}]
                                                 [--tags]
                                                 [--user-assigned-identities]

Dicom サービスを作成または更新する

az healthcareapis workspace dicom-service create --name "blue" --location "westus" --resource-group "testRG" --workspace-name "workspace1"

必須のパラメーター

--dicom-service-name --name -n

DICOM サービス リソースの名前。

--resource-group -g

リソース グループの名前。 az configure --defaults group=<name> を使用して、既定のグループを構成できます。

--workspace-name

ワークスペース リソースの名前。

省略可能のパラメーター

--etag

リソースに関連付けられている etag。編集時にオプティミスティック コンカレンシーに使用されます。

--identity-type

指定されている ID の種類 。現在 SystemAssigned と None は許可されていません。

承認された値: None, SystemAssigned, SystemAssigned,UserAssigned, UserAssigned
--location -l

場所。 値のソース: az account list-locations az configure --defaults location=<location> を使用して、既定の場所を構成できます。

--no-wait

実行時間の長い操作の終了を待機しません。

既定値: False
--public-network-access

プライベート エンドポイントが有効になっている間、パブリック ネットワークから送信されるデータ プレーン トラフィックのアクセス許可を制御します。

承認された値: Disabled, Enabled
--tags

スペース区切りのタグ: key[=value] [key[=value] ...]既存のタグをクリアするには、"" を使用します。

--user-assigned-identities -i

リソースに関連付けられているユーザー割り当て ID のセット。 userAssignedIdentities ディクショナリ キーは、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} という形式の ARM リソース ID になります。 ディクショナリ値は、要求内の空のオブジェクト ({}) にすることができます。 予期される値: json-string/json-file/@json-file。

グローバル パラメーター
--debug

すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告は抑制します。

--output -o

出力形式。

承認された値: json, jsonc, none, table, tsv, yaml, yamlc
既定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--verbose

ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。

az healthcareapis workspace dicom-service delete

DICOM サービスを削除します。

az healthcareapis workspace dicom-service delete [--dicom-service-name]
                                                 [--ids]
                                                 [--no-wait]
                                                 [--resource-group]
                                                 [--subscription]
                                                 [--workspace-name]
                                                 [--yes]

dicomservice を削除する

az healthcareapis workspace dicom-service delete --name "blue" --resource-group "testRG" --workspace-name "workspace1"

省略可能のパラメーター

--dicom-service-name --name -n

DICOM サービス リソースの名前。

--ids

1 つまたは複数のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。

--no-wait

実行時間の長い操作の終了を待機しません。

既定値: False
--resource-group -g

リソース グループの名前。 az configure --defaults group=<name> を使用して、既定のグループを構成できます。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--workspace-name

ワークスペース リソースの名前。

--yes -y

確認のダイアログを表示しません。

既定値: False
グローバル パラメーター
--debug

すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告は抑制します。

--output -o

出力形式。

承認された値: json, jsonc, none, table, tsv, yaml, yamlc
既定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--verbose

ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。

az healthcareapis workspace dicom-service list

特定のワークスペースのすべての DICOM サービスを一覧表示します。

az healthcareapis workspace dicom-service list --resource-group
                                               --workspace-name

dicomservices を一覧表示する

az healthcareapis workspace dicom-service list --resource-group "testRG" --workspace-name "workspace1"

必須のパラメーター

--resource-group -g

リソース グループの名前。 az configure --defaults group=<name> を使用して、既定のグループを構成できます。

--workspace-name

ワークスペース リソースの名前。

グローバル パラメーター
--debug

すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告は抑制します。

--output -o

出力形式。

承認された値: json, jsonc, none, table, tsv, yaml, yamlc
既定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--verbose

ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。

az healthcareapis workspace dicom-service show

指定した DICOM サービスのプロパティを取得します。

az healthcareapis workspace dicom-service show [--dicom-service-name]
                                               [--ids]
                                               [--resource-group]
                                               [--subscription]
                                               [--workspace-name]

dicomservice を取得する

az healthcareapis workspace dicom-service show --name "blue" --resource-group "testRG" --workspace-name "workspace1"

省略可能のパラメーター

--dicom-service-name --name -n

DICOM サービス リソースの名前。

--ids

1 つまたは複数のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。

--resource-group -g

リソース グループの名前。 az configure --defaults group=<name> を使用して、既定のグループを構成できます。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--workspace-name

ワークスペース リソースの名前。

グローバル パラメーター
--debug

すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告は抑制します。

--output -o

出力形式。

承認された値: json, jsonc, none, table, tsv, yaml, yamlc
既定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--verbose

ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。

az healthcareapis workspace dicom-service update

DICOM サービスの詳細にパッチを適用します。

az healthcareapis workspace dicom-service update [--dicom-service-name]
                                                 [--identity-type {None, SystemAssigned, SystemAssigned,UserAssigned, UserAssigned}]
                                                 [--ids]
                                                 [--no-wait]
                                                 [--resource-group]
                                                 [--subscription]
                                                 [--tags]
                                                 [--user-assigned-identities]
                                                 [--workspace-name]

dicomservice を更新する

az healthcareapis workspace dicom-service update --name "blue" --tags tagKey="tagValue" --resource-group "testRG" --workspace-name "workspace1"

省略可能のパラメーター

--dicom-service-name --name -n

DICOM サービス リソースの名前。

--identity-type

指定されている ID の種類 。現在 SystemAssigned と None は許可されていません。

承認された値: None, SystemAssigned, SystemAssigned,UserAssigned, UserAssigned
--ids

1 つまたは複数のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。

--no-wait

実行時間の長い操作の終了を待機しません。

既定値: False
--resource-group -g

リソース グループの名前。 az configure --defaults group=<name> を使用して、既定のグループを構成できます。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--tags

スペース区切りのタグ: key[=value] [key[=value] ...]既存のタグをクリアするには、"" を使用します。

--user-assigned-identities -i

リソースに関連付けられているユーザー割り当て ID のセット。 userAssignedIdentities ディクショナリ キーは、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} という形式の ARM リソース ID になります。 ディクショナリ値は、要求内の空のオブジェクト ({}) にすることができます。 予期される値: json-string/json-file/@json-file。

--workspace-name

ワークスペース リソースの名前。

グローバル パラメーター
--debug

すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告は抑制します。

--output -o

出力形式。

承認された値: json, jsonc, none, table, tsv, yaml, yamlc
既定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--verbose

ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。

az healthcareapis workspace dicom-service wait

healthcareapis ワークスペースの dicom-service の条件が満たされるまで、CLI を待機状態にします。

az healthcareapis workspace dicom-service wait [--created]
                                               [--custom]
                                               [--deleted]
                                               [--dicom-service-name]
                                               [--exists]
                                               [--ids]
                                               [--interval]
                                               [--resource-group]
                                               [--subscription]
                                               [--timeout]
                                               [--updated]
                                               [--workspace-name]

healthcareapis ワークスペース dicom-service が正常に作成されるまで、CLI スクリプトの次の行の実行を一時停止します。

az healthcareapis workspace dicom-service wait --name "blue" --resource-group "testRG" --workspace-name "workspace1" --created

healthcareapis ワークスペース dicom-service が正常に更新されるまで、CLI スクリプトの次の行の実行を一時停止します。

az healthcareapis workspace dicom-service wait --name "blue" --resource-group "testRG" --workspace-name "workspace1" --updated

healthcareapis ワークスペース dicom-service が正常に削除されるまで、CLI スクリプトの次の行の実行を一時停止します。

az healthcareapis workspace dicom-service wait --name "blue" --resource-group "testRG" --workspace-name "workspace1" --deleted

省略可能のパラメーター

--created

'provisioningState' が 'Succeeded' で作成されるまで待ちます。

既定値: False
--custom

条件がカスタム JMESPath クエリを満たすまで待ちます。 例: provisioningState!='InProgress'、instanceView.statuses[?code=='PowerState/running']。

--deleted

削除されるまで待ちます。

既定値: False
--dicom-service-name --name -n

DICOM サービス リソースの名前。

--exists

リソースが存在するまで待ちます。

既定値: False
--ids

1 つまたは複数のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。

--interval

ポーリング間隔 (秒単位)。

既定値: 30
--resource-group -g

リソース グループの名前。 az configure --defaults group=<name> を使用して、既定のグループを構成できます。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--timeout

最大待機時間 (秒単位)。

既定値: 3600
--updated

provisioningState が 'Succeeded' で更新されるまで待ちます。

既定値: False
--workspace-name

ワークスペース リソースの名前。

グローバル パラメーター
--debug

すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告は抑制します。

--output -o

出力形式。

承認された値: json, jsonc, none, table, tsv, yaml, yamlc
既定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--verbose

ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。