| Description | : Create or update a Maps Account. A Maps Account holds the keys which allow access to the Maps REST APIs. |
| Reference | : Link ¶ |
⚼ Request
PUT:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}
{
subscriptionId:
string
,
resourceGroupName:
string
,
api-version:
string
,
accountName:
string
,
MapsAccount:
}
{
,
sku:
{
,
name:
enum
,
tier:
string
,
}
kind:
enum
,
systemData:
{
,
createdBy:
string
,
createdByType:
enum
,
createdAt:
string
,
lastModifiedBy:
string
,
lastModifiedByType:
enum
,
lastModifiedAt:
string
,
}
identity:
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
userAssignedIdentities:
object
,
}
properties:
}
{
,
uniqueId:
string
,
disableLocalAuth:
boolean
,
provisioningState:
string
,
linkedResources:
[
]
,
{
,
uniqueName:
string
,
id:
string
,
}
cors:
{
,
corsRules:
}
[
]
,
{
,
allowedOrigins:
}
[
,
string
,
]
encryption:
{
,
infrastructureEncryption:
enum
,
customerManagedKeyEncryption:
}
{
,
keyEncryptionKeyIdentity:
{
,
identityType:
enum
,
userAssignedIdentityResourceId:
string
,
federatedClientId:
string
,
delegatedIdentityClientId:
string
,
}
keyEncryptionKeyUrl:
string
,
}
privateEndpointConnections:
[
]
,
{
,
properties:
}
{
,
groupIds:
[
,
string
,
]
privateEndpoint:
{
,
id:
string
,
}
privateLinkServiceConnectionState:
{
,
status:
enum
,
description:
string
,
actionsRequired:
string
,
}
provisioningState:
enum
,
}
publicNetworkAccess:
enum
,
locations:
}
[
]
,
{
,
locationName:
string
,
}
⚐ Response (200)
{
sku:
{
,
name:
enum
,
tier:
string
,
}
kind:
enum
,
systemData:
{
,
createdBy:
string
,
createdByType:
enum
,
createdAt:
string
,
lastModifiedBy:
string
,
lastModifiedByType:
enum
,
lastModifiedAt:
string
,
}
identity:
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
userAssignedIdentities:
object
,
}
properties:
}
{
,
uniqueId:
string
,
disableLocalAuth:
boolean
,
provisioningState:
string
,
linkedResources:
[
]
,
{
,
uniqueName:
string
,
id:
string
,
}
cors:
{
,
corsRules:
}
[
]
,
{
,
allowedOrigins:
}
[
,
string
,
]
encryption:
{
,
infrastructureEncryption:
enum
,
customerManagedKeyEncryption:
}
{
,
keyEncryptionKeyIdentity:
{
,
identityType:
enum
,
userAssignedIdentityResourceId:
string
,
federatedClientId:
string
,
delegatedIdentityClientId:
string
,
}
keyEncryptionKeyUrl:
string
,
}
privateEndpointConnections:
[
]
,
{
,
properties:
}
{
,
groupIds:
[
,
string
,
]
privateEndpoint:
{
,
id:
string
,
}
privateLinkServiceConnectionState:
{
,
status:
enum
,
description:
string
,
actionsRequired:
string
,
}
provisioningState:
enum
,
}
publicNetworkAccess:
enum
,
locations:
}
[
]
,
{
,
locationName:
string
,
}
⚐ Response (201)
{
sku:
{
,
name:
enum
,
tier:
string
,
}
kind:
enum
,
systemData:
{
,
createdBy:
string
,
createdByType:
enum
,
createdAt:
string
,
lastModifiedBy:
string
,
lastModifiedByType:
enum
,
lastModifiedAt:
string
,
}
identity:
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
userAssignedIdentities:
object
,
}
properties:
}
{
,
uniqueId:
string
,
disableLocalAuth:
boolean
,
provisioningState:
string
,
linkedResources:
[
]
,
{
,
uniqueName:
string
,
id:
string
,
}
cors:
{
,
corsRules:
}
[
]
,
{
,
allowedOrigins:
}
[
,
string
,
]
encryption:
{
,
infrastructureEncryption:
enum
,
customerManagedKeyEncryption:
}
{
,
keyEncryptionKeyIdentity:
{
,
identityType:
enum
,
userAssignedIdentityResourceId:
string
,
federatedClientId:
string
,
delegatedIdentityClientId:
string
,
}
keyEncryptionKeyUrl:
string
,
}
privateEndpointConnections:
[
]
,
{
,
properties:
}
{
,
groupIds:
[
,
string
,
]
privateEndpoint:
{
,
id:
string
,
}
privateLinkServiceConnectionState:
{
,
status:
enum
,
description:
string
,
actionsRequired:
string
,
}
provisioningState:
enum
,
}
publicNetworkAccess:
enum
,
locations:
}
[
]
,
{
,
locationName:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}