DnsResolverPolicyPatch Class

Definition

Describes a DNS resolver policy for PATCH operation.

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

Constructors

DnsResolverPolicyPatch()

Initializes a new instance of DnsResolverPolicyPatch.

Properties

Tags

Tags for DNS resolver policy.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DnsResolverPolicyPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DnsResolverPolicyPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DnsResolverPolicyPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DnsResolverPolicyPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DnsResolverPolicyPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to