IMapsAccountKeys Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |