IWithRecordSet Interface

Definition

The stage of the DNS zone update allowing to specify record set.

public interface IWithRecordSet
type IWithRecordSet = interface
Public Interface IWithRecordSet
Derived

Methods

DefineAaaaRecordSet(String)

Specifies definition of an AAAA record set to be attached to the DNS zone.

DefineARecordSet(String)

Specifies definition of an A record set to be attached to the DNS zone.

DefineCaaRecordSet(String)

Specifies definition of a Caa record set to be attached to the DNS zone.

DefineCNameRecordSet(String)

Specifies definition of a CNAME record set.

DefineMXRecordSet(String)

Specifies definition of a MX record set to be attached to the DNS zone.

DefineNSRecordSet(String)

Specifies definition of an NS record set to be attached to the DNS zone.

DefinePtrRecordSet(String)

Specifies definition of a PTR record set to be attached to the DNS zone.

DefineSrvRecordSet(String)

Specifies definition of a SRV record set to be attached to the DNS zone.

DefineTxtRecordSet(String)

Specifies definition of a TXT record set to be attached to the DNS zone.

UpdateAaaaRecordSet(String)

Begins the description of an update of an existing AAAA record set in this DNS zone.

UpdateARecordSet(String)

Begins the description of an update of an existing A record set in this DNS zone.

UpdateCaaRecordSet(String)

Begins the description of an update of an existing Caa record set in this DNS zone.

UpdateCNameRecordSet(String)

Specifies definition of a CNAME record set.

UpdateMXRecordSet(String)

Begins the description of an update of an existing MX record set in this DNS zone.

UpdateNSRecordSet(String)

Begins the description of an update of an existing NS record set in this DNS zone.

UpdatePtrRecordSet(String)

Begins the description of an update of an existing PTR record set in this DNS zone.

UpdateSoaRecord()

Begins the description of an update of the SOA record in this DNS zone.

UpdateSrvRecordSet(String)

Begins the description of an update of an existing SRV record set in this DNS zone.

UpdateTxtRecordSet(String)

Begins the description of an update of an existing TXT record set in this DNS zone.

WithCNameRecordSet(String, String)

Specifies definition of a CNAME record set to be attached to the DNS zone.

WithoutAaaaRecordSet(String)

Removes a AAAA record set in the DNS zone.

WithoutAaaaRecordSet(String, String)

Removes a AAAA record set in the DNS zone.

WithoutARecordSet(String)

Removes a A record set in the DNS zone.

WithoutARecordSet(String, String)

Removes a A record set in the DNS zone.

WithoutCaaRecordSet(String)

Removes a Caa record set in the DNS zone.

WithoutCaaRecordSet(String, String)

Removes a Caa record set in the DNS zone.

WithoutCNameRecordSet(String)

Removes a CNAME record set in the DNS zone.

WithoutCNameRecordSet(String, String)

Removes a CNAME record set in the DNS zone.

WithoutMXRecordSet(String)

Removes a MX record set in the DNS zone.

WithoutMXRecordSet(String, String)

Removes a MX record set in the DNS zone.

WithoutNSRecordSet(String)

Removes a NS record set in the DNS zone.

WithoutNSRecordSet(String, String)

Removes a NS record set in the DNS zone.

WithoutPtrRecordSet(String)

Removes a PTR record set in the DNS zone.

WithoutPtrRecordSet(String, String)

Removes a PTR record set in the DNS zone.

WithoutSrvRecordSet(String)

Removes a SRV record set in the DNS zone.

WithoutSrvRecordSet(String, String)

Removes a SRV record set in the DNS zone.

WithoutTxtRecordSet(String)

Removes a TXT record set in the DNS zone.

WithoutTxtRecordSet(String, String)

Removes a TXT record set in the DNS zone.

Applies to