azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.d...

150 строки
9.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.dns.models.CaaRecord"
fullName: "com.azure.resourcemanager.dns.models.CaaRecord"
name: "CaaRecord"
nameWithType: "CaaRecord"
summary: "A CAA record."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **CaaRecord**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.dns.models.CaaRecord?alt=com.azure.resourcemanager.dns.models.CaaRecord&text=CaaRecord\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.dns.models.CaaRecord.CaaRecord()"
fullName: "com.azure.resourcemanager.dns.models.CaaRecord.CaaRecord()"
name: "CaaRecord()"
nameWithType: "CaaRecord.CaaRecord()"
summary: "Creates an instance of Caa<wbr>Record class."
syntax: "public CaaRecord()"
desc: "Creates an instance of CaaRecord class."
methods:
- uid: "com.azure.resourcemanager.dns.models.CaaRecord.flags()"
fullName: "com.azure.resourcemanager.dns.models.CaaRecord.flags()"
name: "flags()"
nameWithType: "CaaRecord.flags()"
summary: "Get the flags property: The flags for this CAA record as an integer between 0 and 255."
syntax: "public Integer flags()"
desc: "Get the flags property: The flags for this CAA record as an integer between 0 and 255."
returns:
description: "the flags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.dns.models.CaaRecord.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.dns.models.CaaRecord.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "CaaRecord.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Caa<wbr>Record from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CaaRecord fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the CaaRecord."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of CaaRecord from the JsonReader."
returns:
description: "An instance of CaaRecord if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
type: "<xref href=\"com.azure.resourcemanager.dns.models.CaaRecord?alt=com.azure.resourcemanager.dns.models.CaaRecord&text=CaaRecord\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dns.models.CaaRecord.tag()"
fullName: "com.azure.resourcemanager.dns.models.CaaRecord.tag()"
name: "tag()"
nameWithType: "CaaRecord.tag()"
summary: "Get the tag property: The tag for this CAA record."
syntax: "public String tag()"
desc: "Get the tag property: The tag for this CAA record."
returns:
description: "the tag value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.dns.models.CaaRecord.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.dns.models.CaaRecord.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "CaaRecord.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dns.models.CaaRecord.validate()"
fullName: "com.azure.resourcemanager.dns.models.CaaRecord.validate()"
name: "validate()"
nameWithType: "CaaRecord.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.dns.models.CaaRecord.value()"
fullName: "com.azure.resourcemanager.dns.models.CaaRecord.value()"
name: "value()"
nameWithType: "CaaRecord.value()"
summary: "Get the value property: The value for this CAA record."
syntax: "public String value()"
desc: "Get the value property: The value for this CAA record."
returns:
description: "the value value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.dns.models.CaaRecord.withFlags(java.lang.Integer)"
fullName: "com.azure.resourcemanager.dns.models.CaaRecord.withFlags(Integer flags)"
name: "withFlags(Integer flags)"
nameWithType: "CaaRecord.withFlags(Integer flags)"
summary: "Set the flags property: The flags for this CAA record as an integer between 0 and 255."
parameters:
- description: "the flags value to set."
name: "flags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public CaaRecord withFlags(Integer flags)"
desc: "Set the flags property: The flags for this CAA record as an integer between 0 and 255."
returns:
description: "the CaaRecord object itself."
type: "<xref href=\"com.azure.resourcemanager.dns.models.CaaRecord?alt=com.azure.resourcemanager.dns.models.CaaRecord&text=CaaRecord\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dns.models.CaaRecord.withTag(java.lang.String)"
fullName: "com.azure.resourcemanager.dns.models.CaaRecord.withTag(String tag)"
name: "withTag(String tag)"
nameWithType: "CaaRecord.withTag(String tag)"
summary: "Set the tag property: The tag for this CAA record."
parameters:
- description: "the tag value to set."
name: "tag"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CaaRecord withTag(String tag)"
desc: "Set the tag property: The tag for this CAA record."
returns:
description: "the CaaRecord object itself."
type: "<xref href=\"com.azure.resourcemanager.dns.models.CaaRecord?alt=com.azure.resourcemanager.dns.models.CaaRecord&text=CaaRecord\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dns.models.CaaRecord.withValue(java.lang.String)"
fullName: "com.azure.resourcemanager.dns.models.CaaRecord.withValue(String value)"
name: "withValue(String value)"
nameWithType: "CaaRecord.withValue(String value)"
summary: "Set the value property: The value for this CAA record."
parameters:
- description: "the value value to set."
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CaaRecord withValue(String value)"
desc: "Set the value property: The value for this CAA record."
returns:
description: "the CaaRecord object itself."
type: "<xref href=\"com.azure.resourcemanager.dns.models.CaaRecord?alt=com.azure.resourcemanager.dns.models.CaaRecord&text=CaaRecord\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A CAA record."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.dns.models.CaaRecord?alt=com.azure.resourcemanager.dns.models.CaaRecord&text=CaaRecord\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.dns.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-dns:2.44.0