228 строки
20 KiB
YAML
228 строки
20 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration"
|
|
name: "ConnectionMonitorTestConfiguration"
|
|
nameWithType: "ConnectionMonitorTestConfiguration"
|
|
summary: "Describes a connection monitor test configuration."
|
|
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 **ConnectionMonitorTestConfiguration**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.ConnectionMonitorTestConfiguration()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.ConnectionMonitorTestConfiguration()"
|
|
name: "ConnectionMonitorTestConfiguration()"
|
|
nameWithType: "ConnectionMonitorTestConfiguration.ConnectionMonitorTestConfiguration()"
|
|
syntax: "public ConnectionMonitorTestConfiguration()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.httpConfiguration()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.httpConfiguration()"
|
|
name: "httpConfiguration()"
|
|
nameWithType: "ConnectionMonitorTestConfiguration.httpConfiguration()"
|
|
summary: "Get the parameters used to perform test evaluation over HTTP."
|
|
syntax: "public ConnectionMonitorHttpConfiguration httpConfiguration()"
|
|
desc: "Get the parameters used to perform test evaluation over HTTP."
|
|
returns:
|
|
description: "the httpConfiguration value"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorHttpConfiguration?alt=com.microsoft.azure.management.network.ConnectionMonitorHttpConfiguration&text=ConnectionMonitorHttpConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.icmpConfiguration()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.icmpConfiguration()"
|
|
name: "icmpConfiguration()"
|
|
nameWithType: "ConnectionMonitorTestConfiguration.icmpConfiguration()"
|
|
summary: "Get the parameters used to perform test evaluation over ICMP."
|
|
syntax: "public ConnectionMonitorIcmpConfiguration icmpConfiguration()"
|
|
desc: "Get the parameters used to perform test evaluation over ICMP."
|
|
returns:
|
|
description: "the icmpConfiguration value"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorIcmpConfiguration?alt=com.microsoft.azure.management.network.ConnectionMonitorIcmpConfiguration&text=ConnectionMonitorIcmpConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.name()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.name()"
|
|
name: "name()"
|
|
nameWithType: "ConnectionMonitorTestConfiguration.name()"
|
|
summary: "Get the name of the connection monitor test configuration."
|
|
syntax: "public String name()"
|
|
desc: "Get the name of the connection monitor test configuration."
|
|
returns:
|
|
description: "the name 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.ConnectionMonitorTestConfiguration.preferredIPVersion()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.preferredIPVersion()"
|
|
name: "preferredIPVersion()"
|
|
nameWithType: "ConnectionMonitorTestConfiguration.preferredIPVersion()"
|
|
summary: "Get the preferred IP version to use in test evaluation."
|
|
syntax: "public PreferredIPVersion preferredIPVersion()"
|
|
desc: "Get the preferred IP version to use in test evaluation. The connection monitor may choose to use a different version depending on other parameters. Possible values include: 'IPv4', 'IPv6'."
|
|
returns:
|
|
description: "the preferredIPVersion value"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.PreferredIPVersion?alt=com.microsoft.azure.management.network.PreferredIPVersion&text=PreferredIPVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.protocol()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.protocol()"
|
|
name: "protocol()"
|
|
nameWithType: "ConnectionMonitorTestConfiguration.protocol()"
|
|
summary: "Get the protocol to use in test evaluation."
|
|
syntax: "public ConnectionMonitorTestConfigurationProtocol protocol()"
|
|
desc: "Get the protocol to use in test evaluation. Possible values include: 'Tcp', 'Http', 'Icmp'."
|
|
returns:
|
|
description: "the protocol value"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorTestConfigurationProtocol?alt=com.microsoft.azure.management.network.ConnectionMonitorTestConfigurationProtocol&text=ConnectionMonitorTestConfigurationProtocol\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.successThreshold()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.successThreshold()"
|
|
name: "successThreshold()"
|
|
nameWithType: "ConnectionMonitorTestConfiguration.successThreshold()"
|
|
summary: "Get the threshold for declaring a test successful."
|
|
syntax: "public ConnectionMonitorSuccessThreshold successThreshold()"
|
|
desc: "Get the threshold for declaring a test successful."
|
|
returns:
|
|
description: "the successThreshold value"
|
|
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.ConnectionMonitorTestConfiguration.tcpConfiguration()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.tcpConfiguration()"
|
|
name: "tcpConfiguration()"
|
|
nameWithType: "ConnectionMonitorTestConfiguration.tcpConfiguration()"
|
|
summary: "Get the parameters used to perform test evaluation over TCP."
|
|
syntax: "public ConnectionMonitorTcpConfiguration tcpConfiguration()"
|
|
desc: "Get the parameters used to perform test evaluation over TCP."
|
|
returns:
|
|
description: "the tcpConfiguration value"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration?alt=com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration&text=ConnectionMonitorTcpConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.testFrequencySec()"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.testFrequencySec()"
|
|
name: "testFrequencySec()"
|
|
nameWithType: "ConnectionMonitorTestConfiguration.testFrequencySec()"
|
|
summary: "Get the frequency of test evaluation, in seconds."
|
|
syntax: "public Integer testFrequencySec()"
|
|
desc: "Get the frequency of test evaluation, in seconds."
|
|
returns:
|
|
description: "the testFrequencySec 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.ConnectionMonitorTestConfiguration.withHttpConfiguration(com.microsoft.azure.management.network.ConnectionMonitorHttpConfiguration)"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.withHttpConfiguration(ConnectionMonitorHttpConfiguration httpConfiguration)"
|
|
name: "withHttpConfiguration(ConnectionMonitorHttpConfiguration httpConfiguration)"
|
|
nameWithType: "ConnectionMonitorTestConfiguration.withHttpConfiguration(ConnectionMonitorHttpConfiguration httpConfiguration)"
|
|
summary: "Set the parameters used to perform test evaluation over HTTP."
|
|
parameters:
|
|
- description: "the httpConfiguration value to set"
|
|
name: "httpConfiguration"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorHttpConfiguration?alt=com.microsoft.azure.management.network.ConnectionMonitorHttpConfiguration&text=ConnectionMonitorHttpConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ConnectionMonitorTestConfiguration withHttpConfiguration(ConnectionMonitorHttpConfiguration httpConfiguration)"
|
|
desc: "Set the parameters used to perform test evaluation over HTTP."
|
|
returns:
|
|
description: "the ConnectionMonitorTestConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration?alt=com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration&text=ConnectionMonitorTestConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.withIcmpConfiguration(com.microsoft.azure.management.network.ConnectionMonitorIcmpConfiguration)"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.withIcmpConfiguration(ConnectionMonitorIcmpConfiguration icmpConfiguration)"
|
|
name: "withIcmpConfiguration(ConnectionMonitorIcmpConfiguration icmpConfiguration)"
|
|
nameWithType: "ConnectionMonitorTestConfiguration.withIcmpConfiguration(ConnectionMonitorIcmpConfiguration icmpConfiguration)"
|
|
summary: "Set the parameters used to perform test evaluation over ICMP."
|
|
parameters:
|
|
- description: "the icmpConfiguration value to set"
|
|
name: "icmpConfiguration"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorIcmpConfiguration?alt=com.microsoft.azure.management.network.ConnectionMonitorIcmpConfiguration&text=ConnectionMonitorIcmpConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ConnectionMonitorTestConfiguration withIcmpConfiguration(ConnectionMonitorIcmpConfiguration icmpConfiguration)"
|
|
desc: "Set the parameters used to perform test evaluation over ICMP."
|
|
returns:
|
|
description: "the ConnectionMonitorTestConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration?alt=com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration&text=ConnectionMonitorTestConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.withName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "ConnectionMonitorTestConfiguration.withName(String name)"
|
|
summary: "Set the name of the connection monitor test configuration."
|
|
parameters:
|
|
- description: "the name value to set"
|
|
name: "name"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ConnectionMonitorTestConfiguration withName(String name)"
|
|
desc: "Set the name of the connection monitor test configuration."
|
|
returns:
|
|
description: "the ConnectionMonitorTestConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration?alt=com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration&text=ConnectionMonitorTestConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.withPreferredIPVersion(com.microsoft.azure.management.network.PreferredIPVersion)"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.withPreferredIPVersion(PreferredIPVersion preferredIPVersion)"
|
|
name: "withPreferredIPVersion(PreferredIPVersion preferredIPVersion)"
|
|
nameWithType: "ConnectionMonitorTestConfiguration.withPreferredIPVersion(PreferredIPVersion preferredIPVersion)"
|
|
summary: "Set the preferred IP version to use in test evaluation."
|
|
parameters:
|
|
- description: "the preferredIPVersion value to set"
|
|
name: "preferredIPVersion"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.PreferredIPVersion?alt=com.microsoft.azure.management.network.PreferredIPVersion&text=PreferredIPVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ConnectionMonitorTestConfiguration withPreferredIPVersion(PreferredIPVersion preferredIPVersion)"
|
|
desc: "Set the preferred IP version to use in test evaluation. The connection monitor may choose to use a different version depending on other parameters. Possible values include: 'IPv4', 'IPv6'."
|
|
returns:
|
|
description: "the ConnectionMonitorTestConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration?alt=com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration&text=ConnectionMonitorTestConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.withProtocol(com.microsoft.azure.management.network.ConnectionMonitorTestConfigurationProtocol)"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.withProtocol(ConnectionMonitorTestConfigurationProtocol protocol)"
|
|
name: "withProtocol(ConnectionMonitorTestConfigurationProtocol protocol)"
|
|
nameWithType: "ConnectionMonitorTestConfiguration.withProtocol(ConnectionMonitorTestConfigurationProtocol protocol)"
|
|
summary: "Set the protocol to use in test evaluation."
|
|
parameters:
|
|
- description: "the protocol value to set"
|
|
name: "protocol"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorTestConfigurationProtocol?alt=com.microsoft.azure.management.network.ConnectionMonitorTestConfigurationProtocol&text=ConnectionMonitorTestConfigurationProtocol\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ConnectionMonitorTestConfiguration withProtocol(ConnectionMonitorTestConfigurationProtocol protocol)"
|
|
desc: "Set the protocol to use in test evaluation. Possible values include: 'Tcp', 'Http', 'Icmp'."
|
|
returns:
|
|
description: "the ConnectionMonitorTestConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration?alt=com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration&text=ConnectionMonitorTestConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.withSuccessThreshold(com.microsoft.azure.management.network.ConnectionMonitorSuccessThreshold)"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.withSuccessThreshold(ConnectionMonitorSuccessThreshold successThreshold)"
|
|
name: "withSuccessThreshold(ConnectionMonitorSuccessThreshold successThreshold)"
|
|
nameWithType: "ConnectionMonitorTestConfiguration.withSuccessThreshold(ConnectionMonitorSuccessThreshold successThreshold)"
|
|
summary: "Set the threshold for declaring a test successful."
|
|
parameters:
|
|
- description: "the successThreshold value to set"
|
|
name: "successThreshold"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorSuccessThreshold?alt=com.microsoft.azure.management.network.ConnectionMonitorSuccessThreshold&text=ConnectionMonitorSuccessThreshold\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ConnectionMonitorTestConfiguration withSuccessThreshold(ConnectionMonitorSuccessThreshold successThreshold)"
|
|
desc: "Set the threshold for declaring a test successful."
|
|
returns:
|
|
description: "the ConnectionMonitorTestConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration?alt=com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration&text=ConnectionMonitorTestConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.withTcpConfiguration(com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration)"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.withTcpConfiguration(ConnectionMonitorTcpConfiguration tcpConfiguration)"
|
|
name: "withTcpConfiguration(ConnectionMonitorTcpConfiguration tcpConfiguration)"
|
|
nameWithType: "ConnectionMonitorTestConfiguration.withTcpConfiguration(ConnectionMonitorTcpConfiguration tcpConfiguration)"
|
|
summary: "Set the parameters used to perform test evaluation over TCP."
|
|
parameters:
|
|
- description: "the tcpConfiguration value to set"
|
|
name: "tcpConfiguration"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration?alt=com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration&text=ConnectionMonitorTcpConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ConnectionMonitorTestConfiguration withTcpConfiguration(ConnectionMonitorTcpConfiguration tcpConfiguration)"
|
|
desc: "Set the parameters used to perform test evaluation over TCP."
|
|
returns:
|
|
description: "the ConnectionMonitorTestConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration?alt=com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration&text=ConnectionMonitorTestConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.withTestFrequencySec(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration.withTestFrequencySec(Integer testFrequencySec)"
|
|
name: "withTestFrequencySec(Integer testFrequencySec)"
|
|
nameWithType: "ConnectionMonitorTestConfiguration.withTestFrequencySec(Integer testFrequencySec)"
|
|
summary: "Set the frequency of test evaluation, in seconds."
|
|
parameters:
|
|
- description: "the testFrequencySec value to set"
|
|
name: "testFrequencySec"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ConnectionMonitorTestConfiguration withTestFrequencySec(Integer testFrequencySec)"
|
|
desc: "Set the frequency of test evaluation, in seconds."
|
|
returns:
|
|
description: "the ConnectionMonitorTestConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration?alt=com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration&text=ConnectionMonitorTestConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Describes a connection monitor test configuration."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|