Uses of Interface
com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValueOrAttachable
-
-
Uses of DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValueOrAttachable in com.microsoft.azure.management.dns
Subinterfaces of DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValueOrAttachable in com.microsoft.azure.management.dns 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.microsoft.azure.management.dns 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.
-