Uses of Interface
com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable
-
-
Uses of DnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable in com.microsoft.azure.management.dns
Subinterfaces of DnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable in com.microsoft.azure.management.dns Modifier and Type Interface Description static interfaceDnsRecordSet.Definition<ParentT>The entirety of a DNS zone record set definition as a part of parent definition.Methods in com.microsoft.azure.management.dns that return DnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable Modifier and Type Method Description DnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>DnsRecordSet.DefinitionStages.WithTxtRecordTextValue. withText(String text)Creates a Txt record with the given text in this record set.
-