Share via


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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to