PrivateDnsZone.Update |
PrivateDnsZone.UpdateStages.WithRecordSet.withCnameRecordSet(String name,
String alias) |
Specifies definition of a CNAME record set to be attached to the private DNS zone.
|
PrivateDnsZone.Update |
PrivateDnsZone.UpdateStages.WithETagCheck.withETagCheck() |
Set the If-Match header with the current etag value of the private DNS Zone.
|
PrivateDnsZone.Update |
PrivateDnsZone.UpdateStages.WithETagCheck.withETagCheck(String etagValue) |
Set the If-Match header with the given etag value.
|
PrivateDnsZone.Update |
PrivateDnsZone.UpdateStages.WithRecordSet.withoutAaaaRecordSet(String name) |
Removes a AAAA record set in the private DNS zone.
|
PrivateDnsZone.Update |
PrivateDnsZone.UpdateStages.WithRecordSet.withoutAaaaRecordSet(String name,
String etagValue) |
Removes a AAAA record set in the private DNS zone.
|
PrivateDnsZone.Update |
PrivateDnsZone.UpdateStages.WithRecordSet.withoutARecordSet(String name) |
Removes a A record set in the private DNS zone.
|
PrivateDnsZone.Update |
PrivateDnsZone.UpdateStages.WithRecordSet.withoutARecordSet(String name,
String etagValue) |
Removes a A record set in the private DNS zone.
|
PrivateDnsZone.Update |
PrivateDnsZone.UpdateStages.WithRecordSet.withoutCNameRecordSet(String name) |
Removes a CNAME record set in the private DNS zone.
|
PrivateDnsZone.Update |
PrivateDnsZone.UpdateStages.WithRecordSet.withoutCNameRecordSet(String name,
String etagValue) |
Removes a CNAME record set in the private DNS zone.
|
PrivateDnsZone.Update |
PrivateDnsZone.UpdateStages.WithRecordSet.withoutMXRecordSet(String name) |
Removes a MX record set in the private DNS zone.
|
PrivateDnsZone.Update |
PrivateDnsZone.UpdateStages.WithRecordSet.withoutMXRecordSet(String name,
String etagValue) |
Removes a MX record set in the private DNS zone.
|
PrivateDnsZone.Update |
PrivateDnsZone.UpdateStages.WithRecordSet.withoutPtrRecordSet(String name) |
Removes a PTR record set in the private DNS zone.
|
PrivateDnsZone.Update |
PrivateDnsZone.UpdateStages.WithRecordSet.withoutPtrRecordSet(String name,
String etagValue) |
Removes a PTR record set in the private DNS zone.
|
PrivateDnsZone.Update |
PrivateDnsZone.UpdateStages.WithRecordSet.withoutSrvRecordSet(String name) |
Removes a SRV record set in the private DNS zone.
|
PrivateDnsZone.Update |
PrivateDnsZone.UpdateStages.WithRecordSet.withoutSrvRecordSet(String name,
String etagValue) |
Removes a SRV record set in the private DNS zone.
|
PrivateDnsZone.Update |
PrivateDnsZone.UpdateStages.WithRecordSet.withoutTxtRecordSet(String name) |
Removes a TXT record set in the private DNS zone.
|
PrivateDnsZone.Update |
PrivateDnsZone.UpdateStages.WithRecordSet.withoutTxtRecordSet(String name,
String etagValue) |
Removes a TXT record set in the private DNS zone.
|
PrivateDnsZone.Update |
PrivateDnsZone.UpdateStages.WithVirtualNetworkLink.withoutVirtualNetworkLink(String name) |
Removes a virtual network link in the private DNS zone.
|
PrivateDnsZone.Update |
PrivateDnsZone.UpdateStages.WithVirtualNetworkLink.withoutVirtualNetworkLink(String name,
String etagValue) |
Removes a virtual network link in the private DNS zone.
|