Uses of Interface
com.azure.resourcemanager.dns.models.DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValueOrAttachable
-
Packages that use DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValueOrAttachable Package Description com.azure.resourcemanager.dns.models Package containing the data models for DnsManagementClient. -
-
Uses of DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValueOrAttachable in com.azure.resourcemanager.dns.models
Subinterfaces of DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValueOrAttachable in com.azure.resourcemanager.dns.models Modifier and Type Interface Description static interfaceDnsRecordSet.UpdateDefinition<ParentT>The entirety of a DNS zone record set definition as a part of parent update.Methods in com.azure.resourcemanager.dns.models that return DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValueOrAttachable Modifier and Type Method Description DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValue. withText(String text)Creates a TXT record with the given text in this record set.
-