Share via


DnsZonePatch Class

Definition

Describes a request to update a DNS zone.

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

Constructors

DnsZonePatch()

Initializes a new instance of DnsZonePatch.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<DnsZonePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DnsZonePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DnsZonePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DnsZonePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DnsZonePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to