MapsAccountUpdateParameters interface
Parameters used to update an existing Maps Account.
Properties
| cors | Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service. |
| disable |
Allows toggle functionality on Azure Policy to disable Azure Maps local authentication support. This will disable Shared Keys and Shared Access Signature Token authentication from any usage. |
| encryption | All encryption configuration for a resource. |
| identity | Managed service identity (system assigned and/or user assigned identities) |
| kind | Get or Set Kind property. |
| linked |
The array of associated resources to the Maps account. Linked resource in the array cannot individually update, you must update all linked resources in the array together. These resources may be used on operations on the Azure Maps REST API. Access is controlled by the Maps Account Managed Identity(s) permissions to those resource(s). |
| locations | List of additional data processing regions for the Maps Account, which may result in requests being processed in another geography. Some features or results may be restricted to specific regions. By default, Maps REST APIs process requests according to the account location or the geographic scope. |
| private |
List of private endpoint connections associated with the Maps Account. |
| provisioning |
The provisioning state of the Maps account resource, Account updates can only be performed on terminal states. Terminal states: |
| public |
Property to specify whether the Maps Account will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. |
| sku | The SKU of this account. |
| tags | Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. |
| unique |
A unique identifier for the Maps Account |
Property Details
cors
Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service.
cors?: CorsRules
Property Value
disableLocalAuth
Allows toggle functionality on Azure Policy to disable Azure Maps local authentication support. This will disable Shared Keys and Shared Access Signature Token authentication from any usage.
disableLocalAuth?: boolean
Property Value
boolean
encryption
identity
Managed service identity (system assigned and/or user assigned identities)
identity?: ManagedServiceIdentity
Property Value
kind
Get or Set Kind property.
kind?: string
Property Value
string
linkedResources
The array of associated resources to the Maps account. Linked resource in the array cannot individually update, you must update all linked resources in the array together. These resources may be used on operations on the Azure Maps REST API. Access is controlled by the Maps Account Managed Identity(s) permissions to those resource(s).
linkedResources?: LinkedResource[]
Property Value
locations
List of additional data processing regions for the Maps Account, which may result in requests being processed in another geography. Some features or results may be restricted to specific regions. By default, Maps REST APIs process requests according to the account location or the geographic scope.
locations?: LocationsItem[]
Property Value
privateEndpointConnections
List of private endpoint connections associated with the Maps Account.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
provisioningState
The provisioning state of the Maps account resource, Account updates can only be performed on terminal states. Terminal states: Succeeded and Failed
provisioningState?: string
Property Value
string
publicNetworkAccess
Property to specify whether the Maps Account will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked.
publicNetworkAccess?: string
Property Value
string
sku
tags
Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters.
tags?: Record<string, string>
Property Value
Record<string, string>
uniqueId
A unique identifier for the Maps Account
uniqueId?: string
Property Value
string