Uses of Class
com.microsoft.azure.management.network.HTTPConfiguration
-
Packages that use HTTPConfiguration Package Description com.microsoft.azure.management.network 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 HTTPConfiguration Modifier and Type Method Description HTTPConfigurationProtocolConfiguration. hTTPConfiguration()Get the hTTPConfiguration value.HTTPConfigurationHTTPConfiguration. withHeaders(List<HTTPHeader> headers)Set the headers value.HTTPConfigurationHTTPConfiguration. withMethod(HTTPMethod method)Set the method value.HTTPConfigurationHTTPConfiguration. withValidStatusCodes(List<Integer> validStatusCodes)Set the validStatusCodes value.Methods in com.microsoft.azure.management.network with parameters of type HTTPConfiguration Modifier and Type Method Description ProtocolConfigurationProtocolConfiguration. withHTTPConfiguration(HTTPConfiguration hTTPConfiguration)Set the hTTPConfiguration value.
-