RecordSet Class

Definition

Describes a DNS record set (a collection of DNS records with the same name and type).

[Microsoft.Rest.Serialization.JsonTransformation]
public class RecordSet : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RecordSet = class
    interface IResource
Public Class RecordSet
Implements IResource
Inheritance
RecordSet
Attributes
Implements

Constructors

RecordSet()

Initializes a new instance of the RecordSet class.

RecordSet(String, String, String, String, IDictionary<String, String>, Nullable<Int64>, String, String, SubResource, IList<ARecord>, IList<AaaaRecord>, IList<MxRecord>, IList<NsRecord>, IList<PtrRecord>, IList<SrvRecord>, IList<TxtRecord>, CnameRecord, SoaRecord, IList<CaaRecord>)

Initializes a new instance of the RecordSet class.

Properties

AaaaRecords

Gets or sets the list of AAAA records in the record set.

ARecords

Gets or sets the list of A records in the record set.

CaaRecords

Gets or sets the list of CAA records in the record set.

CnameRecord

Gets or sets the CNAME record in the record set.

Etag

Gets or sets the etag of the record set.

Fqdn

Gets fully qualified domain name of the record set.

Id

Gets the ID of the record set.

Metadata

Gets or sets the metadata attached to the record set.

MxRecords

Gets or sets the list of MX records in the record set.

Name

Gets the name of the record set.

NsRecords

Gets or sets the list of NS records in the record set.

ProvisioningState

Gets provisioning State of the record set.

PtrRecords

Gets or sets the list of PTR records in the record set.

SoaRecord

Gets or sets the SOA record in the record set.

SrvRecords

Gets or sets the list of SRV records in the record set.

TargetResource

Gets or sets a reference to an azure resource from where the dns resource value is taken.

TTL

Gets or sets the TTL (time-to-live) of the records in the record set.

TxtRecords

Gets or sets the list of TXT records in the record set.

Type

Gets the type of the record set.

Applies to