Share via


PrivateDnsBaseRecordData Class

Definition

A class representing the Record data model.

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

Constructors

Name Description
PrivateDnsBaseRecordData()

Initializes a new instance of RecordData.

Properties

Name Description
ETag

The ETag of the record set.

Fqdn

Fully qualified domain name of the record set.

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?.

Metadata

The metadata attached to the record set.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

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

(Inherited from ResourceData)
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.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResourceData)

Explicit Interface Implementations

Name Description
IJsonModel<PrivateDnsBaseRecordData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PrivateDnsBaseRecordData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrivateDnsBaseRecordData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateDnsBaseRecordData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PrivateDnsBaseRecordData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to