az maps creator
Manage creator with maps.
Commands
Name | Description | Type | Status |
---|---|---|---|
az maps creator create |
Create a Maps Creator resource. Creator resource will manage Azure resources required to populate a custom set of mapping data. It requires an account to exist before it can be created. |
Core | GA |
az maps creator delete |
Delete a Maps Creator resource. |
Core | GA |
az maps creator list |
Get all Creator instances for an Azure Maps Account. |
Core | GA |
az maps creator show |
Get a Maps Creator resource. |
Core | GA |
az maps creator update |
Updates the Maps Creator resource. Only a subset of the parameters may be updated after creation, such as Tags. |
Core | GA |
az maps creator create
Create a Maps Creator resource. Creator resource will manage Azure resources required to populate a custom set of mapping data. It requires an account to exist before it can be created.
az maps creator create --account-name --name
--creator-name
--resource-group
--storage-units
[--location]
[--tags]
Examples
Create Creator Resource
az maps creator create --location "eastus2" --storage-units 5 --tags test="true" --account-name "myMapsAccount" --creator-name "myCreator" --resource-group "myResourceGroup"
Required Parameters
The name of the maps account.
The name of the Maps Creator instance.
Resource group name.
The storage units to be allocated. Integer values from 1 to 100, inclusive.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az maps creator delete
Delete a Maps Creator resource.
az maps creator delete [--account-name --name]
[--creator-name]
[--ids]
[--resource-group]
[--subscription]
[--yes]
Examples
Delete Creator Resource
az maps creator delete --account-name "myMapsAccount" --creator-name "myCreator" --resource-group "myResourceGroup"
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The name of the maps account.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The name of the Maps Creator instance.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Resource group name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Do not prompt for confirmation.
Property | Value |
---|---|
Default value: | False |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az maps creator list
Get all Creator instances for an Azure Maps Account.
az maps creator list --account-name --name
--resource-group
Examples
List Creator Resources By Account
az maps creator list --account-name "myMapsAccount" --resource-group "myResourceGroup"
Required Parameters
The name of the maps account.
Resource group name.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az maps creator show
Get a Maps Creator resource.
az maps creator show [--account-name --name]
[--creator-name]
[--ids]
[--resource-group]
[--subscription]
Examples
Get Creator Resource
az maps creator show --account-name "myMapsAccount" --creator-name "myCreator" --resource-group "myResourceGroup"
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The name of the maps account.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The name of the Maps Creator instance.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Resource group name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az maps creator update
Updates the Maps Creator resource. Only a subset of the parameters may be updated after creation, such as Tags.
az maps creator update [--account-name --name]
[--creator-name]
[--ids]
[--resource-group]
[--storage-units]
[--subscription]
[--tags]
Examples
Update Creator Resource
az maps creator update --storage-units 10 --tags specialTag="true" --account-name "myMapsAccount" --creator-name "myCreator" --resource-group "myResourceGroup"
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The name of the maps account.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The name of the Maps Creator instance.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Resource group name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The storage units to be allocated. Integer values from 1 to 100, inclusive.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |