| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorTestConfiguration |
ConnectionMonitorTestConfiguration.withHttpConfiguration(ConnectionMonitorHttpConfiguration httpConfiguration)
Set the httpConfiguration property: The parameters used to perform test evaluation over HTTP.
|
ConnectionMonitorTestConfiguration |
ConnectionMonitorTestConfiguration.withIcmpConfiguration(ConnectionMonitorIcmpConfiguration icmpConfiguration)
Set the icmpConfiguration property: The parameters used to perform test evaluation over ICMP.
|
ConnectionMonitorTestConfiguration |
ConnectionMonitorTestConfiguration.withName(String name)
Set the name property: The name of the connection monitor test configuration.
|
ConnectionMonitorTestConfiguration |
ConnectionMonitorTestConfiguration.withPreferredIpVersion(PreferredIpVersion preferredIpVersion)
Set the preferredIpVersion property: The preferred IP version to use in test evaluation.
|
ConnectionMonitorTestConfiguration |
ConnectionMonitorTestConfiguration.withProtocol(ConnectionMonitorTestConfigurationProtocol protocol)
Set the protocol property: The protocol to use in test evaluation.
|
ConnectionMonitorTestConfiguration |
ConnectionMonitorTestConfiguration.withSuccessThreshold(ConnectionMonitorSuccessThreshold successThreshold)
Set the successThreshold property: The threshold for declaring a test successful.
|
ConnectionMonitorTestConfiguration |
ConnectionMonitorTestConfiguration.withTcpConfiguration(ConnectionMonitorTcpConfiguration tcpConfiguration)
Set the tcpConfiguration property: The parameters used to perform test evaluation over TCP.
|
ConnectionMonitorTestConfiguration |
ConnectionMonitorTestConfiguration.withTestFrequencySec(Integer testFrequencySec)
Set the testFrequencySec property: The frequency of test evaluation, in seconds.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.