public static interface DnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName
| Modifier and Type | Method and Description |
|---|---|
DnsRecordSet.UpdatePtrRecordSet |
withoutTargetDomainName(String targetDomainName)
Removes the CName record with the provided canonical name from this record set.
|
DnsRecordSet.UpdatePtrRecordSet |
withTargetDomainName(String targetDomainName)
Creates a CName record with the provided canonical name in this record set.
|
DnsRecordSet.UpdatePtrRecordSet withTargetDomainName(String targetDomainName)
targetDomainName - the target domain nameDnsRecordSet.UpdatePtrRecordSet withoutTargetDomainName(String targetDomainName)
targetDomainName - the target domain name/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/