84 строки
6.7 KiB
YAML
84 строки
6.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.ConnectionMonitorSuccessThreshold"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorSuccessThreshold"
|
|
name: "ConnectionMonitorSuccessThreshold"
|
|
nameWithType: "ConnectionMonitorSuccessThreshold"
|
|
summary: "Describes the threshold for declaring a test successful."
|
|
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 **ConnectionMonitorSuccessThreshold**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.network.ConnectionMonitorSuccessThreshold.ConnectionMonitorSuccessThreshold()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorSuccessThreshold.ConnectionMonitorSuccessThreshold()"
|
|
name: "ConnectionMonitorSuccessThreshold()"
|
|
nameWithType: "ConnectionMonitorSuccessThreshold.ConnectionMonitorSuccessThreshold()"
|
|
syntax: "public ConnectionMonitorSuccessThreshold()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.ConnectionMonitorSuccessThreshold.checksFailedPercent()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorSuccessThreshold.checksFailedPercent()"
|
|
name: "checksFailedPercent()"
|
|
nameWithType: "ConnectionMonitorSuccessThreshold.checksFailedPercent()"
|
|
summary: "Get the maximum percentage of failed checks permitted for a test to evaluate as successful."
|
|
syntax: "public Integer checksFailedPercent()"
|
|
desc: "Get the maximum percentage of failed checks permitted for a test to evaluate as successful."
|
|
returns:
|
|
description: "the checksFailedPercent 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.ConnectionMonitorSuccessThreshold.roundTripTimeMs()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorSuccessThreshold.roundTripTimeMs()"
|
|
name: "roundTripTimeMs()"
|
|
nameWithType: "ConnectionMonitorSuccessThreshold.roundTripTimeMs()"
|
|
summary: "Get the maximum round-trip time in milliseconds permitted for a test to evaluate as successful."
|
|
syntax: "public Integer roundTripTimeMs()"
|
|
desc: "Get the maximum round-trip time in milliseconds permitted for a test to evaluate as successful."
|
|
returns:
|
|
description: "the roundTripTimeMs 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.ConnectionMonitorSuccessThreshold.withChecksFailedPercent(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorSuccessThreshold.withChecksFailedPercent(Integer checksFailedPercent)"
|
|
name: "withChecksFailedPercent(Integer checksFailedPercent)"
|
|
nameWithType: "ConnectionMonitorSuccessThreshold.withChecksFailedPercent(Integer checksFailedPercent)"
|
|
summary: "Set the maximum percentage of failed checks permitted for a test to evaluate as successful."
|
|
parameters:
|
|
- description: "the checksFailedPercent value to set"
|
|
name: "checksFailedPercent"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ConnectionMonitorSuccessThreshold withChecksFailedPercent(Integer checksFailedPercent)"
|
|
desc: "Set the maximum percentage of failed checks permitted for a test to evaluate as successful."
|
|
returns:
|
|
description: "the ConnectionMonitorSuccessThreshold object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorSuccessThreshold?alt=com.microsoft.azure.management.network.ConnectionMonitorSuccessThreshold&text=ConnectionMonitorSuccessThreshold\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectionMonitorSuccessThreshold.withRoundTripTimeMs(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorSuccessThreshold.withRoundTripTimeMs(Integer roundTripTimeMs)"
|
|
name: "withRoundTripTimeMs(Integer roundTripTimeMs)"
|
|
nameWithType: "ConnectionMonitorSuccessThreshold.withRoundTripTimeMs(Integer roundTripTimeMs)"
|
|
summary: "Set the maximum round-trip time in milliseconds permitted for a test to evaluate as successful."
|
|
parameters:
|
|
- description: "the roundTripTimeMs value to set"
|
|
name: "roundTripTimeMs"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ConnectionMonitorSuccessThreshold withRoundTripTimeMs(Integer roundTripTimeMs)"
|
|
desc: "Set the maximum round-trip time in milliseconds permitted for a test to evaluate as successful."
|
|
returns:
|
|
description: "the ConnectionMonitorSuccessThreshold object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorSuccessThreshold?alt=com.microsoft.azure.management.network.ConnectionMonitorSuccessThreshold&text=ConnectionMonitorSuccessThreshold\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Describes the threshold for declaring a test successful."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|