Share via


MapsAccountProperties Class

Definition

Additional Map account properties.

public class MapsAccountProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Maps.Models.MapsAccountProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Maps.Models.MapsAccountProperties>
public class MapsAccountProperties
type MapsAccountProperties = class
    interface IJsonModel<MapsAccountProperties>
    interface IPersistableModel<MapsAccountProperties>
type MapsAccountProperties = class
Public Class MapsAccountProperties
Implements IJsonModel(Of MapsAccountProperties), IPersistableModel(Of MapsAccountProperties)
Public Class MapsAccountProperties
Inheritance
MapsAccountProperties
Implements

Constructors

MapsAccountProperties()

Initializes a new instance of MapsAccountProperties.

Properties

CorsRulesValue

The list of CORS rules. You can include up to five CorsRule elements in the request.

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.

Encryption

(Optional) Discouraged to include in resource definition. Only needed where it is possible to disable platform (AKA infrastructure) encryption. Azure SQL TDE is an example of this. Values are enabled and disabled.

LinkedResources

The array of associated resources to the Map 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 Map Account Managed Identity(s) permissions to those resource(s).

ProvisioningState

The provisioning state of the Map account resource, Account updates can only be performed on terminal states. Terminal states: Succeeded and Failed.

UniqueId

A unique identifier for the maps account.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MapsAccountProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MapsAccountProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MapsAccountProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MapsAccountProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MapsAccountProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to