108 строки
7.4 KiB
YAML
108 строки
7.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.ConnectivityDestination"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivityDestination"
|
|
name: "ConnectivityDestination"
|
|
nameWithType: "ConnectivityDestination"
|
|
summary: "Parameters that define destination of connection."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **ConnectivityDestination**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.network.ConnectivityDestination.ConnectivityDestination()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivityDestination.ConnectivityDestination()"
|
|
name: "ConnectivityDestination()"
|
|
nameWithType: "ConnectivityDestination.ConnectivityDestination()"
|
|
syntax: "public ConnectivityDestination()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.ConnectivityDestination.address()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivityDestination.address()"
|
|
name: "address()"
|
|
nameWithType: "ConnectivityDestination.address()"
|
|
summary: "Get the IP address or URI the resource to which a connection attempt will be made."
|
|
syntax: "public String address()"
|
|
desc: "Get the IP address or URI the resource to which a connection attempt will be made."
|
|
returns:
|
|
description: "the address value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectivityDestination.port()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivityDestination.port()"
|
|
name: "port()"
|
|
nameWithType: "ConnectivityDestination.port()"
|
|
summary: "Get port on which check connectivity will be performed."
|
|
syntax: "public Integer port()"
|
|
desc: "Get port on which check connectivity will be performed."
|
|
returns:
|
|
description: "the port value"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectivityDestination.resourceId()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivityDestination.resourceId()"
|
|
name: "resourceId()"
|
|
nameWithType: "ConnectivityDestination.resourceId()"
|
|
summary: "Get the ID of the resource to which a connection attempt will be made."
|
|
syntax: "public String resourceId()"
|
|
desc: "Get the ID of the resource to which a connection attempt will be made."
|
|
returns:
|
|
description: "the resourceId value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectivityDestination.withAddress(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivityDestination.withAddress(String address)"
|
|
name: "withAddress(String address)"
|
|
nameWithType: "ConnectivityDestination.withAddress(String address)"
|
|
summary: "Set the IP address or URI the resource to which a connection attempt will be made."
|
|
parameters:
|
|
- description: "the address value to set"
|
|
name: "address"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ConnectivityDestination withAddress(String address)"
|
|
desc: "Set the IP address or URI the resource to which a connection attempt will be made."
|
|
returns:
|
|
description: "the ConnectivityDestination object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectivityDestination?alt=com.microsoft.azure.management.network.ConnectivityDestination&text=ConnectivityDestination\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectivityDestination.withPort(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivityDestination.withPort(Integer port)"
|
|
name: "withPort(Integer port)"
|
|
nameWithType: "ConnectivityDestination.withPort(Integer port)"
|
|
summary: "Set port on which check connectivity will be performed."
|
|
parameters:
|
|
- description: "the port value to set"
|
|
name: "port"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ConnectivityDestination withPort(Integer port)"
|
|
desc: "Set port on which check connectivity will be performed."
|
|
returns:
|
|
description: "the ConnectivityDestination object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectivityDestination?alt=com.microsoft.azure.management.network.ConnectivityDestination&text=ConnectivityDestination\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectivityDestination.withResourceId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivityDestination.withResourceId(String resourceId)"
|
|
name: "withResourceId(String resourceId)"
|
|
nameWithType: "ConnectivityDestination.withResourceId(String resourceId)"
|
|
summary: "Set the ID of the resource to which a connection attempt will be made."
|
|
parameters:
|
|
- description: "the resourceId value to set"
|
|
name: "resourceId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ConnectivityDestination withResourceId(String resourceId)"
|
|
desc: "Set the ID of the resource to which a connection attempt will be made."
|
|
returns:
|
|
description: "the ConnectivityDestination object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectivityDestination?alt=com.microsoft.azure.management.network.ConnectivityDestination&text=ConnectivityDestination\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Parameters that define destination of connection."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|