Uses of Class
com.microsoft.azure.management.network.ConnectionMonitorHttpConfiguration
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ConnectionMonitorHttpConfiguration in com.microsoft.azure.management.network
Modifier 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.Modifier and TypeMethodDescriptionConnectionMonitorTestConfiguration.withHttpConfiguration
(ConnectionMonitorHttpConfiguration httpConfiguration) Set the parameters used to perform test evaluation over HTTP.