Skip to main content

accounts

Overview

Nameaccounts
TypeResource
Idazure.maps.accounts

Fields

NameDatatypeDescription
identityobjectManaged service identity (system assigned and/or user assigned identities)
kindstringThe Kind of the Maps Account.
locationstringThe geo-location where the resource lives
propertiesobjectAdditional Maps account properties
skuobjectThe SKU of the Maps Account.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
getSELECTaccountName, resourceGroupName, subscriptionIdGet a Maps Account.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdGet all Maps Accounts in a Resource Group
list_by_subscriptionSELECTsubscriptionIdGet all Maps Accounts in a Subscription
create_or_updateINSERTaccountName, resourceGroupName, subscriptionId, data__skuCreate or update a Maps Account. A Maps Account holds the keys which allow access to the Maps REST APIs.
deleteDELETEaccountName, resourceGroupName, subscriptionIdDelete a Maps Account.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdGet all Maps Accounts in a Resource Group
_list_by_subscriptionEXECsubscriptionIdGet all Maps Accounts in a Subscription
regenerate_keysEXECaccountName, resourceGroupName, subscriptionId, data__keyTypeRegenerate either the primary or secondary key for use with the Maps APIs. The old key will stop working immediately.
updateEXECaccountName, resourceGroupName, subscriptionIdUpdates a Maps Account. Only a subset of the parameters may be updated after creation, such as Sku, Tags, Properties.