Uses of Interface
com.microsoft.azure.management.dns.DnsRecordSet.UpdateARecordSet
Package
Description
This package contains the classes for DnsManagementClient.
-
Uses of DnsRecordSet.UpdateARecordSet in com.microsoft.azure.management.dns
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of a record sets update as a part of parent DNS zone update.Modifier and TypeMethodDescriptionDnsZone.UpdateStages.WithRecordSet.updateARecordSet
(String name) Begins the description of an update of an existing A record set in this DNS zone.DnsRecordSet.UpdateStages.WithARecordIPv4Address.withIPv4Address
(String ipv4Address) Creates an A record with the provided IPv4 address in the record set.DnsRecordSet.UpdateStages.WithARecordIPv4Address.withoutIPv4Address
(String ipv4Address) Removes the A record with the provided IPv4 address from the record set.