MapsAccountKeys Class
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.
The set of keys which can be used to access the Maps REST APIs. Two keys are provided for key rotation without interruption.
public class MapsAccountKeys : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Maps.Models.MapsAccountKeys>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Maps.Models.MapsAccountKeys>
public class MapsAccountKeys
type MapsAccountKeys = class
interface IJsonModel<MapsAccountKeys>
interface IPersistableModel<MapsAccountKeys>
type MapsAccountKeys = class
Public Class MapsAccountKeys
Implements IJsonModel(Of MapsAccountKeys), IPersistableModel(Of MapsAccountKeys)
Public Class MapsAccountKeys
- Inheritance
-
MapsAccountKeys
- Implements
Properties
PrimaryKey |
The primary key for accessing the Maps REST APIs. |
PrimaryKeyLastUpdatedOn |
The last updated date and time of the primary key. |
SecondaryKey |
The secondary key for accessing the Maps REST APIs. |
SecondaryKeyLastUpdatedOn |
The last updated date and time of the secondary key. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<MapsAccountKeys>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MapsAccountKeys>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MapsAccountKeys>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MapsAccountKeys>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MapsAccountKeys>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET