Share via


MapsAccountUpdateParameters Class

Definition

Parameters used to update an existing Maps Account.

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

Constructors

MapsAccountUpdateParameters()

Creates an new MapsAccountUpdateParameters 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.

Kind

Get or Set Kind property.

ProvisioningState

the state of the provisioning.

SkuName

The name of the SKU, in standard format (such as S0).

SkuTier

Gets the sku tier. This is based on the SKU name.

Tag

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.

UniqueId

A unique identifier for the maps account

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MapsAccountUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MapsAccountUpdateParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MapsAccountUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to