Uses of Interface
com.azure.resourcemanager.privatedns.models.PrivateDnsZone.Update
Packages that use PrivateDnsZone.Update
Package
Description
Package containing the data models for PrivateDnsManagementClient.
-
Uses of PrivateDnsZone.Update in com.azure.resourcemanager.privatedns.models
Methods in com.azure.resourcemanager.privatedns.models that return PrivateDnsZone.UpdateModifier and TypeMethodDescriptionPrivateDnsZone.UpdateStages.WithRecordSet.withCnameRecordSet(String name, String alias) Specifies definition of a CNAME record set to be attached to the private DNS zone.PrivateDnsZone.UpdateStages.WithETagCheck.withETagCheck()Set the If-Match header with the current etag value of the private DNS Zone.PrivateDnsZone.UpdateStages.WithETagCheck.withETagCheck(String etagValue) Set the If-Match header with the given etag value.PrivateDnsZone.UpdateStages.WithRecordSet.withoutAaaaRecordSet(String name) Removes a AAAA record set in the private DNS zone.PrivateDnsZone.UpdateStages.WithRecordSet.withoutAaaaRecordSet(String name, String etagValue) Removes a AAAA record set in the private DNS zone.PrivateDnsZone.UpdateStages.WithRecordSet.withoutARecordSet(String name) Removes a A record set in the private DNS zone.PrivateDnsZone.UpdateStages.WithRecordSet.withoutARecordSet(String name, String etagValue) Removes a A record set in the private DNS zone.PrivateDnsZone.UpdateStages.WithRecordSet.withoutCNameRecordSet(String name) Removes a CNAME record set in the private DNS zone.PrivateDnsZone.UpdateStages.WithRecordSet.withoutCNameRecordSet(String name, String etagValue) Removes a CNAME record set in the private DNS zone.PrivateDnsZone.UpdateStages.WithRecordSet.withoutMXRecordSet(String name) Removes a MX record set in the private DNS zone.PrivateDnsZone.UpdateStages.WithRecordSet.withoutMXRecordSet(String name, String etagValue) Removes a MX record set in the private DNS zone.PrivateDnsZone.UpdateStages.WithRecordSet.withoutPtrRecordSet(String name) Removes a PTR record set in the private DNS zone.PrivateDnsZone.UpdateStages.WithRecordSet.withoutPtrRecordSet(String name, String etagValue) Removes a PTR record set in the private DNS zone.PrivateDnsZone.UpdateStages.WithRecordSet.withoutSrvRecordSet(String name) Removes a SRV record set in the private DNS zone.PrivateDnsZone.UpdateStages.WithRecordSet.withoutSrvRecordSet(String name, String etagValue) Removes a SRV record set in the private DNS zone.PrivateDnsZone.UpdateStages.WithRecordSet.withoutTxtRecordSet(String name) Removes a TXT record set in the private DNS zone.PrivateDnsZone.UpdateStages.WithRecordSet.withoutTxtRecordSet(String name, String etagValue) Removes a TXT record set in the private DNS zone.PrivateDnsZone.UpdateStages.WithVirtualNetworkLink.withoutVirtualNetworkLink(String name) Removes a virtual network link in the private DNS zone.PrivateDnsZone.UpdateStages.WithVirtualNetworkLink.withoutVirtualNetworkLink(String name, String etagValue) Removes a virtual network link in the private DNS zone.Methods in com.azure.resourcemanager.privatedns.models that return types with arguments of type PrivateDnsZone.UpdateModifier and TypeMethodDescriptionPrivateDnsZone.UpdateStages.WithRecordSet.defineAaaaRecordSet(String name) Specifies definition of an AAAA record set to be attached to the private DNS zone.PrivateDnsZone.UpdateStages.WithRecordSet.defineARecordSet(String name) Specifies definition of an A record set to be attached to the private DNS zone.PrivateDnsZone.UpdateStages.WithRecordSet.defineCnameRecordSet(String name) Specifies definition of a CNAME record set.PrivateDnsZone.UpdateStages.WithRecordSet.defineMxRecordSet(String name) Specifies definition of a MX record set to be attached to the private DNS zone.PrivateDnsZone.UpdateStages.WithRecordSet.definePtrRecordSet(String name) Specifies definition of a PTR record set to be attached to the private DNS zone.PrivateDnsZone.UpdateStages.WithRecordSet.defineSoaRecordSet()Specifies definition of a SOA record set to be attached to the private DNS zone.PrivateDnsZone.UpdateStages.WithRecordSet.defineSrvRecordSet(String name) Specifies definition of a SRV record set to be attached to the private DNS zone.PrivateDnsZone.UpdateStages.WithRecordSet.defineTxtRecordSet(String name) Specifies definition of a TXT record set to be attached to the private DNS zone.PrivateDnsZone.UpdateStages.WithVirtualNetworkLink.defineVirtualNetworkLink(String name) Specifies definition of a virtual network link to be attached to the private DNS zone.