| 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}
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
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
,
}
⚐ 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
,
}
⚐ 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
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}