다음을 통해 공유


DnsResolverOutboundEndpointPatch Class

Definition

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

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

Constructors

DnsResolverOutboundEndpointPatch()

Initializes a new instance of DnsResolverOutboundEndpointPatch.

Properties

Tags

Tags for outbound endpoint.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DnsResolverOutboundEndpointPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DnsResolverOutboundEndpointPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DnsResolverOutboundEndpointPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DnsResolverOutboundEndpointPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DnsResolverOutboundEndpointPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to