87 строки
6.0 KiB
YAML
87 строки
6.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.ConnectivityCheck"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivityCheck"
|
|
name: "ConnectivityCheck"
|
|
nameWithType: "ConnectivityCheck"
|
|
summary: "A client-side representation allowing user to verify the possibility of establishing a direct TCP connection from a virtual machine to a given endpoint including another VM or an arbitrary remote server."
|
|
syntax: "public interface **ConnectivityCheck**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Executable?alt=com.microsoft.azure.management.resources.fluentcore.model.Executable&text=Executable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.ConnectivityCheck?alt=com.microsoft.azure.management.network.ConnectivityCheck&text=ConnectivityCheck\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent&text=HasParent\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.NetworkWatcher?alt=com.microsoft.azure.management.network.NetworkWatcher&text=NetworkWatcher\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.ConnectivityCheck.avgLatencyInMs()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivityCheck.avgLatencyInMs()"
|
|
name: "avgLatencyInMs()"
|
|
nameWithType: "ConnectivityCheck.avgLatencyInMs()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int avgLatencyInMs()"
|
|
returns:
|
|
description: "average latency in milliseconds"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectivityCheck.connectionStatus()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivityCheck.connectionStatus()"
|
|
name: "connectionStatus()"
|
|
nameWithType: "ConnectivityCheck.connectionStatus()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ConnectionStatus connectionStatus()"
|
|
returns:
|
|
description: "the connection status"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionStatus?alt=com.microsoft.azure.management.network.ConnectionStatus&text=ConnectionStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectivityCheck.hops()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivityCheck.hops()"
|
|
name: "hops()"
|
|
nameWithType: "ConnectivityCheck.hops()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<ConnectivityHop> hops()"
|
|
returns:
|
|
description: "list of hops between the source and the destination"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.ConnectivityHop?alt=com.microsoft.azure.management.network.ConnectivityHop&text=ConnectivityHop\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.network.ConnectivityCheck.maxLatencyInMs()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivityCheck.maxLatencyInMs()"
|
|
name: "maxLatencyInMs()"
|
|
nameWithType: "ConnectivityCheck.maxLatencyInMs()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int maxLatencyInMs()"
|
|
returns:
|
|
description: "maximum latency in milliseconds"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectivityCheck.minLatencyInMs()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivityCheck.minLatencyInMs()"
|
|
name: "minLatencyInMs()"
|
|
nameWithType: "ConnectivityCheck.minLatencyInMs()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int minLatencyInMs()"
|
|
returns:
|
|
description: "minimum latency in milliseconds"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectivityCheck.probesFailed()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivityCheck.probesFailed()"
|
|
name: "probesFailed()"
|
|
nameWithType: "ConnectivityCheck.probesFailed()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int probesFailed()"
|
|
returns:
|
|
description: "number of failed probes"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectivityCheck.probesSent()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectivityCheck.probesSent()"
|
|
name: "probesSent()"
|
|
nameWithType: "ConnectivityCheck.probesSent()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int probesSent()"
|
|
returns:
|
|
description: "total number of probes sent"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "A client-side representation allowing user to verify the possibility of establishing a direct TCP connection from a virtual machine to a given endpoint including another VM or an arbitrary remote server."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent&text=HasParent\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.NetworkWatcher?alt=com.microsoft.azure.management.network.NetworkWatcher&text=NetworkWatcher\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Executable?alt=com.microsoft.azure.management.resources.fluentcore.model.Executable&text=Executable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.ConnectivityCheck?alt=com.microsoft.azure.management.network.ConnectivityCheck&text=ConnectivityCheck\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|