Share via


MapsAccountProperties Class

Definition

Additional Map account properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.MapsAccountPropertiesTypeConverter))]
public class MapsAccountProperties : Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.IMapsAccountProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.MapsAccountPropertiesTypeConverter))>]
type MapsAccountProperties = class
    interface IMapsAccountProperties
    interface IJsonSerializable
Public Class MapsAccountProperties
Implements IMapsAccountProperties
Inheritance
MapsAccountProperties
Attributes
Implements

Constructors

MapsAccountProperties()

Creates an new MapsAccountProperties instance.

Properties

DisableLocalAuth

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

ProvisioningState

the state of the provisioning.

UniqueId

A unique identifier for the maps account

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MapsAccountProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MapsAccountProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.IMapsAccountProperties.

FromJsonString(String)

Creates a new instance of MapsAccountProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MapsAccountProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to