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

IMapsAccountUpdateParameters Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to