Dela via


DnsResolverInboundEndpointPatch Class

Definition

Describes an inbound endpoint for a DNS resolver for PATCH operation.

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

Constructors

DnsResolverInboundEndpointPatch()

Initializes a new instance of DnsResolverInboundEndpointPatch.

Properties

Tags

Tags for inbound endpoint.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DnsResolverInboundEndpointPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DnsResolverInboundEndpointPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DnsResolverInboundEndpointPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DnsResolverInboundEndpointPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DnsResolverInboundEndpointPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to