@Beta(value=V1_9_0)
public static interface DnsRecordSet.UpdateStages.WithCaaRecordEntry
| Modifier and Type | Method and Description |
|---|---|
DnsRecordSet.UpdateCaaRecordSet |
withoutRecord(int flags,
String tag,
String value)
Removes a Caa record for a service.
|
DnsRecordSet.UpdateCaaRecordSet |
withRecord(int flags,
String tag,
String value)
Specifies a Caa record for a service.
|
@Beta(value=V1_9_0) DnsRecordSet.UpdateCaaRecordSet withRecord(int flags, String tag, String value)
flags - the flags for this CAA record as an integer between 0 and 255tag - the tag for this CAA recordvalue - the value for this CAA record@Beta(value=V1_9_0) DnsRecordSet.UpdateCaaRecordSet withoutRecord(int flags, String tag, String value)
flags - the flags for this CAA record as an integer between 0 and 255tag - the tag for this CAA recordvalue - the value for this CAA record/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/