ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface DnsRecordSet.DefinitionStages.WithCaaRecordEntry<ParentT>
| Modifier and Type | Method and Description |
|---|---|
DnsRecordSet.DefinitionStages.WithCaaRecordEntryOrAttachable<ParentT> |
withRecord(int flags,
String tag,
String value)
Specifies a Caa record for a service.
|
DnsRecordSet.DefinitionStages.WithCaaRecordEntryOrAttachable<ParentT> 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 recordVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.