Share via


MapsKeySpecification Class

Definition

Whether the operation refers to the primary or secondary key.

public class MapsKeySpecification : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Maps.Models.MapsKeySpecification>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Maps.Models.MapsKeySpecification>
public class MapsKeySpecification
type MapsKeySpecification = class
    interface IJsonModel<MapsKeySpecification>
    interface IPersistableModel<MapsKeySpecification>
type MapsKeySpecification = class
Public Class MapsKeySpecification
Implements IJsonModel(Of MapsKeySpecification), IPersistableModel(Of MapsKeySpecification)
Public Class MapsKeySpecification
Inheritance
MapsKeySpecification
Implements

Constructors

MapsKeySpecification(MapsKeyType)

Initializes a new instance of MapsKeySpecification.

Properties

KeyType

Whether the operation refers to the primary or secondary key.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MapsKeySpecification>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MapsKeySpecification>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MapsKeySpecification>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MapsKeySpecification>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MapsKeySpecification>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to