Uses of Interface
com.azure.resourcemanager.privatedns.models.PrivateDnsRecordSet.Update
-
Packages that use PrivateDnsRecordSet.Update Package Description com.azure.resourcemanager.privatedns.models Package containing the data models for PrivateDnsManagementClient. -
-
Uses of PrivateDnsRecordSet.Update in com.azure.resourcemanager.privatedns.models
Subinterfaces of PrivateDnsRecordSet.Update in com.azure.resourcemanager.privatedns.models Modifier and Type Interface Description static interfacePrivateDnsRecordSet.UpdateAaaaRecordSetThe entirety of an AAAA record set update as a part of parent DNS zone update.static interfacePrivateDnsRecordSet.UpdateARecordSetThe entirety of an A record set update as a part of parent DNS zone update.static interfacePrivateDnsRecordSet.UpdateCNameRecordSetThe entirety of CNAME record set update as part of parent DNS zone update.static interfacePrivateDnsRecordSet.UpdateCombinedThe entirety of a record sets update as a part of parent DNS zone update.static interfacePrivateDnsRecordSet.UpdateMXRecordSetThe entirety of a MX record set update as a part of parent DNS zone update.static interfacePrivateDnsRecordSet.UpdatePtrRecordSetThe entirety of a PTR record set update as a part of parent DNS zone update.static interfacePrivateDnsRecordSet.UpdateSoaRecordThe entirety of a SOA record update as a part of parent DNS zone update.static interfacePrivateDnsRecordSet.UpdateSrvRecordSetThe entirety of a SRV record set update as a part of parent DNS zone update.static interfacePrivateDnsRecordSet.UpdateTxtRecordSetThe entirety of a TXT record set update as a part of parent DNS zone update.Methods in com.azure.resourcemanager.privatedns.models that return PrivateDnsRecordSet.Update Modifier and Type Method Description PrivateDnsRecordSet.UpdatePrivateDnsRecordSet.UpdateStages.WithETagCheck. withETagCheck()Specifies the If-Match header with the current etag value associated with the record set.PrivateDnsRecordSet.UpdatePrivateDnsRecordSet.UpdateStages.WithETagCheck. withETagCheck(String etagValue)Specifies the If-Match header with the given etag value.PrivateDnsRecordSet.UpdatePrivateDnsRecordSet.UpdateStages.WithMetadata. withMetadata(String key, String value)Adds a metadata to the record set.PrivateDnsRecordSet.UpdatePrivateDnsRecordSet.UpdateStages.WithMetadata. withoutMetadata(String key)Removes a metadata from the record set.PrivateDnsRecordSet.UpdatePrivateDnsRecordSet.UpdateStages.WithTtl. withTimeToLive(long ttlInSeconds)Specifies the TTL for the records in the record set.
-