Share via


PrivateDnsRecordData Class

Definition

A class representing the RecordSet data model.

public class PrivateDnsRecordData : Azure.ResourceManager.PrivateDns.PrivateDnsBaseRecordData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PrivateDns.PrivateDnsRecordData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PrivateDns.PrivateDnsRecordData>
public class PrivateDnsRecordData : Azure.ResourceManager.PrivateDns.PrivateDnsBaseRecordData
type PrivateDnsRecordData = class
    inherit PrivateDnsBaseRecordData
    interface IJsonModel<PrivateDnsRecordData>
    interface IPersistableModel<PrivateDnsRecordData>
type PrivateDnsRecordData = class
    inherit PrivateDnsBaseRecordData
Public Class PrivateDnsRecordData
Inherits PrivateDnsBaseRecordData
Implements IJsonModel(Of PrivateDnsRecordData), IPersistableModel(Of PrivateDnsRecordData)
Public Class PrivateDnsRecordData
Inherits PrivateDnsBaseRecordData
Inheritance
Implements

Constructors

PrivateDnsRecordData()

Initializes a new instance of RecordSetData.

Properties

AaaaRecords

The list of AAAA records in the record set.

ARecords

The list of A records in the record set.

Cname

The canonical name for this CNAME record.

ETag

The ETag of the record set.

(Inherited from PrivateDnsBaseRecordData)
Fqdn

Fully qualified domain name of the record set.

(Inherited from PrivateDnsBaseRecordData)
Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsAutoRegistered

Is the record set auto-registered in the Private DNS zone through a virtual network link?.

(Inherited from PrivateDnsBaseRecordData)
Metadata

The metadata attached to the record set.

(Inherited from PrivateDnsBaseRecordData)
MXRecords

The list of MX records in the record set.

Name

The name of the resource.

(Inherited from ResourceData)
PrivateDnsSoaRecordInfo

The SOA record in the record set.

PtrRecords

The list of PTR records in the record set.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SrvRecords

The list of SRV records in the record set.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TtlInSeconds

The TTL (time-to-live) of the records in the record set.

(Inherited from PrivateDnsBaseRecordData)
TxtRecords

The list of TXT records in the record set.

Explicit Interface Implementations

IJsonModel<PrivateDnsBaseRecordData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from PrivateDnsBaseRecordData)
IJsonModel<PrivateDnsBaseRecordData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from PrivateDnsBaseRecordData)
IJsonModel<PrivateDnsRecordData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PrivateDnsRecordData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrivateDnsBaseRecordData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from PrivateDnsBaseRecordData)
IPersistableModel<PrivateDnsBaseRecordData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from PrivateDnsBaseRecordData)
IPersistableModel<PrivateDnsBaseRecordData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from PrivateDnsBaseRecordData)
IPersistableModel<PrivateDnsRecordData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateDnsRecordData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PrivateDnsRecordData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to