Uses of Interface
com.azure.resourcemanager.privatedns.models.PrivateDnsRecordSet.DefinitionStages.WithTxtRecordTextValue
-
Packages that use PrivateDnsRecordSet.DefinitionStages.WithTxtRecordTextValue Package Description com.azure.resourcemanager.privatedns.models Package containing the data models for PrivateDnsManagementClient. -
-
Uses of PrivateDnsRecordSet.DefinitionStages.WithTxtRecordTextValue in com.azure.resourcemanager.privatedns.models
Subinterfaces of PrivateDnsRecordSet.DefinitionStages.WithTxtRecordTextValue in com.azure.resourcemanager.privatedns.models Modifier and Type Interface Description static interfacePrivateDnsRecordSet.Definition<ParentT>The entirety of a DNS zone record set definition as a part of parent definition.static interfacePrivateDnsRecordSet.DefinitionStages.TxtRecordSetBlank<ParentT>The first stage of a TXT record definition.static interfacePrivateDnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>The stage of the TXT record set definition allowing to add additional TXT records or attach the record set to the parent.
-