Udostępnij za pośrednictwem


DnsResolverPatch Class

Definition

Describes a DNS resolver for PATCH operation.

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

Constructors

DnsResolverPatch()

Initializes a new instance of DnsResolverPatch.

Properties

Tags

Tags for DNS Resolver.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DnsResolverPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DnsResolverPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DnsResolverPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DnsResolverPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DnsResolverPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to