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

MapsAccount Class

Definition

An Azure resource which represents access to a suite of Maps REST APIs.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.MapsAccountTypeConverter))]
public class MapsAccount : Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.IMapsAccount, Microsoft.Azure.PowerShell.Cmdlets.Maps.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.MapsAccountTypeConverter))>]
type MapsAccount = class
    interface IMapsAccount
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
    interface IValidates
Public Class MapsAccount
Implements IMapsAccount, IValidates
Inheritance
MapsAccount
Attributes
Implements

Constructors

MapsAccount()

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

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Kind

Get or Set Kind property.

Location

The geo-location where the resource lives

Name

The name of the resource

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.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Resource tags.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

UniqueId

A unique identifier for the maps account

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MapsAccount.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MapsAccount.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MapsAccount into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to