Uses of Interface
com.azure.resourcemanager.privatedns.models.PrivateDnsRecordSet.UpdateDefinitionStages.WithAttach
Packages that use PrivateDnsRecordSet.UpdateDefinitionStages.WithAttach
Package
Description
Package containing the data models for PrivateDnsManagementClient.
-
Uses of PrivateDnsRecordSet.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.privatedns.models
Subinterfaces of PrivateDnsRecordSet.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.privatedns.modelsModifier and TypeInterfaceDescriptionstatic interfacePrivateDnsRecordSet.UpdateDefinition<ParentT>The entirety of a DNS zone record set definition as a part of parent update.static interfaceThe stage of the AAAA record set definition allowing to add additional AAAA records or attach the record set to the parent.static interfaceThe stage of the A record set definition allowing to add additional A records or attach the record set to the parent.static interfaceThe stage of the CNAME record set definition allowing attach the record set to the parent.static interfaceThe stage of the MX record set definition allowing to add additional MX records or attach the record set to the parent.static interfaceThe stage of the PTR record set definition allowing to add additional PTR records or attach the record set to the parent.static interfaceThe stage of the SOA record set definition allowing to add additional SOA records or attach the record set to the parent.static interfaceThe stage of the SRV record set definition allowing to add additional SRV records or attach the record set to the parent.static interfaceThe stage of the TXT record set definition allowing to add additional TXT records or attach the record set to the parent.Methods in com.azure.resourcemanager.privatedns.models that return PrivateDnsRecordSet.UpdateDefinitionStages.WithAttachModifier and TypeMethodDescriptionPrivateDnsRecordSet.UpdateDefinitionStages.WithETagCheck.withETagCheck()Specifies the If-None-Match header with * to prevent updating an existing record set.PrivateDnsRecordSet.UpdateDefinitionStages.WithMetadata.withMetadata(String key, String value) Adds a metadata to the resource.PrivateDnsRecordSet.UpdateDefinitionStages.WithTtl.withTimeToLive(long ttlInSeconds) Specifies the Time To Live for the records in the record set.