次の方法で共有


az connectedmachine license-profile

Note

このリファレンスは、Azure CLI (バージョン 2.57.0 以降) の connectedmachine 拡張機能の一部です。 拡張機能は、 az connectedmachine license-profile コマンドを初めて実行するときに自動的にインストールされます。 拡張機能の詳細を参照してください

Azure Arc 対応サーバーのすべての従量課金制ライセンスを管理します。

コマンド

名前 説明 状態
az connectedmachine license-profile create

ライセンス プロファイルを作成する操作を作成します。

拡張子 GA
az connectedmachine license-profile delete

ライセンス プロファイルを削除する削除操作。

拡張子 GA
az connectedmachine license-profile list

Azure 以外のマシンのすべてのライセンス プロファイルを取得する操作を一覧表示します。

拡張子 GA
az connectedmachine license-profile show

ライセンス プロファイルのビューに関する情報を取得します。

拡張子 GA
az connectedmachine license-profile update

ライセンス プロファイルを更新するための更新操作。

拡張子 GA
az connectedmachine license-profile wait

条件が満たされるまで CLI を待機状態にします。

拡張子 GA

az connectedmachine license-profile create

ライセンス プロファイルを作成する操作を作成します。

az connectedmachine license-profile create --machine-name
                                           --resource-group
                                           [--assigned-license]
                                           [--location]
                                           [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                                           [--product-features]
                                           [--product-type {WindowsIoTEnterprise, WindowsServer}]
                                           [--software-assurance {0, 1, f, false, n, no, t, true, y, yes}]
                                           [--subscription-status {Disabled, Disabling, Enabled, Enabling, Failed, Unknown}]
                                           [--tags]

ライセンス プロファイルを作成する

az connectedmachine license-profile create --resource-group myRg --machine-name myMachine --location eastus --subscription-status Enabled --product-type WindowsServer --product-features "[{name:Hotpatch,subscription-status:Enabled}]"

必須のパラメーター

--machine-name -m

ハイブリッド マシンの名前。

--resource-group -g

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

省略可能のパラメーター

--assigned-license

ライセンスのリソース ID。

--location -l

リソースが存在する地理的な場所 を指定しない場合は、リソース グループの場所が使用されます。

--no-wait

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

指定可能な値: 0, 1, f, false, n, no, t, true, y, yes
--product-features

製品機能の一覧。 短縮構文、json-file、yaml-file をサポートします。 詳細を表示するには、"??" を試してください。

--product-type

ライセンスの製品の種類を示します。

指定可能な値: WindowsIoTEnterprise, WindowsServer
--software-assurance --software-assurance-customer

このマシンがソフトウェア アシュアランス契約の一部としてライセンスされているかどうかを指定します。

指定可能な値: 0, 1, f, false, n, no, t, true, y, yes
--subscription-status

製品のサブスクリプションの状態を示します。

指定可能な値: Disabled, Disabling, Enabled, Enabling, Failed, Unknown
--tags

リソース タグ。 短縮構文、json-file、yaml-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 connectedmachine license-profile delete

ライセンス プロファイルを削除する削除操作。

az connectedmachine license-profile delete [--ids]
                                           [--machine-name]
                                           [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                                           [--resource-group]
                                           [--subscription]
                                           [--yes]

ライセンス プロファイルを削除する

az connectedmachine license-profile delete --resource-group myResourceGroup --machine-name myMachine

省略可能のパラメーター

--ids

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

--machine-name

ハイブリッド マシンの名前。

--no-wait

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

指定可能な値: 0, 1, f, false, n, no, t, true, y, yes
--resource-group -g

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

--subscription

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

--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 connectedmachine license-profile list

Azure 以外のマシンのすべてのライセンス プロファイルを取得する操作を一覧表示します。

az connectedmachine license-profile list --machine-name
                                         --resource-group
                                         [--max-items]
                                         [--next-token]

すべてのライセンス プロファイルを一覧表示する

az connectedmachine license-profile list --resource-group myResourceGroup --machine-name myMachine

必須のパラメーター

--machine-name

コンピュータの名前。

--resource-group -g

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

省略可能のパラメーター

--max-items

コマンドの出力で返される項目の合計数。 使用可能な項目の合計数が指定された値を超える場合は、コマンドの出力にトークンが提供されます。 改ページ位置の変更を再開するには、後続のコマンドの引数 --next-token トークン値を指定します。

--next-token

ページ分割を開始する場所を指定するトークン。 これは、以前に切り捨てられた応答からのトークン値です。

グローバル パラメーター
--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 connectedmachine license-profile show

ライセンス プロファイルのビューに関する情報を取得します。

az connectedmachine license-profile show [--ids]
                                         [--machine-name]
                                         [--resource-group]
                                         [--subscription]

ライセンス プロファイルの取得

az connectedmachine license-profile show --resource-group myResourceGroup --machine-name myMachine

省略可能のパラメーター

--ids

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

--machine-name

ハイブリッド マシンの名前。

--resource-group -g

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

--subscription

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

グローバル パラメーター
--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 connectedmachine license-profile update

ライセンス プロファイルを更新するための更新操作。

az connectedmachine license-profile update [--add]
                                           [--assigned-license]
                                           [--force-string {0, 1, f, false, n, no, t, true, y, yes}]
                                           [--ids]
                                           [--machine-name]
                                           [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                                           [--product-features]
                                           [--product-type {WindowsIoTEnterprise, WindowsServer}]
                                           [--remove]
                                           [--resource-group]
                                           [--set]
                                           [--software-assurance {0, 1, f, false, n, no, t, true, y, yes}]
                                           [--subscription]
                                           [--subscription-status {Disabled, Disabling, Enabled, Enabling, Failed, Unknown}]
                                           [--tags]

ライセンス プロファイルを更新する

az connectedmachine license-profile udpate --resource-group myRg --machine-name myMachine --location eastus --subscription-status Enabled --product-type WindowsServer --product-features "[{name:Hotpatch,subscription-status:Enabled}]"

省略可能のパラメーター

--add

パスとキー値のペアを指定して、オブジェクトの一覧にオブジェクトを追加します。 例: --add property.listProperty <key=value, string or JSON string>

--assigned-license

ライセンスのリソース ID。

--force-string

'set' または 'add' を使用する場合は、JSON に変換するのではなく、文字列リテラルを保持します。

指定可能な値: 0, 1, f, false, n, no, t, true, y, yes
--ids

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

--machine-name -m

ハイブリッド マシンの名前。

--no-wait

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

指定可能な値: 0, 1, f, false, n, no, t, true, y, yes
--product-features

製品機能の一覧。 短縮構文、json-file、yaml-file をサポートします。 詳細を表示するには、"??" を試してください。

--product-type

ライセンスの製品の種類を示します。

指定可能な値: WindowsIoTEnterprise, WindowsServer
--remove

リストからプロパティまたは要素を削除します。 例: --remove property.list <indexToRemove> OR --remove propertyToRemove

--resource-group -g

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

--set

設定するプロパティ パスと値を指定して、オブジェクトを更新します。 例: --set property1.property2=<value>

--software-assurance --software-assurance-customer

このマシンがソフトウェア アシュアランス契約の一部としてライセンスされているかどうかを指定します。

指定可能な値: 0, 1, f, false, n, no, t, true, y, yes
--subscription

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

--subscription-status

製品のサブスクリプションの状態を示します。

指定可能な値: Disabled, Disabling, Enabled, Enabling, Failed, Unknown
--tags

リソース タグ。 短縮構文、json-file、yaml-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 connectedmachine license-profile wait

条件が満たされるまで CLI を待機状態にします。

az connectedmachine license-profile wait [--created]
                                         [--custom]
                                         [--deleted]
                                         [--exists]
                                         [--ids]
                                         [--interval]
                                         [--license-profile-name {default}]
                                         [--machine-name]
                                         [--resource-group]
                                         [--subscription]
                                         [--timeout]
                                         [--updated]

省略可能のパラメーター

--created

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

規定値: False
--custom

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

--deleted

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

規定値: False
--exists

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

規定値: False
--ids

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

--interval

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

規定値: 30
--license-profile-name --name -n

ライセンス プロファイルの名前。

指定可能な値: default
--machine-name

ハイブリッド マシンの名前。

--resource-group -g

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

--subscription

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

--timeout

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

規定値: 3600
--updated

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

規定値: 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 を使います。