public static interface PrivateDnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName
| Modifier and Type | Method and Description |
|---|---|
PrivateDnsRecordSet.UpdatePtrRecordSet |
withoutTargetDomainName(String targetDomainName)
Removes the CName record with the provided canonical name from this record set.
|
PrivateDnsRecordSet.UpdatePtrRecordSet |
withTargetDomainName(String targetDomainName)
Creates a CName record with the provided canonical name in this record set.
|
PrivateDnsRecordSet.UpdatePtrRecordSet withTargetDomainName(String targetDomainName)
targetDomainName - the target domain namePrivateDnsRecordSet.UpdatePtrRecordSet withoutTargetDomainName(String targetDomainName)
targetDomainName - the target domain nameCopyright © 2020 Microsoft Corporation. All rights reserved.