Uses of Interface
com.azure.resourcemanager.dns.models.DnsZone.Update
Packages that use DnsZone.Update
Package
Description
Package containing the data models for DnsManagementClient.
-
Uses of DnsZone.Update in com.azure.resourcemanager.dns.models
Subinterfaces with type arguments of type DnsZone.Update in com.azure.resourcemanager.dns.modelsModifier and TypeInterfaceDescriptionstatic interfacethe set of configurations that can be updated for DNS record set irrespective of their typeRecordType.interfaceAn immutable client-side representation of an Azure DNS Zone.static interfaceThe template for an update operation, containing all the settings that can be modified.Methods in com.azure.resourcemanager.dns.models that return DnsZone.UpdateModifier and TypeMethodDescriptionDnsZone.UpdateStages.WithRecordSet.withCNameRecordSet(String name, String alias) Specifies definition of a CNAME record set to be attached to the DNS zone.DnsZone.UpdateStages.WithETagCheck.withETagCheck()Specifies that If-Match header needs to set to the current etag value associated with the DNS Zone.DnsZone.UpdateStages.WithETagCheck.withETagCheck(String etagValue) Specifies that if-Match header needs to set to the given etag value.DnsZone.UpdateStages.WithRecordSet.withoutAaaaRecordSet(String name) Removes a AAAA record set in the DNS zone.DnsZone.UpdateStages.WithRecordSet.withoutAaaaRecordSet(String name, String etagValue) Removes a AAAA record set in the DNS zone.DnsZone.UpdateStages.WithRecordSet.withoutARecordSet(String name) Removes a A record set in the DNS zone.DnsZone.UpdateStages.WithRecordSet.withoutARecordSet(String name, String etagValue) Removes a A record set in the DNS zone.DnsZone.UpdateStages.WithRecordSet.withoutCaaRecordSet(String name) Removes a Caa record set in the DNS zone.DnsZone.UpdateStages.WithRecordSet.withoutCaaRecordSet(String name, String etagValue) Removes a Caa record set in the DNS zone.DnsZone.UpdateStages.WithRecordSet.withoutCNameRecordSet(String name) Removes a CNAME record set in the DNS zone.DnsZone.UpdateStages.WithRecordSet.withoutCNameRecordSet(String name, String etagValue) Removes a CNAME record set in the DNS zone.DnsZone.UpdateStages.WithRecordSet.withoutMXRecordSet(String name) Removes a MX record set in the DNS zone.DnsZone.UpdateStages.WithRecordSet.withoutMXRecordSet(String name, String etagValue) Removes a MX record set in the DNS zone.DnsZone.UpdateStages.WithRecordSet.withoutNSRecordSet(String name) Removes a NS record set in the DNS zone.DnsZone.UpdateStages.WithRecordSet.withoutNSRecordSet(String name, String etagValue) Removes a NS record set in the DNS zone.DnsZone.UpdateStages.WithRecordSet.withoutPtrRecordSet(String name) Removes a PTR record set in the DNS zone.DnsZone.UpdateStages.WithRecordSet.withoutPtrRecordSet(String name, String etagValue) Removes a PTR record set in the DNS zone.DnsZone.UpdateStages.WithRecordSet.withoutSrvRecordSet(String name) Removes a SRV record set in the DNS zone.DnsZone.UpdateStages.WithRecordSet.withoutSrvRecordSet(String name, String etagValue) Removes a SRV record set in the DNS zone.DnsZone.UpdateStages.WithRecordSet.withoutTxtRecordSet(String name) Removes a TXT record set in the DNS zone.DnsZone.UpdateStages.WithRecordSet.withoutTxtRecordSet(String name, String etagValue) Removes a TXT record set in the DNS zone.Methods in com.azure.resourcemanager.dns.models that return types with arguments of type DnsZone.UpdateModifier and TypeMethodDescriptionDnsZone.UpdateStages.WithRecordSet.defineAaaaRecordSet(String name) Specifies definition of an AAAA record set to be attached to the DNS zone.DnsZone.UpdateStages.WithRecordSet.defineARecordSet(String name) Specifies definition of an A record set to be attached to the DNS zone.DnsZone.UpdateStages.WithRecordSet.defineCaaRecordSet(String name) Specifies definition of a Caa record set to be attached to the DNS zone.DnsZone.UpdateStages.WithRecordSet.defineCNameRecordSet(String name) Specifies definition of a CNAME record set.DnsZone.UpdateStages.WithRecordSet.defineMXRecordSet(String name) Specifies definition of a MX record set to be attached to the DNS zone.DnsZone.UpdateStages.WithRecordSet.defineNSRecordSet(String name) Specifies definition of an NS record set to be attached to the DNS zone.DnsZone.UpdateStages.WithRecordSet.definePtrRecordSet(String name) Specifies definition of a PTR record set to be attached to the DNS zone.DnsZone.UpdateStages.WithRecordSet.defineSrvRecordSet(String name) Specifies definition of a SRV record set to be attached to the DNS zone.DnsZone.UpdateStages.WithRecordSet.defineTxtRecordSet(String name) Specifies definition of a TXT record set to be attached to the DNS zone.