共用方式為


az connectedvmware vm guest-agent

注意

此參考是 Azure CLI 的 connectedvmware 擴充功能的一部分(2.0.67 版或更高版本)。 擴充功能會在您第一次執行 az connectedvmware vm guest-agent 命令時自動安裝。 深入了解擴充功能。

Vm 客體代理程式。

命令

名稱 Description 類型 狀態
az connectedvmware vm guest-agent enable

在 VM 上啟用客體代理程式。

副檔名 GA
az connectedvmware vm guest-agent show

依客體代理程式名稱、資源群組和 VM 名稱取得客體代理程式的詳細數據。

副檔名 GA

az connectedvmware vm guest-agent enable

在 VM 上啟用客體代理程式。

az connectedvmware vm guest-agent enable --resource-group
                                         --vm-name
                                         [--https-proxy]
                                         [--no-wait]
                                         [--password]
                                         [--private-link-scope]
                                         [--username]

範例

在 VM 上啟用客體代理程式

az connectedvmware vm guest-agent enable --username "vm user name" --password "vm password" --resource-group "resource group name" --subscription "Name or ID of subscription" --vm-name "vm name"

使用私人連結在 VM 上啟用客體代理程式

az connectedvmware vm guest-agent enable --username "vm user name" --password "vm password" --resource-group "resource group name" --subscription "Name or ID of subscription" --vm-name "vm name" --private-link-scope "/subscriptions/fedcba98-7654-3210-0123-456789abcdef/resourceGroups/contoso-rg/providers/Microsoft.HybirdCompute/privateLinkScopes/contoso-private-link-scope"

必要參數

--resource-group -g

資源群組的名稱。 您可以使用 az configure --defaults group=<name> 來設定預設群組。

--vm-name

VM 的名稱。

選擇性參數

--https-proxy

VM 的 HTTPS Proxy 伺服器 URL。

--no-wait

請勿等候長時間執行的作業完成。

預設值: False
--password

用來連線到 VM 的使用者名稱密碼認證。

--private-link-scope

此計算機指派給之私人連結範圍的資源標識碼。

--username

用來連線至 VM 的用戶名稱。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 az account set -s NAME_OR_ID 設定預設訂用帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az connectedvmware vm guest-agent show

依客體代理程式名稱、資源群組和 VM 名稱取得客體代理程式的詳細數據。

az connectedvmware vm guest-agent show --resource-group
                                       --vm-name

範例

取得客體代理程序的詳細數據

az connectedvmware vm guest-agent show --resource-group "resource group name"                --vm-name "name of the vm"

必要參數

--resource-group -g

資源群組的名稱。 您可以使用 az configure --defaults group=<name> 來設定預設群組。

--vm-name

VM 的名稱。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 az account set -s NAME_OR_ID 設定預設訂用帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。