84 строки
5.7 KiB
YAML
84 строки
5.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.ConnectivitySource"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivitySource"
|
|
name: "ConnectivitySource"
|
|
nameWithType: "ConnectivitySource"
|
|
summary: "Parameters that define the source of the 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 **ConnectivitySource**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.network.ConnectivitySource.ConnectivitySource()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivitySource.ConnectivitySource()"
|
|
name: "ConnectivitySource()"
|
|
nameWithType: "ConnectivitySource.ConnectivitySource()"
|
|
syntax: "public ConnectivitySource()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.ConnectivitySource.port()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivitySource.port()"
|
|
name: "port()"
|
|
nameWithType: "ConnectivitySource.port()"
|
|
summary: "Get the source port from which a connectivity check will be performed."
|
|
syntax: "public Integer port()"
|
|
desc: "Get the source port from which a connectivity check 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.ConnectivitySource.resourceId()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivitySource.resourceId()"
|
|
name: "resourceId()"
|
|
nameWithType: "ConnectivitySource.resourceId()"
|
|
summary: "Get the ID of the resource from which a connectivity check will be initiated."
|
|
syntax: "public String resourceId()"
|
|
desc: "Get the ID of the resource from which a connectivity check will be initiated."
|
|
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.ConnectivitySource.withPort(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivitySource.withPort(Integer port)"
|
|
name: "withPort(Integer port)"
|
|
nameWithType: "ConnectivitySource.withPort(Integer port)"
|
|
summary: "Set the source port from which a connectivity check 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 ConnectivitySource withPort(Integer port)"
|
|
desc: "Set the source port from which a connectivity check will be performed."
|
|
returns:
|
|
description: "the ConnectivitySource object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectivitySource?alt=com.microsoft.azure.management.network.ConnectivitySource&text=ConnectivitySource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectivitySource.withResourceId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivitySource.withResourceId(String resourceId)"
|
|
name: "withResourceId(String resourceId)"
|
|
nameWithType: "ConnectivitySource.withResourceId(String resourceId)"
|
|
summary: "Set the ID of the resource from which a connectivity check will be initiated."
|
|
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 ConnectivitySource withResourceId(String resourceId)"
|
|
desc: "Set the ID of the resource from which a connectivity check will be initiated."
|
|
returns:
|
|
description: "the ConnectivitySource object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectivitySource?alt=com.microsoft.azure.management.network.ConnectivitySource&text=ConnectivitySource\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Parameters that define the source of the connection."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|