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

102 строки
6.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.dns.models.NsRecord"
fullName: "com.azure.resourcemanager.dns.models.NsRecord"
name: "NsRecord"
nameWithType: "NsRecord"
summary: "An NS 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 **NsRecord**</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.NsRecord?alt=com.azure.resourcemanager.dns.models.NsRecord&text=NsRecord\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.dns.models.NsRecord.NsRecord()"
fullName: "com.azure.resourcemanager.dns.models.NsRecord.NsRecord()"
name: "NsRecord()"
nameWithType: "NsRecord.NsRecord()"
summary: "Creates an instance of Ns<wbr>Record class."
syntax: "public NsRecord()"
desc: "Creates an instance of NsRecord class."
methods:
- uid: "com.azure.resourcemanager.dns.models.NsRecord.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.dns.models.NsRecord.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "NsRecord.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Ns<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 NsRecord fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the NsRecord."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of NsRecord from the JsonReader."
returns:
description: "An instance of NsRecord 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.NsRecord?alt=com.azure.resourcemanager.dns.models.NsRecord&text=NsRecord\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dns.models.NsRecord.nsdname()"
fullName: "com.azure.resourcemanager.dns.models.NsRecord.nsdname()"
name: "nsdname()"
nameWithType: "NsRecord.nsdname()"
summary: "Get the nsdname property: The name server name for this NS record."
syntax: "public String nsdname()"
desc: "Get the nsdname property: The name server name for this NS record."
returns:
description: "the nsdname value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.dns.models.NsRecord.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.dns.models.NsRecord.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "NsRecord.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.NsRecord.validate()"
fullName: "com.azure.resourcemanager.dns.models.NsRecord.validate()"
name: "validate()"
nameWithType: "NsRecord.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.dns.models.NsRecord.withNsdname(java.lang.String)"
fullName: "com.azure.resourcemanager.dns.models.NsRecord.withNsdname(String nsdname)"
name: "withNsdname(String nsdname)"
nameWithType: "NsRecord.withNsdname(String nsdname)"
summary: "Set the nsdname property: The name server name for this NS record."
parameters:
- description: "the nsdname value to set."
name: "nsdname"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public NsRecord withNsdname(String nsdname)"
desc: "Set the nsdname property: The name server name for this NS record."
returns:
description: "the NsRecord object itself."
type: "<xref href=\"com.azure.resourcemanager.dns.models.NsRecord?alt=com.azure.resourcemanager.dns.models.NsRecord&text=NsRecord\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An NS 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.NsRecord?alt=com.azure.resourcemanager.dns.models.NsRecord&text=NsRecord\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.dns.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-dns:2.42.0