Uses of Class
com.azure.resourcemanager.dns.models.CaaRecord
Packages that use CaaRecord
Package
Description
Package containing the inner data models for DnsManagementClient.
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 CaaRecordModifier and TypeMethodDescriptionRecordSetInner.caaRecords()Get the caaRecords property: The list of CAA records in the record set.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 CaaRecordModifier and TypeMethodDescriptionRecordSetInner.withCaaRecords(List<CaaRecord> caaRecords) Set the caaRecords property: The list of CAA records in the record set.RecordSetProperties.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 CaaRecordModifier and TypeMethodDescriptionstatic CaaRecordCaaRecord.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CaaRecord from the JsonReader.Set the flags property: The flags for this CAA record as an integer between 0 and 255.Set the tag property: The tag for this CAA record.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