Uses of Class
com.microsoft.azure.management.network.ConnectionMonitorHttpConfiguration
Packages that use ConnectionMonitorHttpConfiguration
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ConnectionMonitorHttpConfiguration in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ConnectionMonitorHttpConfigurationModifier and TypeMethodDescriptionConnectionMonitorTestConfiguration.httpConfiguration()Get the parameters used to perform test evaluation over HTTP.ConnectionMonitorHttpConfiguration.withMethod(HTTPConfigurationMethod method) Set the HTTP method to use.Set the path component of the URI.Set the port to connect to.ConnectionMonitorHttpConfiguration.withPreferHTTPS(Boolean preferHTTPS) Set value indicating whether HTTPS is preferred over HTTP in cases where the choice is not explicit.ConnectionMonitorHttpConfiguration.withRequestHeaders(List<HTTPHeader> requestHeaders) Set the HTTP headers to transmit with the request.ConnectionMonitorHttpConfiguration.withValidStatusCodeRanges(List<String> validStatusCodeRanges) Set hTTP status codes to consider successful.Methods in com.microsoft.azure.management.network with parameters of type ConnectionMonitorHttpConfigurationModifier and TypeMethodDescriptionConnectionMonitorTestConfiguration.withHttpConfiguration(ConnectionMonitorHttpConfiguration httpConfiguration) Set the parameters used to perform test evaluation over HTTP.