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
--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
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.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
az maps creator delete
Delete a Maps Creator resource.
az maps creator delete [--account-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 name of the maps account.
The name of the Maps Creator instance.
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.
Resource group name.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Do not prompt for confirmation.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
az maps creator list
Get all Creator instances for an Azure Maps Account.
az maps creator list --account-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.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
az maps creator show
Get a Maps Creator resource.
az maps creator show [--account-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 name of the maps account.
The name of the Maps Creator instance.
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.
Resource group name.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
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]
[--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 name of the maps account.
The name of the Maps Creator instance.
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.
Resource group name.
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
.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.