Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorTestConfiguration
Packages that use ConnectionMonitorTestConfiguration
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 ConnectionMonitorTestConfigurationModifier and TypeMethodDescriptionConnectionMonitorInner.testConfigurations()Get the testConfigurations property: List of connection monitor test configurations.ConnectionMonitorParameters.testConfigurations()Get the testConfigurations property: List of connection monitor test configurations.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 ConnectionMonitorTestConfigurationModifier and TypeMethodDescriptionConnectionMonitorInner.withTestConfigurations(List<ConnectionMonitorTestConfiguration> testConfigurations) Set the testConfigurations property: List of connection monitor test configurations.ConnectionMonitorParameters.withTestConfigurations(List<ConnectionMonitorTestConfiguration> testConfigurations) Set the testConfigurations property: List of connection monitor test configurations.ConnectionMonitorResultInner.withTestConfigurations(List<ConnectionMonitorTestConfiguration> testConfigurations) Set the testConfigurations property: List of connection monitor test configurations.ConnectionMonitorResultProperties.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 ConnectionMonitorTestConfigurationModifier and TypeMethodDescriptionConnectionMonitorTestConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionMonitorTestConfiguration from the JsonReader.ConnectionMonitorTestConfiguration.withHttpConfiguration(ConnectionMonitorHttpConfiguration httpConfiguration) Set the httpConfiguration property: The parameters used to perform test evaluation over HTTP.ConnectionMonitorTestConfiguration.withIcmpConfiguration(ConnectionMonitorIcmpConfiguration icmpConfiguration) Set the icmpConfiguration property: The parameters used to perform test evaluation over ICMP.Set the name property: The name of the connection monitor test configuration.ConnectionMonitorTestConfiguration.withPreferredIpVersion(PreferredIpVersion preferredIpVersion) Set the preferredIpVersion property: The preferred IP version to use in test evaluation.ConnectionMonitorTestConfiguration.withProtocol(ConnectionMonitorTestConfigurationProtocol protocol) Set the protocol property: The protocol to use in test evaluation.ConnectionMonitorTestConfiguration.withSuccessThreshold(ConnectionMonitorSuccessThreshold successThreshold) Set the successThreshold property: The threshold for declaring a test successful.ConnectionMonitorTestConfiguration.withTcpConfiguration(ConnectionMonitorTcpConfiguration tcpConfiguration) Set the tcpConfiguration property: The parameters used to perform test evaluation over TCP.ConnectionMonitorTestConfiguration.withTestFrequencySec(Integer testFrequencySec) Set the testFrequencySec property: The frequency of test evaluation, in seconds.