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

MapsAccountKeys Class

Definition

The set of keys which can be used to access the Maps REST APIs. Two keys are provided for key rotation without interruption.

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

Constructors

Name Description
MapsAccountKeys()

Creates an new MapsAccountKeys instance.

Properties

Name Description
PrimaryKey

The primary key for accessing the Maps REST APIs.

PrimaryKeyLastUpdated

The last updated date and time of the primary key.

SecondaryKey

The secondary key for accessing the Maps REST APIs.

SecondaryKeyLastUpdated

The last updated date and time of the secondary key.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MapsAccountKeys.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MapsAccountKeys.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MapsAccountKeys into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to