ZoneMapping Class

Definition

The ZoneMapping.

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

Properties

Location

The location of the zone mapping.

Zones

Gets the zones.

Explicit Interface Implementations

IJsonModel<ZoneMapping>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ZoneMapping>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ZoneMapping>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ZoneMapping>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ZoneMapping>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to