Uses of Class
com.microsoft.azure.management.network.HTTPMethod
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of HTTPMethod in com.microsoft.azure.management.network
Modifier and TypeFieldDescriptionstatic final HTTPMethod
HTTPMethod.GET
Static value Get for HTTPMethod.Modifier and TypeMethodDescriptionstatic HTTPMethod
HTTPMethod.fromString
(String name) Creates or finds a HTTPMethod from its string representation.HTTPConfiguration.method()
Get hTTP method.Modifier and TypeMethodDescriptionHTTPConfiguration.withMethod
(HTTPMethod method) Set hTTP method.