RecordSetInner Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a DNS record set (a collection of DNS records with the same name and type).
[Microsoft.Rest.Serialization.JsonTransformation]
public class RecordSetInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RecordSetInner = class
Public Class RecordSetInner
- Inheritance
-
RecordSetInner
- Attributes
Constructors
RecordSetInner() |
Initializes a new instance of the RecordSetInner class. |
RecordSetInner(String, String, String, String, IDictionary<String, String>, Nullable<Int64>, String, IList<ARecord>, IList<AaaaRecord>, IList<MxRecord>, IList<NsRecord>, IList<PtrRecord>, IList<SrvRecord>, IList<TxtRecord>, CnameRecord, SoaRecord, IList<CaaRecord>) |
Initializes a new instance of the RecordSetInner 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. |
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 record set. |
Applies to
Azure SDK for .NET