你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
MapsAccountProperties()

Creates an new MapsAccountProperties instance.

Properties

Name Description
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

Name Description
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