az automanage configuration-profile
Note
このリファレンスは、Azure CLI (バージョン 2.44.1 以降) の自動管理拡張機能の一部です。 拡張機能は、az automanage configuration-profile コマンドを初めて実行するときに自動的にインストールされます。 拡張機能の詳細をご覧ください。
構成プロファイルを管理します。
コマンド
名前 | 説明 | 型 | Status |
---|---|---|---|
az automanage configuration-profile create |
構成プロファイルを作成します。 |
拡張 | GA |
az automanage configuration-profile delete |
構成プロファイルを削除します。 |
拡張 | GA |
az automanage configuration-profile list |
サブスクリプション内の構成プロファイルを一覧表示します。 |
拡張 | GA |
az automanage configuration-profile show |
構成プロファイルに関する情報を取得します。 |
拡張 | GA |
az automanage configuration-profile update |
構成プロファイルを更新します。 |
拡張 | GA |
az automanage configuration-profile version |
構成プロファイルのバージョンを管理します。 |
拡張 | GA |
az automanage configuration-profile version create |
構成プロファイルのバージョンを作成します。 |
拡張 | GA |
az automanage configuration-profile version delete |
構成プロファイルのバージョンを削除します。 |
拡張 | GA |
az automanage configuration-profile version list |
構成プロファイルの構成プロファイルのバージョンを一覧表示します。 |
拡張 | GA |
az automanage configuration-profile version show |
構成プロファイルのバージョンに関する情報を取得します。 |
拡張 | GA |
az automanage configuration-profile version update |
構成プロファイルのバージョンを更新します。 |
拡張 | GA |
az automanage configuration-profile create
構成プロファイルを作成します。
az automanage configuration-profile create --configuration-profile-name
--resource-group
[--configuration]
[--location]
[--tags]
例
create configuration-profile
az automanage configuration-profile create -n {profile_name} -g {rg} --configuration '{"Antimalware/Enable":false,"Backup/Enable":false,"VMInsights/Enable":true,"AzureSecurityCenter/Enable":true,"UpdateManagement/Enable":true,"ChangeTrackingAndInventory/Enable":true,"GuestConfiguration/Enable":true,"LogAnalytics/Enable":true,"BootDiagnostics/Enable":true}'
datatime 配列を使用して作成する
az automanage configuration-profile create -n {profile_name} -g {rg} --configuration '{"Backup/SchedulePolicy/ScheduleRunTimes":["2023-02-10T18:25:43.511Z", "2023-02-12T01:02:03.456Z"],"Backup/RetentionPolicy/DailySchedule/RetentionTimes":["2023-02-10T18:25:43.511Z", "2023-02-12T01:02:03.456Z"]}'
必須のパラメーター
構成プロファイルの名前。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
省略可能のパラメーター
構成プロファイルの構成ディクショナリ。 json-file と yaml-file をサポートします。
リソースが存在する地理的な場所 を指定しない場合は、リソース グループの場所が使用されます。
リソース タグ。 短縮構文、json-file、yaml-file をサポートします。 詳細を表示するには、"??" を試してください。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az automanage configuration-profile delete
構成プロファイルを削除します。
az automanage configuration-profile delete [--configuration-profile-name]
[--ids]
[--resource-group]
[--subscription]
[--yes]
例
delete configuration-profile
az automanage configuration-profile delete -n {profile_name} -g {rg}
省略可能のパラメーター
構成プロファイルの名前。
1 つまたは複数のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
確認のダイアログを表示しません。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az automanage configuration-profile list
サブスクリプション内の構成プロファイルを一覧表示します。
az automanage configuration-profile list [--resource-group]
例
list configuration-profile
az automanage configuration-profile list -g {rg}
省略可能のパラメーター
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az automanage configuration-profile show
構成プロファイルに関する情報を取得します。
az automanage configuration-profile show [--configuration-profile-name]
[--ids]
[--resource-group]
[--subscription]
例
show configuration-profile
az automanage configuration-profile show -n {profile_name} -g {rg}
省略可能のパラメーター
構成プロファイル名。
1 つまたは複数のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az automanage configuration-profile update
構成プロファイルを更新します。
az automanage configuration-profile update [--add]
[--configuration]
[--configuration-profile-name]
[--force-string {0, 1, f, false, n, no, t, true, y, yes}]
[--ids]
[--remove]
[--resource-group]
[--set]
[--subscription]
[--tags]
例
update configuration-profile
az automanage configuration-profile update -n {profile_name} -g {rg} --configuration '{"Antimalware/Enable":true,"VMInsights/Enable":false}'
省略可能のパラメーター
パスとキー値のペアを指定して、オブジェクトの一覧にオブジェクトを追加します。 例: --add property.listProperty <key=value、string、または JSON 文字列>。
構成プロファイルの構成ディクショナリ。 json-file と yaml-file をサポートします。
構成プロファイル名。
'set' または 'add' を使用する場合は、JSON に変換するのではなく、文字列リテラルを保持します。
1 つまたは複数のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
リストからプロパティまたは要素を削除します。 例: --remove property.list OR --remove propertyToRemove。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
設定するプロパティ パスと値を指定して、オブジェクトを更新します。 例: --set property1.property2=。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
リソース タグ。 短縮構文、json-file、yaml-file をサポートします。 詳細を表示するには、"??" を試してください。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
Azure CLI