Uses of Class
com.azure.resourcemanager.dns.models.CaaRecord
-
Packages that use CaaRecord Package Description com.azure.resourcemanager.dns.fluent.models Package containing the inner data models for DnsManagementClient.com.azure.resourcemanager.dns.models Package containing the data models for DnsManagementClient. -
-
Uses of CaaRecord in com.azure.resourcemanager.dns.fluent.models
Methods in com.azure.resourcemanager.dns.fluent.models that return types with arguments of type CaaRecord Modifier and Type Method Description List<CaaRecord>RecordSetInner. caaRecords()Get the caaRecords property: The list of CAA records in the record set.List<CaaRecord>RecordSetProperties. caaRecords()Get the caaRecords property: The list of CAA records in the record set.Method parameters in com.azure.resourcemanager.dns.fluent.models with type arguments of type CaaRecord Modifier and Type Method Description RecordSetInnerRecordSetInner. withCaaRecords(List<CaaRecord> caaRecords)Set the caaRecords property: The list of CAA records in the record set.RecordSetPropertiesRecordSetProperties. withCaaRecords(List<CaaRecord> caaRecords)Set the caaRecords property: The list of CAA records in the record set. -
Uses of CaaRecord in com.azure.resourcemanager.dns.models
Methods in com.azure.resourcemanager.dns.models that return CaaRecord Modifier and Type Method Description CaaRecordCaaRecord. withFlags(Integer flags)Set the flags property: The flags for this CAA record as an integer between 0 and 255.CaaRecordCaaRecord. withTag(String tag)Set the tag property: The tag for this CAA record.CaaRecordCaaRecord. withValue(String value)Set the value property: The value for this CAA record.Methods in com.azure.resourcemanager.dns.models that return types with arguments of type CaaRecord Modifier and Type Method Description List<CaaRecord>CaaRecordSet. records()
-