PSPrivateDnsRecordSet Class

Definition

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

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

Constructors

PSPrivateDnsRecordSet()

Properties

Etag

Gets or sets the Etag of this record set.

Id

Gets or sets the ID of the record set.

IsAutoRegistered

Gets or sets the provisioning state 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.

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.

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