共用方式為


az elastic monitor

注意

此參考是 Azure CLI 的彈性 擴充功能的一部分 (2.51.0 版或更高版本)。 擴充功能會在您第一次執行 az elastic monitor 命令時自動安裝。 深入了解擴充功能。

使用彈性管理監視。

命令

名稱 Description 類型 狀態
az elastic monitor associate-traffic-filter

建立流量篩選的關聯。

副檔名 GA
az elastic monitor create

建立監視資源。

副檔名 GA
az elastic monitor create-and-associate-ip-filter

建立 IP 篩選並建立關聯。

副檔名 GA
az elastic monitor create-and-associate-pl-filter

建立並建立 pl 篩選準則並建立關聯。

副檔名 GA
az elastic monitor create-or-update-external-user

建立或更新外部使用者。

副檔名 GA
az elastic monitor delete

刪除監視資源。

副檔名 GA
az elastic monitor delete-traffic-filter

刪除流量篩選。

副檔名 GA
az elastic monitor detach-and-delete-traffic-filter

中斷連結和刪除流量篩選。

副檔名 GA
az elastic monitor detach-traffic-filter

中斷連結流量篩選。

副檔名 GA
az elastic monitor list

列出指定資源群組下的所有監視器。 並列出指定訂用帳戶下的所有監視器。

副檔名 GA
az elastic monitor list-all-traffic-filter

列出所有流量篩選準則。

副檔名 GA
az elastic monitor list-associated-traffic-filter

列出相關聯的流量篩選。

副檔名 GA
az elastic monitor list-deployment-info

擷取對應至彈性監視器資源之彈性雲端部署的相關資訊。

副檔名 GA
az elastic monitor list-resource

列出彈性監視器資源目前正在監視的資源。

副檔名 GA
az elastic monitor list-upgradable-version

列出可升級的版本。

副檔名 GA
az elastic monitor list-vm-host

列出目前由彈性監視器資源監視的 VM 資源。

副檔名 GA
az elastic monitor show

取得特定監視資源的屬性。

副檔名 GA
az elastic monitor tag-rule

使用彈性管理標籤規則。

副檔名 GA
az elastic monitor tag-rule create

為指定的監視資源建立標籤規則集。

副檔名 GA
az elastic monitor tag-rule delete

刪除指定監視資源的標籤規則集。

副檔名 GA
az elastic monitor tag-rule list

列出指定監視資源的標記規則。

副檔名 GA
az elastic monitor tag-rule show

取得指定監視資源的標籤規則集。

副檔名 GA
az elastic monitor tag-rule update

更新指定監視資源的標記規則集。

副檔名 GA
az elastic monitor tag-rule wait

將 CLI 置於等候狀態,直到符合條件為止。

副檔名 GA
az elastic monitor update

更新監視資源。

副檔名 GA
az elastic monitor update-vm-collection

更新將由彈性監視器資源監視的 VM 詳細資料。

副檔名 GA
az elastic monitor upgrade

升級彈性監視器。

副檔名 GA
az elastic monitor vm-ingestion-detail

列出由彈性監視器資源監視的 VM 擷取詳細資料。

副檔名 GA
az elastic monitor wait

將 CLI 置於等候狀態,直到符合條件為止。

副檔名 GA

az elastic monitor associate-traffic-filter

建立流量篩選的關聯。

az elastic monitor associate-traffic-filter [--ids]
                                            [--monitor-name]
                                            [--resource-group]
                                            [--ruleset-id]
                                            [--subscription]

範例

監視關聯流量篩選

az elastic monitor associate-traffic-filter --monitor-name name -g rg --ruleset-id

選擇性參數

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--monitor-name

監視資源名稱。

--resource-group -g

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

--ruleset-id

規則集篩選的識別碼。

--subscription

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

全域參數
--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 elastic monitor create

建立監視資源。

az elastic monitor create --monitor-name
                          --resource-group
                          [--generate-api-key {0, 1, f, false, n, no, t, true, y, yes}]
                          [--location]
                          [--monitoring-status {Disabled, Enabled}]
                          [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                          [--sku]
                          [--tags]
                          [--user-info]
                          [--version]

範例

建立監視器

az elastic monitor create -n monitor-name -g rg --user-info "{firstName:Alice,lastName:bob,companyName:Micosoft,emailAddress:alice@microsoft.com}" --sku "{name:ess-consumption-2024_Monthly}"

必要參數

--monitor-name --name -n

監視資源名稱。

--resource-group -g

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

選擇性參數

--generate-api-key

旗標,以判斷使用者 API 金鑰是否必須產生和共用。

接受的值: 0, 1, f, false, n, no, t, true, y, yes
--location -l

監視資源的位置。

--monitoring-status

旗標,指定是否啟用或停用資源監視。

接受的值: Disabled, Enabled
--no-wait

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

接受的值: 0, 1, f, false, n, no, t, true, y, yes
--sku
實驗

監視資源的 SKU。 支援速記語法、json-file 和 yaml-file。 請嘗試 「??」 以顯示更多。

--tags

監視資源的標記。 支援速記語法、json-file 和 yaml-file。 請嘗試 「??」 以顯示更多。

--user-info

使用者資訊。 支援速記語法、json-file 和 yaml-file。 請嘗試 「??」 以顯示更多。

--version

監視資源的彈性版本。

全域參數
--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 elastic monitor create-and-associate-ip-filter

建立 IP 篩選並建立關聯。

az elastic monitor create-and-associate-ip-filter [--ids]
                                                  [--ips]
                                                  [--monitor-name]
                                                  [--name]
                                                  [--resource-group]
                                                  [--subscription]

範例

建立 IP 篩選並建立關聯

az elastic monitor create-and-associate-ip-filter --monitor-name name -g rg --name name --ips  192.168.131.0, 192.168.132.6/22

選擇性參數

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--ips

ips 清單。

--monitor-name

監視資源名稱。

--name

流量篩選的名稱。

--resource-group -g

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

--subscription

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

全域參數
--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 elastic monitor create-and-associate-pl-filter

建立並建立 pl 篩選準則並建立關聯。

az elastic monitor create-and-associate-pl-filter [--ids]
                                                  [--monitor-name]
                                                  [--name]
                                                  [--private-endpoint-guid]
                                                  [--private-endpoint-name]
                                                  [--resource-group]
                                                  [--subscription]

範例

建立和關聯 pl 篩選

az elastic monitor create-and-associate-pl-filter --monitor-name monitor -g rg --name name

選擇性參數

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--monitor-name

監視資源名稱。

--name

流量篩選的名稱。

--private-endpoint-guid

私人端點的 Guid。

--private-endpoint-name

私人端點的名稱。

--resource-group -g

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

--subscription

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

全域參數
--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 elastic monitor create-or-update-external-user

建立或更新外部使用者。

az elastic monitor create-or-update-external-user [--email-id]
                                                  [--full-name]
                                                  [--ids]
                                                  [--monitor-name]
                                                  [--password]
                                                  [--resource-group]
                                                  [--roles]
                                                  [--subscription]
                                                  [--user-name]

範例

建立或更新外部使用者

az monitor create-or-update-external-user --monitor-name {monitor} -g {rg} --user-name newuser --full-name fullname --password password --email-id email@outlook.com --roles [admin,other_role]

選擇性參數

--email-id

要建立或更新之使用者的電子郵件識別碼。

--full-name

要建立或更新之使用者的完整名稱。

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--monitor-name

監視資源名稱。

--password

要建立或更新之使用者的密碼。

--resource-group -g

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

--roles

要指派給已建立或更新使用者的角色支援速記語法、json-file 和 yaml-file。 請嘗試 「??」 以顯示更多。

--subscription

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

--user-name

要建立或更新之使用者的使用者名稱。

全域參數
--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 elastic monitor delete

刪除監視資源。

az elastic monitor delete [--ids]
                          [--monitor-name]
                          [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                          [--resource-group]
                          [--subscription]
                          [--yes]

範例

刪除監視器

az elastic monitor delete -n monitor -g rg

選擇性參數

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--monitor-name --name -n

監視資源名稱。

--no-wait

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

接受的值: 0, 1, f, false, n, no, t, true, y, yes
--resource-group -g

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

--subscription

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

--yes -y

不提示確認。

預設值: False
全域參數
--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 elastic monitor delete-traffic-filter

刪除流量篩選。

az elastic monitor delete-traffic-filter [--ids]
                                         [--monitor-name]
                                         [--resource-group]
                                         [--ruleset-id]
                                         [--subscription]

範例

刪除流量篩選

az elastic monitor delete-traffic-filter --monitor-name name -g rg --ruleset-id id

選擇性參數

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--monitor-name

監視資源名稱。

--resource-group -g

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

--ruleset-id

規則集篩選的識別碼。

--subscription

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

全域參數
--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 elastic monitor detach-and-delete-traffic-filter

中斷連結和刪除流量篩選。

az elastic monitor detach-and-delete-traffic-filter [--ids]
                                                    [--monitor-name]
                                                    [--resource-group]
                                                    [--ruleset-id]
                                                    [--subscription]

範例

卸離和刪除流量篩選

az elastic monitor detach-and-delete-traffic-filter --monitor-name -g rg --ruleset-id id

選擇性參數

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--monitor-name

監視資源名稱。

--resource-group -g

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

--ruleset-id

規則集篩選的識別碼。

--subscription

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

全域參數
--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 elastic monitor detach-traffic-filter

中斷連結流量篩選。

az elastic monitor detach-traffic-filter [--ids]
                                         [--monitor-name]
                                         [--resource-group]
                                         [--ruleset-id]
                                         [--subscription]

範例

中斷連結流量篩選

az elastic monitor detach-traffic-filter --monitor-name name -g rg --ruleset-id

選擇性參數

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--monitor-name

監視資源名稱。

--resource-group -g

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

--ruleset-id

規則集篩選的識別碼。

--subscription

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

全域參數
--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 elastic monitor list

列出指定資源群組下的所有監視器。 並列出指定訂用帳戶下的所有監視器。

az elastic monitor list [--max-items]
                        [--next-token]
                        [--resource-group]

範例

依資源群組列出所有監視器

az elastic monitor list -g rg

選擇性參數

--max-items

命令輸出中要傳回的專案總數。 如果可用的專案總數超過指定的值,則會在命令的輸出中提供權杖。 若要繼續分頁,請在後續命令的引數中 --next-token 提供權杖值。

--next-token

標記,指定要開始分頁的位置。 這是先前截斷回應中的權杖值。

--resource-group -g

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

全域參數
--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 elastic monitor list-all-traffic-filter

列出所有流量篩選準則。

az elastic monitor list-all-traffic-filter [--ids]
                                           [--monitor-name]
                                           [--resource-group]
                                           [--subscription]

範例

列出所有流量篩選

az elastic monitor list-all-traffic-filter --monitor-name name -g rg

選擇性參數

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--monitor-name

監視資源名稱。

--resource-group -g

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

--subscription

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

全域參數
--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 elastic monitor list-associated-traffic-filter

列出相關聯的流量篩選。

az elastic monitor list-associated-traffic-filter [--ids]
                                                  [--monitor-name]
                                                  [--resource-group]
                                                  [--subscription]

範例

列出相關聯的流量篩選

az elastic monitor list-associated-traffic-filter --monitor-name name -g rg

選擇性參數

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--monitor-name

監視資源名稱。

--resource-group -g

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

--subscription

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

全域參數
--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 elastic monitor list-deployment-info

擷取對應至彈性監視器資源之彈性雲端部署的相關資訊。

az elastic monitor list-deployment-info [--ids]
                                        [--monitor-name]
                                        [--resource-group]
                                        [--subscription]

範例

列出部署資訊

az elastic monitor list-deployment-info --monitor-name name -g rg

選擇性參數

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--monitor-name

監視資源名稱。

--resource-group -g

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

--subscription

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

全域參數
--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 elastic monitor list-resource

列出彈性監視器資源目前正在監視的資源。

az elastic monitor list-resource --monitor-name
                                 --resource-group
                                 [--max-items]
                                 [--next-token]

範例

列出資源

az elastic monitor list-resource --monitor-name -g rg

必要參數

--monitor-name

監視資源名稱。

--resource-group -g

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

選擇性參數

--max-items

命令輸出中要傳回的專案總數。 如果可用的專案總數超過指定的值,則會在命令的輸出中提供權杖。 若要繼續分頁,請在後續命令的引數中 --next-token 提供權杖值。

--next-token

標記,指定要開始分頁的位置。 這是先前截斷回應中的權杖值。

全域參數
--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 elastic monitor list-upgradable-version

列出可升級的版本。

az elastic monitor list-upgradable-version [--ids]
                                           [--monitor-name]
                                           [--resource-group]
                                           [--subscription]

範例

列出可升級的版本

az elastic monitor list-upgradable-version --monitor-name name -g rg

選擇性參數

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--monitor-name

監視資源名稱。

--resource-group -g

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

--subscription

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

全域參數
--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 elastic monitor list-vm-host

列出目前由彈性監視器資源監視的 VM 資源。

az elastic monitor list-vm-host --monitor-name
                                --resource-group
                                [--max-items]
                                [--next-token]

範例

列出 VM 主機

az elastic monitor list-vm-host --monitor-name name -g rg

必要參數

--monitor-name

監視資源名稱。

--resource-group -g

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

選擇性參數

--max-items

命令輸出中要傳回的專案總數。 如果可用的專案總數超過指定的值,則會在命令的輸出中提供權杖。 若要繼續分頁,請在後續命令的引數中 --next-token 提供權杖值。

--next-token

標記,指定要開始分頁的位置。 這是先前截斷回應中的權杖值。

全域參數
--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 elastic monitor show

取得特定監視資源的屬性。

az elastic monitor show [--ids]
                        [--monitor-name]
                        [--resource-group]
                        [--subscription]

範例

顯示監視器

az elastic monitor show -n name -g rg

選擇性參數

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--monitor-name --name -n

監視資源名稱。

--resource-group -g

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

--subscription

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

全域參數
--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 elastic monitor update

更新監視資源。

az elastic monitor update [--ids]
                          [--monitor-name]
                          [--resource-group]
                          [--subscription]
                          [--tags]

範例

更新監視器

az elastic monitor update -n monitor -g rg --tags "{tag:test,tag1:test1}"

選擇性參數

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--monitor-name --name -n

監視資源名稱。

--resource-group -g

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

--subscription

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

--tags

彈性監視器資源標籤。 支援速記語法、json-file 和 yaml-file。 請嘗試 「??」 以顯示更多。

全域參數
--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 elastic monitor update-vm-collection

更新將由彈性監視器資源監視的 VM 詳細資料。

az elastic monitor update-vm-collection [--ids]
                                        [--monitor-name]
                                        [--operation-name {Add, Delete}]
                                        [--resource-group]
                                        [--subscription]
                                        [--vm-resource-id]

範例

更新 VM 集合

az elastic monitor update-vm-collection --monitor-name monitor1 -g rg --operation-name Add --vi-resource-id id

選擇性參數

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--monitor-name

監視資源名稱。

--operation-name

要針對指定 VM 執行的作業。

接受的值: Add, Delete
--resource-group -g

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

--subscription

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

--vm-resource-id

VM 資源的 ARM 識別碼。

全域參數
--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 elastic monitor upgrade

升級彈性監視器。

az elastic monitor upgrade [--ids]
                           [--monitor-name]
                           [--resource-group]
                           [--subscription]
                           [--version]

範例

監視升級

az elastic monitor upgrade -g rg --monitor-name monitor --version 8.0.0

選擇性參數

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--monitor-name

監視資源名稱。

--resource-group -g

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

--subscription

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

--version

彈性監視器應該升級至的版本。

全域參數
--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 elastic monitor vm-ingestion-detail

列出由彈性監視器資源監視的 VM 擷取詳細資料。

az elastic monitor vm-ingestion-detail [--ids]
                                       [--monitor-name]
                                       [--resource-group]
                                       [--subscription]

範例

Vm 擷取詳細資料

az elastic monitor vm-ingestion-detail --monitor-name name -g rg

選擇性參數

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--monitor-name

監視資源名稱。

--resource-group -g

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

--subscription

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

全域參數
--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 elastic monitor wait

將 CLI 置於等候狀態,直到符合條件為止。

az elastic monitor wait [--created]
                        [--custom]
                        [--deleted]
                        [--exists]
                        [--ids]
                        [--interval]
                        [--monitor-name]
                        [--resource-group]
                        [--subscription]
                        [--timeout]
                        [--updated]

選擇性參數

--created

請等候在 'Succeeded' 使用 'provisioningState' 建立。

預設值: False
--custom

等到條件符合自訂 JMESPath 查詢為止。 例如 provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running']。

--deleted

等到刪除為止。

預設值: False
--exists

等候資源存在。

預設值: False
--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--interval

輪詢間隔以秒為單位。

預設值: 30
--monitor-name --name -n

監視資源名稱。

--resource-group -g

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

--subscription

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

--timeout

以秒為單位的等候上限。

預設值: 3600
--updated

等到 provisioningState 更新為 'Succeeded'。

預設值: False
全域參數
--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 來取得完整偵錯記錄。