Uses of Class
com.microsoft.azure.management.network.HTTPMethod
Packages that use HTTPMethod
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of HTTPMethod in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as HTTPMethodModifier and TypeFieldDescriptionstatic final HTTPMethod
HTTPMethod.GET
Static value Get for HTTPMethod.Methods in com.microsoft.azure.management.network that return HTTPMethodModifier and TypeMethodDescriptionstatic HTTPMethod
HTTPMethod.fromString
(String name) Creates or finds a HTTPMethod from its string representation.HTTPConfiguration.method()
Get hTTP method.Methods in com.microsoft.azure.management.network that return types with arguments of type HTTPMethodMethods in com.microsoft.azure.management.network with parameters of type HTTPMethodModifier and TypeMethodDescriptionHTTPConfiguration.withMethod
(HTTPMethod method) Set hTTP method.