Uses of Class
com.microsoft.azure.management.network.HTTPConfiguration
Packages that use HTTPConfiguration
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of HTTPConfiguration in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return HTTPConfigurationModifier and TypeMethodDescriptionProtocolConfiguration.hTTPConfiguration()
Get hTTP configuration of the connectivity check.HTTPConfiguration.withHeaders
(List<HTTPHeader> headers) Set list of HTTP headers.HTTPConfiguration.withMethod
(HTTPMethod method) Set hTTP method.HTTPConfiguration.withValidStatusCodes
(List<Integer> validStatusCodes) Set valid status codes.Methods in com.microsoft.azure.management.network with parameters of type HTTPConfigurationModifier and TypeMethodDescriptionProtocolConfiguration.withHTTPConfiguration
(HTTPConfiguration hTTPConfiguration) Set hTTP configuration of the connectivity check.