MapsAccountProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |