Uses of Interface
com.microsoft.azure.management.dns.DnsRecordSet.Update
Package
Description
This package contains the classes for DnsManagementClient.
-
Uses of DnsRecordSet.Update in com.microsoft.azure.management.dns
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of an AAAA record set update as a part of parent DNS zone update.static interface
The entirety of an A record set update as a part of parent DNS zone update.static interface
The entirety of a Caa record set update as a part of parent DNS zone update.static interface
The entirety of CNAME record set update as part of parent DNS zone update.static interface
The entirety of a record sets update as a part of parent DNS zone update.static interface
The entirety of a MX record set update as a part of parent DNS zone update.static interface
The entirety of a NS record set update as a part of parent DNS zone update.static interface
The entirety of a PTR record set update as a part of parent DNS zone update.static interface
The entirety of a SOA record update as a part of parent DNS zone update.static interface
The entirety of a SRV record set update as a part of parent DNS zone update.static interface
The entirety of a TXT record set update as a part of parent DNS zone update.Modifier and TypeMethodDescriptionDnsRecordSet.UpdateStages.WithETagCheck.withETagCheck()
Specifies that If-Match header needs to set to the current eTag value associated with the record set.DnsRecordSet.UpdateStages.WithETagCheck.withETagCheck
(String eTagValue) Specifies that if-Match header needs to set to the given eTag value.DnsRecordSet.UpdateStages.WithMetadata.withMetadata
(String key, String value) Adds a metadata to the record set.DnsRecordSet.UpdateStages.WithMetadata.withoutMetadata
(String key) Removes a metadata from the record set.DnsRecordSet.UpdateStages.WithTtl.withTimeToLive
(long ttlInSeconds) Specifies the TTL for the records in the record set.