az guestconfig guest-configuration-assignment
備註
此參考是 Azure CLI 的 guestconfig 擴充功能的一部分(2.3.1 版或更高版本)。 擴充功能會在您第一次執行 az guestconfig guest-configuration-assignment 命令時自動安裝。 深入瞭解擴充功能。
此命令群組是實驗性且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
Guestconfig guest-configuration-assignment。
命令
名稱 | Description | 類型 | 狀態 |
---|---|---|---|
az guestconfig guest-configuration-assignment create |
建立 VM 與客體組態之間的關聯。 |
擴充套件 | 實驗性的 |
az guestconfig guest-configuration-assignment delete |
刪除來賓設定指派。 |
擴充套件 | 實驗性的 |
az guestconfig guest-configuration-assignment list |
列出虛擬機的所有客體設定指派。 |
擴充套件 | 實驗性的 |
az guestconfig guest-configuration-assignment show |
取得來賓設定指派的相關信息。 |
擴充套件 | 實驗性的 |
az guestconfig guest-configuration-assignment update |
建立 VM 與客體組態之間的關聯。 |
擴充套件 | 實驗性的 |
az guestconfig guest-configuration-assignment wait |
將 CLI 置於等候狀態,直到符合 guestconfig guest-configuration-assignment 的條件為止。 |
擴充套件 | 實驗性的 |
az guestconfig guest-configuration-assignment create
命令群組 'guestconfig guest-configuration-assignment' 是實驗性且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
建立 VM 與客體組態之間的關聯。
az guestconfig guest-configuration-assignment create --guest-configuration-assignment-name
--resource-group
--vm-name
[--context]
[--guest-configuration-configuration-parameter]
[--guest-configuration-configuration-setting]
[--guest-configuration-name]
[--guest-configuration-version]
[--latest-assignment-report-assignment]
[--location]
[--name]
[--no-wait]
範例
建立或更新來賓設定指派
az guestconfig guest-configuration-assignment create --guest-configuration-assignment-name "WhitelistedApplication" --guest-configuration-name "WhitelistedApplication" --location "westcentralus" --context "Azure policy" --guest-configuration-name "WhitelistedApplication" --guest-configuration-configuration-parameter name="[InstalledApplication]bwhitelistedapp;Name" value="NotePad,sql" --guest-configuration-configuration-setting action-after-reboot="ContinueConfiguration" configuration-mode="MonitorOnly" configuration-mode-frequency-mins=15 reboot-if-needed="False" --guest-configuration-version "1.*" --resource-group "myResourceGroupName" --vm-name "myVMName"
必要參數
來賓組態指派的名稱。
資源組名。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
虛擬機器的名稱。
選擇性參數
起始客體設定指派的來源。 例如:Azure 原則。
客體設定的組態參數。
使用方式:--guest-configuration-configuration-parameter name=XX value=XX
name:組態參數的名稱。 value:組態參數的值。
您可以使用多個 --guest-configuration-configuration-parameter 自變數來指定多個動作。
來賓設定的組態設定。
使用方式:--guest-configuration-configuration-setting configuration-mode=XX allow-module-overwrite=XX action-after-reboot=XX refresh-frequency-min=XX reboot-if-required=XX configuration-mode-frequency-min=XX
組態模式:指定 LCM(本機組態管理員) 如何實際將設定套用至目標節點。 可能的值為 ApplyOnly、ApplyAndMonitor 和 ApplyAndAutoCorrect。 allow-module-overwrite:如果為 true - 允許從提取服務下載的新組態覆寫目標節點上的舊組態。 否則,false action-after-reboot:指定在設定應用程式期間重新啟動後會發生什麼情況。 可能的值為 ContinueConfiguration 和 StopConfiguration refresh-frequency-minutes:時間間隔,以分鐘為單位,LCM 會檢查提取服務以取得更新的設定。 如果未在提取模式中設定 LCM,則會忽略此值。 預設值為 30。 reboot-if-required:將此值設定為 true,以在套用需要重新啟動的設定之後自動重新啟動節點。 否則,您必須針對需要節點的任何設定手動重新啟動節點。 預設值為 false。 若要在 DSC 以外的專案(例如 Windows Installer)制定重新啟動條件時使用此設定,請將此設定與 xPendingReboot 模組結合。 configuration-mode-frequency-minutes:檢查並套用目前設定的頻率,以分鐘為單位。 如果 ConfigurationMode 屬性設定為 ApplyOnly,則會忽略這個屬性。 預設值為 15。
來賓組態的名稱。
客體設定的版本。
客體設定指派的組態詳細數據。 預期值:json-string/@json-file。
位置。 值的來源:az account list-locations
。 您可以使用 az configure --defaults location=<location>
來設定預設位置。
來賓組態指派的名稱。
請勿等候長時間執行的作業完成。
全域參數
提高日誌詳細程度以顯示所有調試日誌。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
增加記錄的詳細程度。 針對完整偵錯記錄使用 --debug。
az guestconfig guest-configuration-assignment delete
命令群組 'guestconfig guest-configuration-assignment' 是實驗性且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
刪除來賓設定指派。
az guestconfig guest-configuration-assignment delete [--ids]
[--name]
[--no-wait]
[--resource-group]
[--subscription]
[--vm-name]
範例
刪除來賓設定指派
az guestconfig guest-configuration-assignment delete --name "SecureProtocol" --resource-group "myResourceGroupName" --vm-name "myVMName"
選擇性參數
一或多個資源識別碼(以空格分隔)。 它應該是包含 「資源標識碼」自變數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」自變數。
來賓組態指派的名稱。
請勿等候長時間執行的作業完成。
資源組名。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
虛擬機器的名稱。
全域參數
提高日誌詳細程度以顯示所有調試日誌。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
增加記錄的詳細程度。 針對完整偵錯記錄使用 --debug。
az guestconfig guest-configuration-assignment list
命令群組 'guestconfig guest-configuration-assignment' 是實驗性且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
列出虛擬機的所有客體設定指派。
az guestconfig guest-configuration-assignment list --resource-group
--vm-name
範例
列出虛擬機的所有客體設定指派
az guestconfig guest-configuration-assignment list --resource-group "myResourceGroupName" --vm-name "myVMName"
必要參數
資源組名。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
虛擬機器的名稱。
全域參數
提高日誌詳細程度以顯示所有調試日誌。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
增加記錄的詳細程度。 針對完整偵錯記錄使用 --debug。
az guestconfig guest-configuration-assignment show
命令群組 'guestconfig guest-configuration-assignment' 是實驗性且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
取得來賓設定指派的相關信息。
az guestconfig guest-configuration-assignment show [--ids]
[--name]
[--resource-group]
[--subscription]
[--vm-name]
範例
取得來賓設定指派
az guestconfig guest-configuration-assignment show --name "SecureProtocol" --resource-group "myResourceGroupName" --vm-name "myVMName"
選擇性參數
一或多個資源識別碼(以空格分隔)。 它應該是包含 「資源標識碼」自變數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」自變數。
來賓設定指派名稱。
資源組名。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
虛擬機器的名稱。
全域參數
提高日誌詳細程度以顯示所有調試日誌。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
增加記錄的詳細程度。 針對完整偵錯記錄使用 --debug。
az guestconfig guest-configuration-assignment update
命令群組 'guestconfig guest-configuration-assignment' 是實驗性且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
建立 VM 與客體組態之間的關聯。
az guestconfig guest-configuration-assignment update [--context]
[--guest-configuration-assignment-name]
[--guest-configuration-configuration-parameter]
[--guest-configuration-configuration-setting]
[--guest-configuration-name]
[--guest-configuration-version]
[--ids]
[--latest-assignment-report-assignment]
[--location]
[--name]
[--no-wait]
[--resource-group]
[--subscription]
[--vm-name]
範例
建立或更新來賓設定指派
az guestconfig guest-configuration-assignment update --guest-configuration-assignment-name "WhitelistedApplication" --guest-configuration-name "WhitelistedApplication" --location "westcentralus" --context "Azure policy" --guest-configuration-name "WhitelistedApplication" --guest-configuration-configuration-parameter name="[InstalledApplication]bwhitelistedapp;Name" value="NotePad,sql" --guest-configuration-configuration-setting action-after-reboot="ContinueConfiguration" configuration-mode="MonitorOnly" configuration-mode-frequency-mins=15 reboot-if-needed="False" --guest-configuration-version "1.*" --resource-group "myResourceGroupName" --vm-name "myVMName"
選擇性參數
起始客體設定指派的來源。 例如:Azure 原則。
來賓組態指派的名稱。
客體設定的組態參數。
使用方式:--guest-configuration-configuration-parameter name=XX value=XX
name:組態參數的名稱。 value:組態參數的值。
您可以使用多個 --guest-configuration-configuration-parameter 自變數來指定多個動作。
來賓設定的組態設定。
使用方式:--guest-configuration-configuration-setting configuration-mode=XX allow-module-overwrite=XX action-after-reboot=XX refresh-frequency-min=XX reboot-if-required=XX configuration-mode-frequency-min=XX
組態模式:指定 LCM(本機組態管理員) 如何實際將設定套用至目標節點。 可能的值為 ApplyOnly、ApplyAndMonitor 和 ApplyAndAutoCorrect。 allow-module-overwrite:如果為 true - 允許從提取服務下載的新組態覆寫目標節點上的舊組態。 否則,false action-after-reboot:指定在設定應用程式期間重新啟動後會發生什麼情況。 可能的值為 ContinueConfiguration 和 StopConfiguration refresh-frequency-minutes:時間間隔,以分鐘為單位,LCM 會檢查提取服務以取得更新的設定。 如果未在提取模式中設定 LCM,則會忽略此值。 預設值為 30。 reboot-if-required:將此值設定為 true,以在套用需要重新啟動的設定之後自動重新啟動節點。 否則,您必須針對需要節點的任何設定手動重新啟動節點。 預設值為 false。 若要在 DSC 以外的專案(例如 Windows Installer)制定重新啟動條件時使用此設定,請將此設定與 xPendingReboot 模組結合。 configuration-mode-frequency-minutes:檢查並套用目前設定的頻率,以分鐘為單位。 如果 ConfigurationMode 屬性設定為 ApplyOnly,則會忽略這個屬性。 預設值為 15。
來賓組態的名稱。
客體設定的版本。
一或多個資源識別碼(以空格分隔)。 它應該是包含 「資源標識碼」自變數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」自變數。
客體設定指派的組態詳細數據。 預期值:json-string/@json-file。
位置。 值的來源:az account list-locations
。 您可以使用 az configure --defaults location=<location>
來設定預設位置。
來賓組態指派的名稱。
請勿等候長時間執行的作業完成。
資源組名。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
虛擬機器的名稱。
全域參數
提高日誌詳細程度以顯示所有調試日誌。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
增加記錄的詳細程度。 針對完整偵錯記錄使用 --debug。
az guestconfig guest-configuration-assignment wait
命令群組 'guestconfig guest-configuration-assignment' 是實驗性且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
將 CLI 置於等候狀態,直到符合 guestconfig guest-configuration-assignment 的條件為止。
az guestconfig guest-configuration-assignment wait [--created]
[--custom]
[--deleted]
[--exists]
[--ids]
[--interval]
[--name]
[--resource-group]
[--subscription]
[--timeout]
[--updated]
[--vm-name]
範例
暫停執行下一行 CLI 腳本,直到客體設定客體設定指派成功建立為止。
az guestconfig guest-configuration-assignment wait --name "SecureProtocol" --resource-group "myResourceGroupName" --vm-name "myVMName" --created
暫停執行下一行 CLI 腳本,直到客體設定客體設定指派成功刪除為止。
az guestconfig guest-configuration-assignment wait --name "SecureProtocol" --resource-group "myResourceGroupName" --vm-name "myVMName" --deleted
選擇性參數
請等候在 'Succeeded' 使用 'provisioningState' 建立。
等到條件符合自定義 JMESPath 查詢為止。 例如 provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running']。
等到刪除為止。
等候資源存在。
一或多個資源識別碼(以空格分隔)。 它應該是包含 「資源標識碼」自變數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」自變數。
輪詢間隔以秒為單位。
來賓設定指派名稱。
資源組名。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
以秒為單位的等候上限。
等到 provisioningState 更新為 'Succeeded'。
虛擬機器的名稱。
全域參數
提高日誌詳細程度以顯示所有調試日誌。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
增加記錄的詳細程度。 針對完整偵錯記錄使用 --debug。