DnsRecordSet Class

Definition

Represents a set of records with the same name, with the same type and in the same zone.

public class DnsRecordSet : ICloneable
type DnsRecordSet = class
    interface ICloneable
Public Class DnsRecordSet
Implements ICloneable
Inheritance
DnsRecordSet
Implements

Constructors

DnsRecordSet()

Properties

Etag

Gets or sets the Etag of this record set.

Id

Gets or sets the ID of the record set.

Metadata

Gets or sets the tags of this record set.

Name

Gets or sets the name of this record set, relative to the name of the zone to which it belongs and WITHOUT a terminating '.' (dot) character.

ProvisioningState

Gets or sets the provisioning state of the record set

Records

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

RecordType

Gets or sets the type of DNS records in this record set. Only records of this type may be added to this record set.

ResourceGroupName

Gets or sets the name of the resource group to which this record set belongs.

TargetResourceId

Gets or sets the alias target resource Id of the record set

Ttl

Gets or sets the TTL of all the records in this record set.

ZoneName

Gets or sets the name of the zone to which this recordset belongs.

Methods

Clone()

Returns a deep copy of this record set

Applies to