Az.Maps Module
Se trata de un módulo de vista previa. Los módulos en versión preliminar no se recomiendan para su uso en entornos de producción. Para obtener más información, consulte https://aka.ms/azps-refstatus.
Microsoft Azure PowerShell: cmdlets de Maps
Mapas
| Cmdlet | Description |
|---|---|
| Get-AzMapsAccount |
Get a Maps Account. |
| Get-AzMapsAccountKey |
Get the keys to use with the Maps APIs. A key is used to authenticate and authorize access to the Maps REST APIs. Only one key is needed at a time; two are given to provide seamless key regeneration. |
| Get-AzMapsCreator |
Get a Maps Creator resource. |
| Get-AzMapsSubscriptionOperation |
List operations available for the Maps Resource Provider |
| New-AzMapsAccount |
create a Maps Account. A Maps Account holds the keys which allow access to the Maps REST APIs. |
| New-AzMapsAccountKey |
Regenerate either the primary or secondary key for use with the Maps APIs. The old key will stop working immediately. |
| New-AzMapsCreator |
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. |
| Remove-AzMapsAccount |
Delete a Maps Account. |
| Remove-AzMapsCreator |
Delete a Maps Creator resource. |
| Update-AzMapsAccount |
update a Maps Account. Only a subset of the parameters may be updated after creation, such as Sku, Tags, Properties. |
| Update-AzMapsCreator |
update the Maps Creator resource. Only a subset of the parameters may be updated after creation, such as Tags. |