共用方式為


az maps creator

使用地圖管理建立者。

命令

名稱 Description 類型 狀態
az maps creator create

建立地圖 Creator 資源。 建立者資源會管理填入一組自訂對應資料所需的 Azure 資源。 它需要帳戶存在,才能建立帳戶。

核心 GA
az maps creator delete

刪除地圖 Creator 資源。

核心 GA
az maps creator list

取得Azure 地圖服務帳戶的所有建立者實例。

核心 GA
az maps creator show

取得地圖 Creator 資源。

核心 GA
az maps creator update

更新 地圖 Creator 資源。 建立之後,只能更新參數的子集,例如標記。

核心 GA

az maps creator create

建立地圖 Creator 資源。 建立者資源會管理填入一組自訂對應資料所需的 Azure 資源。 它需要帳戶存在,才能建立帳戶。

az maps creator create --account-name
                       --creator-name
                       --resource-group
                       --storage-units
                       [--location]
                       [--tags]

範例

建立建立者資源

az maps creator create --location "eastus2" --storage-units 5 --tags test="true" --account-name "myMapsAccount" --creator-name "myCreator" --resource-group "myResourceGroup"

必要參數

--account-name --name -n

地圖帳戶的名稱。

--creator-name

地圖 Creator 實例的名稱。

--resource-group -g

資源組名。

--storage-units

要配置的儲存單位。 從 1 到 100 的整數值,包含。

選擇性參數

--location -l

位置。​​ 來自的值: az account list-locations 。 您可以使用 來設定預設位置 az configure --defaults location=<location>

--tags

以空格分隔的標記:key[=value] [key[=value] ...]。使用 「」 清除現有的標記。

全域參數
--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 maps creator delete

刪除地圖 Creator 資源。

az maps creator delete [--account-name]
                       [--creator-name]
                       [--ids]
                       [--resource-group]
                       [--subscription]
                       [--yes]

範例

刪除建立者資源

az maps creator delete --account-name "myMapsAccount" --creator-name "myCreator" --resource-group "myResourceGroup"

選擇性參數

--account-name --name -n

地圖帳戶的名稱。

--creator-name

地圖 Creator 實例的名稱。

--ids

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

--resource-group -g

資源組名。

--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 maps creator list

取得Azure 地圖服務帳戶的所有建立者實例。

az maps creator list --account-name
                     --resource-group

範例

依帳戶列出建立者資源

az maps creator list --account-name "myMapsAccount" --resource-group "myResourceGroup"

必要參數

--account-name --name -n

地圖帳戶的名稱。

--resource-group -g

資源組名。

全域參數
--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 maps creator show

取得地圖 Creator 資源。

az maps creator show [--account-name]
                     [--creator-name]
                     [--ids]
                     [--resource-group]
                     [--subscription]

範例

取得建立者資源

az maps creator show --account-name "myMapsAccount" --creator-name "myCreator" --resource-group "myResourceGroup"

選擇性參數

--account-name --name -n

地圖帳戶的名稱。

--creator-name

地圖 Creator 實例的名稱。

--ids

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

--resource-group -g

資源組名。

--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 maps creator update

更新 地圖 Creator 資源。 建立之後,只能更新參數的子集,例如標記。

az maps creator update [--account-name]
                       [--creator-name]
                       [--ids]
                       [--resource-group]
                       [--storage-units]
                       [--subscription]
                       [--tags]

範例

更新建立者資源

az maps creator update --storage-units 10 --tags specialTag="true" --account-name "myMapsAccount" --creator-name "myCreator" --resource-group "myResourceGroup"

選擇性參數

--account-name --name -n

地圖帳戶的名稱。

--creator-name

地圖 Creator 實例的名稱。

--ids

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

--resource-group -g

資源組名。

--storage-units

要配置的儲存單位。 從 1 到 100 的整數值,包含。

--subscription

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

--tags

以空格分隔的標記:key[=value] [key[=value] ...]。使用 「」 清除現有的標記。

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