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.
|
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 recordDnsRecordSet.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 recordCopyright © 2021 Microsoft Corporation. All rights reserved.