azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

262 строки
18 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ConnectionStateSnapshot"
fullName: "com.microsoft.azure.management.network.ConnectionStateSnapshot"
name: "ConnectionStateSnapshot"
nameWithType: "ConnectionStateSnapshot"
summary: "Connection state snapshot."
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 **ConnectionStateSnapshot**"
constructors:
- uid: "com.microsoft.azure.management.network.ConnectionStateSnapshot.ConnectionStateSnapshot()"
fullName: "com.microsoft.azure.management.network.ConnectionStateSnapshot.ConnectionStateSnapshot()"
name: "ConnectionStateSnapshot()"
nameWithType: "ConnectionStateSnapshot.ConnectionStateSnapshot()"
syntax: "public ConnectionStateSnapshot()"
methods:
- uid: "com.microsoft.azure.management.network.ConnectionStateSnapshot.avgLatencyInMs()"
fullName: "com.microsoft.azure.management.network.ConnectionStateSnapshot.avgLatencyInMs()"
name: "avgLatencyInMs()"
nameWithType: "ConnectionStateSnapshot.avgLatencyInMs()"
summary: "Get average latency in ms."
syntax: "public Integer avgLatencyInMs()"
desc: "Get average latency in ms."
returns:
description: "the avgLatencyInMs 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.ConnectionStateSnapshot.connectionState()"
fullName: "com.microsoft.azure.management.network.ConnectionStateSnapshot.connectionState()"
name: "connectionState()"
nameWithType: "ConnectionStateSnapshot.connectionState()"
summary: "Get the connection state."
syntax: "public ConnectionState connectionState()"
desc: "Get the connection state. Possible values include: 'Reachable', 'Unreachable', 'Unknown'."
returns:
description: "the connectionState value"
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionState?alt=com.microsoft.azure.management.network.ConnectionState&text=ConnectionState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionStateSnapshot.endTime()"
fullName: "com.microsoft.azure.management.network.ConnectionStateSnapshot.endTime()"
name: "endTime()"
nameWithType: "ConnectionStateSnapshot.endTime()"
summary: "Get the end time of the connection snapshot."
syntax: "public DateTime endTime()"
desc: "Get the end time of the connection snapshot."
returns:
description: "the endTime value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionStateSnapshot.evaluationState()"
fullName: "com.microsoft.azure.management.network.ConnectionStateSnapshot.evaluationState()"
name: "evaluationState()"
nameWithType: "ConnectionStateSnapshot.evaluationState()"
summary: "Get connectivity analysis evaluation state."
syntax: "public EvaluationState evaluationState()"
desc: "Get connectivity analysis evaluation state. Possible values include: 'NotStarted', 'InProgress', 'Completed'."
returns:
description: "the evaluationState value"
type: "<xref href=\"com.microsoft.azure.management.network.EvaluationState?alt=com.microsoft.azure.management.network.EvaluationState&text=EvaluationState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionStateSnapshot.hops()"
fullName: "com.microsoft.azure.management.network.ConnectionStateSnapshot.hops()"
name: "hops()"
nameWithType: "ConnectionStateSnapshot.hops()"
summary: "Get list of hops between the source and the destination."
syntax: "public List<ConnectivityHop> hops()"
desc: "Get list of hops between the source and the destination."
returns:
description: "the hops value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.ConnectivityHop?alt=com.microsoft.azure.management.network.ConnectivityHop&text=ConnectivityHop\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.ConnectionStateSnapshot.maxLatencyInMs()"
fullName: "com.microsoft.azure.management.network.ConnectionStateSnapshot.maxLatencyInMs()"
name: "maxLatencyInMs()"
nameWithType: "ConnectionStateSnapshot.maxLatencyInMs()"
summary: "Get maximum latency in ms."
syntax: "public Integer maxLatencyInMs()"
desc: "Get maximum latency in ms."
returns:
description: "the maxLatencyInMs 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.ConnectionStateSnapshot.minLatencyInMs()"
fullName: "com.microsoft.azure.management.network.ConnectionStateSnapshot.minLatencyInMs()"
name: "minLatencyInMs()"
nameWithType: "ConnectionStateSnapshot.minLatencyInMs()"
summary: "Get minimum latency in ms."
syntax: "public Integer minLatencyInMs()"
desc: "Get minimum latency in ms."
returns:
description: "the minLatencyInMs 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.ConnectionStateSnapshot.probesFailed()"
fullName: "com.microsoft.azure.management.network.ConnectionStateSnapshot.probesFailed()"
name: "probesFailed()"
nameWithType: "ConnectionStateSnapshot.probesFailed()"
summary: "Get the number of failed probes."
syntax: "public Integer probesFailed()"
desc: "Get the number of failed probes."
returns:
description: "the probesFailed 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.ConnectionStateSnapshot.probesSent()"
fullName: "com.microsoft.azure.management.network.ConnectionStateSnapshot.probesSent()"
name: "probesSent()"
nameWithType: "ConnectionStateSnapshot.probesSent()"
summary: "Get the number of sent probes."
syntax: "public Integer probesSent()"
desc: "Get the number of sent probes."
returns:
description: "the probesSent 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.ConnectionStateSnapshot.startTime()"
fullName: "com.microsoft.azure.management.network.ConnectionStateSnapshot.startTime()"
name: "startTime()"
nameWithType: "ConnectionStateSnapshot.startTime()"
summary: "Get the start time of the connection snapshot."
syntax: "public DateTime startTime()"
desc: "Get the start time of the connection snapshot."
returns:
description: "the startTime value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionStateSnapshot.withAvgLatencyInMs(java.lang.Integer)"
fullName: "com.microsoft.azure.management.network.ConnectionStateSnapshot.withAvgLatencyInMs(Integer avgLatencyInMs)"
name: "withAvgLatencyInMs(Integer avgLatencyInMs)"
nameWithType: "ConnectionStateSnapshot.withAvgLatencyInMs(Integer avgLatencyInMs)"
summary: "Set average latency in ms."
parameters:
- description: "the avgLatencyInMs value to set"
name: "avgLatencyInMs"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionStateSnapshot withAvgLatencyInMs(Integer avgLatencyInMs)"
desc: "Set average latency in ms."
returns:
description: "the ConnectionStateSnapshot object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionStateSnapshot?alt=com.microsoft.azure.management.network.ConnectionStateSnapshot&text=ConnectionStateSnapshot\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionStateSnapshot.withConnectionState(com.microsoft.azure.management.network.ConnectionState)"
fullName: "com.microsoft.azure.management.network.ConnectionStateSnapshot.withConnectionState(ConnectionState connectionState)"
name: "withConnectionState(ConnectionState connectionState)"
nameWithType: "ConnectionStateSnapshot.withConnectionState(ConnectionState connectionState)"
summary: "Set the connection state."
parameters:
- description: "the connectionState value to set"
name: "connectionState"
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionState?alt=com.microsoft.azure.management.network.ConnectionState&text=ConnectionState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionStateSnapshot withConnectionState(ConnectionState connectionState)"
desc: "Set the connection state. Possible values include: 'Reachable', 'Unreachable', 'Unknown'."
returns:
description: "the ConnectionStateSnapshot object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionStateSnapshot?alt=com.microsoft.azure.management.network.ConnectionStateSnapshot&text=ConnectionStateSnapshot\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionStateSnapshot.withEndTime(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.management.network.ConnectionStateSnapshot.withEndTime(DateTime endTime)"
name: "withEndTime(DateTime endTime)"
nameWithType: "ConnectionStateSnapshot.withEndTime(DateTime endTime)"
summary: "Set the end time of the connection snapshot."
parameters:
- description: "the endTime value to set"
name: "endTime"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionStateSnapshot withEndTime(DateTime endTime)"
desc: "Set the end time of the connection snapshot."
returns:
description: "the ConnectionStateSnapshot object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionStateSnapshot?alt=com.microsoft.azure.management.network.ConnectionStateSnapshot&text=ConnectionStateSnapshot\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionStateSnapshot.withEvaluationState(com.microsoft.azure.management.network.EvaluationState)"
fullName: "com.microsoft.azure.management.network.ConnectionStateSnapshot.withEvaluationState(EvaluationState evaluationState)"
name: "withEvaluationState(EvaluationState evaluationState)"
nameWithType: "ConnectionStateSnapshot.withEvaluationState(EvaluationState evaluationState)"
summary: "Set connectivity analysis evaluation state."
parameters:
- description: "the evaluationState value to set"
name: "evaluationState"
type: "<xref href=\"com.microsoft.azure.management.network.EvaluationState?alt=com.microsoft.azure.management.network.EvaluationState&text=EvaluationState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionStateSnapshot withEvaluationState(EvaluationState evaluationState)"
desc: "Set connectivity analysis evaluation state. Possible values include: 'NotStarted', 'InProgress', 'Completed'."
returns:
description: "the ConnectionStateSnapshot object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionStateSnapshot?alt=com.microsoft.azure.management.network.ConnectionStateSnapshot&text=ConnectionStateSnapshot\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionStateSnapshot.withMaxLatencyInMs(java.lang.Integer)"
fullName: "com.microsoft.azure.management.network.ConnectionStateSnapshot.withMaxLatencyInMs(Integer maxLatencyInMs)"
name: "withMaxLatencyInMs(Integer maxLatencyInMs)"
nameWithType: "ConnectionStateSnapshot.withMaxLatencyInMs(Integer maxLatencyInMs)"
summary: "Set maximum latency in ms."
parameters:
- description: "the maxLatencyInMs value to set"
name: "maxLatencyInMs"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionStateSnapshot withMaxLatencyInMs(Integer maxLatencyInMs)"
desc: "Set maximum latency in ms."
returns:
description: "the ConnectionStateSnapshot object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionStateSnapshot?alt=com.microsoft.azure.management.network.ConnectionStateSnapshot&text=ConnectionStateSnapshot\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionStateSnapshot.withMinLatencyInMs(java.lang.Integer)"
fullName: "com.microsoft.azure.management.network.ConnectionStateSnapshot.withMinLatencyInMs(Integer minLatencyInMs)"
name: "withMinLatencyInMs(Integer minLatencyInMs)"
nameWithType: "ConnectionStateSnapshot.withMinLatencyInMs(Integer minLatencyInMs)"
summary: "Set minimum latency in ms."
parameters:
- description: "the minLatencyInMs value to set"
name: "minLatencyInMs"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionStateSnapshot withMinLatencyInMs(Integer minLatencyInMs)"
desc: "Set minimum latency in ms."
returns:
description: "the ConnectionStateSnapshot object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionStateSnapshot?alt=com.microsoft.azure.management.network.ConnectionStateSnapshot&text=ConnectionStateSnapshot\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionStateSnapshot.withProbesFailed(java.lang.Integer)"
fullName: "com.microsoft.azure.management.network.ConnectionStateSnapshot.withProbesFailed(Integer probesFailed)"
name: "withProbesFailed(Integer probesFailed)"
nameWithType: "ConnectionStateSnapshot.withProbesFailed(Integer probesFailed)"
summary: "Set the number of failed probes."
parameters:
- description: "the probesFailed value to set"
name: "probesFailed"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionStateSnapshot withProbesFailed(Integer probesFailed)"
desc: "Set the number of failed probes."
returns:
description: "the ConnectionStateSnapshot object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionStateSnapshot?alt=com.microsoft.azure.management.network.ConnectionStateSnapshot&text=ConnectionStateSnapshot\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionStateSnapshot.withProbesSent(java.lang.Integer)"
fullName: "com.microsoft.azure.management.network.ConnectionStateSnapshot.withProbesSent(Integer probesSent)"
name: "withProbesSent(Integer probesSent)"
nameWithType: "ConnectionStateSnapshot.withProbesSent(Integer probesSent)"
summary: "Set the number of sent probes."
parameters:
- description: "the probesSent value to set"
name: "probesSent"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionStateSnapshot withProbesSent(Integer probesSent)"
desc: "Set the number of sent probes."
returns:
description: "the ConnectionStateSnapshot object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionStateSnapshot?alt=com.microsoft.azure.management.network.ConnectionStateSnapshot&text=ConnectionStateSnapshot\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionStateSnapshot.withStartTime(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.management.network.ConnectionStateSnapshot.withStartTime(DateTime startTime)"
name: "withStartTime(DateTime startTime)"
nameWithType: "ConnectionStateSnapshot.withStartTime(DateTime startTime)"
summary: "Set the start time of the connection snapshot."
parameters:
- description: "the startTime value to set"
name: "startTime"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionStateSnapshot withStartTime(DateTime startTime)"
desc: "Set the start time of the connection snapshot."
returns:
description: "the ConnectionStateSnapshot object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionStateSnapshot?alt=com.microsoft.azure.management.network.ConnectionStateSnapshot&text=ConnectionStateSnapshot\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Connection state snapshot."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4