ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface DnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainName<ParentT>
| Modifier and Type | Method and Description |
|---|---|
DnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT> |
withTargetDomainName(String targetDomainName)
Creates a PTR record with the provided target domain name in this record set.
|
DnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT> withTargetDomainName(String targetDomainName)
targetDomainName - the target domain nameVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.