Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorHttpConfiguration
Packages that use ConnectionMonitorHttpConfiguration
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ConnectionMonitorHttpConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorHttpConfigurationModifier and TypeMethodDescriptionConnectionMonitorHttpConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionMonitorHttpConfiguration from the JsonReader.ConnectionMonitorTestConfiguration.httpConfiguration()Get the httpConfiguration property: The parameters used to perform test evaluation over HTTP.ConnectionMonitorHttpConfiguration.withMethod(HttpConfigurationMethod method) Set the method property: The HTTP method to use.Set the path property: The path component of the URI.Set the port property: The port to connect to.ConnectionMonitorHttpConfiguration.withPreferHttps(Boolean preferHttps) Set the preferHttps property: Value indicating whether HTTPS is preferred over HTTP in cases where the choice is not explicit.ConnectionMonitorHttpConfiguration.withRequestHeaders(List<HttpHeader> requestHeaders) Set the requestHeaders property: The HTTP headers to transmit with the request.ConnectionMonitorHttpConfiguration.withValidStatusCodeRanges(List<String> validStatusCodeRanges) Set the validStatusCodeRanges property: HTTP status codes to consider successful.Methods in com.azure.resourcemanager.network.models with parameters of type ConnectionMonitorHttpConfigurationModifier and TypeMethodDescriptionConnectionMonitorTestConfiguration.withHttpConfiguration(ConnectionMonitorHttpConfiguration httpConfiguration) Set the httpConfiguration property: The parameters used to perform test evaluation over HTTP.