az security atp cosmosdb
Cosmos DB アカウントの Advanced Threat Protection 設定を表示および管理します。
コマンド
名前 | 説明 | 型 | Status |
---|---|---|---|
az security atp cosmosdb show |
Azure Cosmos DB アカウントの Advanced Threat Protection 設定を表示します。 |
コア | GA |
az security atp cosmosdb update |
Azure Cosmos DB アカウントの Advanced Threat Protection の状態を切り替えます。 |
コア | GA |
az security atp cosmosdb show
Azure Cosmos DB アカウントの Advanced Threat Protection 設定を表示します。
az security atp cosmosdb show --cosmosdb-account
--resource-group
例
サブスクリプション スコープの Azure Cosmos DB アカウントの Advanced Threat Protection 設定を取得します。
az security atp cosmosdb show --resource-group MyResourceGroup --cosmosdb-account MyCosmosDbAccount
必須のパラメーター
既存の Cosmos DB アカウントの名前。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az security atp cosmosdb update
Azure Cosmos DB アカウントの Advanced Threat Protection の状態を切り替えます。
az security atp cosmosdb update --cosmosdb-account
--is-enabled {false, true}
--resource-group
例
サブスクリプション スコープで Azure Cosmos DB アカウントに対して Advanced Threat Protection を有効にします。
az security atp cosmosdb update --resource-group MyResourceGroup --cosmosdb-account MyCosmosDbAccount --is-enabled true
サブスクリプション スコープで Azure Cosmos DB アカウントの Advanced Threat Protection を無効にします。
az security atp cosmosdb update --resource-group MyResourceGroup --cosmosdb-account MyCosmosDbAccount --is-enabled false
必須のパラメーター
既存の Cosmos DB アカウントの名前。
受信したストレージまたは Cosmos DB アカウントの Advanced Threat Protection を有効または無効にします。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
Azure CLI