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

150 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.ConnectionMonitorDestination"
fullName: "com.azure.resourcemanager.network.models.ConnectionMonitorDestination"
name: "ConnectionMonitorDestination"
nameWithType: "ConnectionMonitorDestination"
summary: "Describes the destination of connection monitor."
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 **ConnectionMonitorDestination**</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.network.models.ConnectionMonitorDestination?alt=com.azure.resourcemanager.network.models.ConnectionMonitorDestination&text=ConnectionMonitorDestination\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.network.models.ConnectionMonitorDestination.ConnectionMonitorDestination()"
fullName: "com.azure.resourcemanager.network.models.ConnectionMonitorDestination.ConnectionMonitorDestination()"
name: "ConnectionMonitorDestination()"
nameWithType: "ConnectionMonitorDestination.ConnectionMonitorDestination()"
summary: "Creates an instance of Connection<wbr>Monitor<wbr>Destination class."
syntax: "public ConnectionMonitorDestination()"
desc: "Creates an instance of ConnectionMonitorDestination class."
methods:
- uid: "com.azure.resourcemanager.network.models.ConnectionMonitorDestination.address()"
fullName: "com.azure.resourcemanager.network.models.ConnectionMonitorDestination.address()"
name: "address()"
nameWithType: "ConnectionMonitorDestination.address()"
summary: "Get the address property: Address of the connection monitor destination (IP or domain name)."
syntax: "public String address()"
desc: "Get the address property: Address of the connection monitor destination (IP or domain name)."
returns:
description: "the address value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.ConnectionMonitorDestination.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.network.models.ConnectionMonitorDestination.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ConnectionMonitorDestination.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Connection<wbr>Monitor<wbr>Destination 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 ConnectionMonitorDestination fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the ConnectionMonitorDestination."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ConnectionMonitorDestination from the JsonReader."
returns:
description: "An instance of ConnectionMonitorDestination if the JsonReader was pointing to an instance of it, or null\n if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.network.models.ConnectionMonitorDestination?alt=com.azure.resourcemanager.network.models.ConnectionMonitorDestination&text=ConnectionMonitorDestination\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.ConnectionMonitorDestination.port()"
fullName: "com.azure.resourcemanager.network.models.ConnectionMonitorDestination.port()"
name: "port()"
nameWithType: "ConnectionMonitorDestination.port()"
summary: "Get the port property: The destination port used by connection monitor."
syntax: "public Integer port()"
desc: "Get the port property: The destination port used by connection monitor."
returns:
description: "the port value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.network.models.ConnectionMonitorDestination.resourceId()"
fullName: "com.azure.resourcemanager.network.models.ConnectionMonitorDestination.resourceId()"
name: "resourceId()"
nameWithType: "ConnectionMonitorDestination.resourceId()"
summary: "Get the resource<wbr>Id property: The ID of the resource used as the destination by connection monitor."
syntax: "public String resourceId()"
desc: "Get the resourceId property: The ID of the resource used as the destination by connection monitor."
returns:
description: "the resourceId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.ConnectionMonitorDestination.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.network.models.ConnectionMonitorDestination.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ConnectionMonitorDestination.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.network.models.ConnectionMonitorDestination.validate()"
fullName: "com.azure.resourcemanager.network.models.ConnectionMonitorDestination.validate()"
name: "validate()"
nameWithType: "ConnectionMonitorDestination.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.network.models.ConnectionMonitorDestination.withAddress(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.ConnectionMonitorDestination.withAddress(String address)"
name: "withAddress(String address)"
nameWithType: "ConnectionMonitorDestination.withAddress(String address)"
summary: "Set the address property: Address of the connection monitor destination (IP or domain name)."
parameters:
- description: "the address value to set."
name: "address"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ConnectionMonitorDestination withAddress(String address)"
desc: "Set the address property: Address of the connection monitor destination (IP or domain name)."
returns:
description: "the ConnectionMonitorDestination object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.ConnectionMonitorDestination?alt=com.azure.resourcemanager.network.models.ConnectionMonitorDestination&text=ConnectionMonitorDestination\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.ConnectionMonitorDestination.withPort(java.lang.Integer)"
fullName: "com.azure.resourcemanager.network.models.ConnectionMonitorDestination.withPort(Integer port)"
name: "withPort(Integer port)"
nameWithType: "ConnectionMonitorDestination.withPort(Integer port)"
summary: "Set the port property: The destination port used by connection monitor."
parameters:
- description: "the port value to set."
name: "port"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public ConnectionMonitorDestination withPort(Integer port)"
desc: "Set the port property: The destination port used by connection monitor."
returns:
description: "the ConnectionMonitorDestination object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.ConnectionMonitorDestination?alt=com.azure.resourcemanager.network.models.ConnectionMonitorDestination&text=ConnectionMonitorDestination\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.ConnectionMonitorDestination.withResourceId(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.ConnectionMonitorDestination.withResourceId(String resourceId)"
name: "withResourceId(String resourceId)"
nameWithType: "ConnectionMonitorDestination.withResourceId(String resourceId)"
summary: "Set the resource<wbr>Id property: The ID of the resource used as the destination by connection monitor."
parameters:
- description: "the resourceId value to set."
name: "resourceId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ConnectionMonitorDestination withResourceId(String resourceId)"
desc: "Set the resourceId property: The ID of the resource used as the destination by connection monitor."
returns:
description: "the ConnectionMonitorDestination object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.ConnectionMonitorDestination?alt=com.azure.resourcemanager.network.models.ConnectionMonitorDestination&text=ConnectionMonitorDestination\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Describes the destination of connection monitor."
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.network.models.ConnectionMonitorDestination?alt=com.azure.resourcemanager.network.models.ConnectionMonitorDestination&text=ConnectionMonitorDestination\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0