MapsKeySpecification 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.
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
| Name | Description |
|---|---|
| MapsKeySpecification(MapsKeyType) |
Initializes a new instance of MapsKeySpecification. |
Properties
| Name | Description |
|---|---|
| KeyType |
Whether the operation refers to the primary or secondary key. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| 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. |