Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorTestConfiguration
-
Packages that use ConnectionMonitorTestConfiguration Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ConnectionMonitorTestConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ConnectionMonitorTestConfiguration Modifier and Type Method Description List<ConnectionMonitorTestConfiguration>ConnectionMonitorInner. testConfigurations()Get the testConfigurations property: List of connection monitor test configurations.List<ConnectionMonitorTestConfiguration>ConnectionMonitorParameters. testConfigurations()Get the testConfigurations property: List of connection monitor test configurations.List<ConnectionMonitorTestConfiguration>ConnectionMonitorResultInner. testConfigurations()Get the testConfigurations property: List of connection monitor test configurations.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ConnectionMonitorTestConfiguration Modifier and Type Method Description ConnectionMonitorInnerConnectionMonitorInner. withTestConfigurations(List<ConnectionMonitorTestConfiguration> testConfigurations)Set the testConfigurations property: List of connection monitor test configurations.ConnectionMonitorParametersConnectionMonitorParameters. withTestConfigurations(List<ConnectionMonitorTestConfiguration> testConfigurations)Set the testConfigurations property: List of connection monitor test configurations.ConnectionMonitorResultInnerConnectionMonitorResultInner. withTestConfigurations(List<ConnectionMonitorTestConfiguration> testConfigurations)Set the testConfigurations property: List of connection monitor test configurations.ConnectionMonitorResultPropertiesConnectionMonitorResultProperties. withTestConfigurations(List<ConnectionMonitorTestConfiguration> testConfigurations)Set the testConfigurations property: List of connection monitor test configurations. -
Uses of ConnectionMonitorTestConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorTestConfiguration Modifier and Type Method Description ConnectionMonitorTestConfigurationConnectionMonitorTestConfiguration. withHttpConfiguration(ConnectionMonitorHttpConfiguration httpConfiguration)Set the httpConfiguration property: The parameters used to perform test evaluation over HTTP.ConnectionMonitorTestConfigurationConnectionMonitorTestConfiguration. withIcmpConfiguration(ConnectionMonitorIcmpConfiguration icmpConfiguration)Set the icmpConfiguration property: The parameters used to perform test evaluation over ICMP.ConnectionMonitorTestConfigurationConnectionMonitorTestConfiguration. withName(String name)Set the name property: The name of the connection monitor test configuration.ConnectionMonitorTestConfigurationConnectionMonitorTestConfiguration. withPreferredIpVersion(PreferredIpVersion preferredIpVersion)Set the preferredIpVersion property: The preferred IP version to use in test evaluation.ConnectionMonitorTestConfigurationConnectionMonitorTestConfiguration. withProtocol(ConnectionMonitorTestConfigurationProtocol protocol)Set the protocol property: The protocol to use in test evaluation.ConnectionMonitorTestConfigurationConnectionMonitorTestConfiguration. withSuccessThreshold(ConnectionMonitorSuccessThreshold successThreshold)Set the successThreshold property: The threshold for declaring a test successful.ConnectionMonitorTestConfigurationConnectionMonitorTestConfiguration. withTcpConfiguration(ConnectionMonitorTcpConfiguration tcpConfiguration)Set the tcpConfiguration property: The parameters used to perform test evaluation over TCP.ConnectionMonitorTestConfigurationConnectionMonitorTestConfiguration. withTestFrequencySec(Integer testFrequencySec)Set the testFrequencySec property: The frequency of test evaluation, in seconds.
-