Uses of Class
com.microsoft.azure.management.network.HTTPHeader
-
Packages that use HTTPHeader Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of HTTPHeader in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return HTTPHeader Modifier and Type Method Description HTTPHeaderHTTPHeader. withName(String name)Set the name value.HTTPHeaderHTTPHeader. withValue(String value)Set the value value.Methods in com.microsoft.azure.management.network that return types with arguments of type HTTPHeader Modifier and Type Method Description List<HTTPHeader>HTTPConfiguration. headers()Get the headers value.Method parameters in com.microsoft.azure.management.network with type arguments of type HTTPHeader Modifier and Type Method Description HTTPConfigurationHTTPConfiguration. withHeaders(List<HTTPHeader> headers)Set the headers value.
-