Share via


DnsResourceReferenceContent Class

Definition

Represents the properties of the Dns Resource Reference Request.

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

Constructors

DnsResourceReferenceContent()

Initializes a new instance of DnsResourceReferenceContent.

Properties

TargetResources

A list of references to azure resources for which referencing dns records need to be queried.

Explicit Interface Implementations

IJsonModel<DnsResourceReferenceContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DnsResourceReferenceContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DnsResourceReferenceContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DnsResourceReferenceContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DnsResourceReferenceContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to