az security pricing
啟用管理訂用帳戶的 Azure Defender 方案。
命令
名稱 | Description | 類型 | 狀態 |
---|---|---|---|
az security pricing create |
更新 訂用帳戶的 Azure Defender 方案。 |
核心 | GA |
az security pricing list |
顯示訂用帳戶的 Azure Defender 方案。 |
核心 | GA |
az security pricing show |
顯示訂用帳戶的 Azure Defender 方案。 |
核心 | GA |
az security pricing create
更新 訂用帳戶的 Azure Defender 方案。
az security pricing create --name
--tier
[--extensions]
[--subplan]
範例
更新 訂用帳戶的 Azure Defender 方案。
az security pricing create -n VirtualMachines --tier standard
使用 suplan 和 extensions 更新 訂用帳戶的 Azure Defender 方案
az security pricing create -n VirtualMachines --tier standard --subplan P2 --extensions name=MdeDesignatedSubscription isEnabled=False --extensions name=AgentlessVmScanning isEnabled=True additionalExtensionProperties='{"ExclusionTags":"[{\"key\":\"A\",\"value\":\"B\"}]"}'
必要參數
要擷取的資源名稱。
定價層類型。
選擇性參數
定價延伸模組。
配套 suplan。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或標識碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az security pricing list
顯示訂用帳戶的 Azure Defender 方案。
az security pricing list
範例
顯示訂用帳戶的 Azure Defender 方案。
az security pricing list
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或標識碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az security pricing show
顯示訂用帳戶的 Azure Defender 方案。
az security pricing show --name
範例
顯示訂用帳戶的 Azure Defender 方案
az security pricing show -n VirtualMachines
必要參數
要擷取的資源名稱。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或標識碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。