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

IMapsAccountKeys Interface

Definition

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

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to