Aracılığıyla paylaş


RecordSet Class

Definition

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

[Microsoft.Rest.Serialization.JsonTransformation]
public class RecordSet : Microsoft.Azure.Management.PrivateDns.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RecordSet = class
    inherit ProxyResource
Public Class RecordSet
Inherits ProxyResource
Inheritance
Attributes

Constructors

RecordSet()

Initializes a new instance of the RecordSet class.

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

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.

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 fully qualified resource Id for the resource. Example - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateDnsZoneName}'.

(Inherited from Resource)
IsAutoRegistered

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

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 resource

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

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 resource. Example - 'Microsoft.Network/privateDnsZones'.

(Inherited from Resource)

Applies to