Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapsAccountUpdateParameters

Package version

Parameters used to update an existing Maps Account.

Hierarchy

  • MapsAccountUpdateParameters

Index

Properties

Optional cors

cors: CorsRules

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.

Optional disableLocalAuth

disableLocalAuth: undefined | false | true

Allows toggle functionality on Azure Policy to disable Azure Maps local authentication support. This will disable Shared Keys authentication from any usage.

Optional identity

Sets the identity property for maps account.

Optional kind

kind: Kind

Get or Set Kind property.

Optional linkedResources

linkedResources: LinkedResource[]

Sets the resources to be used for Managed Identities based operations for the Map account resource.

Optional provisioningState

provisioningState: undefined | string

The provisioning state of the Map account resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional sku

sku: Sku

The SKU of this account.

Optional tags

tags: undefined | {}

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.

Optional uniqueId

uniqueId: undefined | string

A unique identifier for the maps account NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc