Uses of Class
com.microsoft.azure.management.network.HTTPMethod
-
Packages that use HTTPMethod Package Description com.microsoft.azure.management.network 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 HTTPMethod Modifier and Type Field Description static HTTPMethodHTTPMethod. GETStatic value Get for HTTPMethod.Methods in com.microsoft.azure.management.network that return HTTPMethod Modifier and Type Method Description static HTTPMethodHTTPMethod. fromString(String name)Creates or finds a HTTPMethod from its string representation.HTTPMethodHTTPConfiguration. method()Get the method value.Methods in com.microsoft.azure.management.network that return types with arguments of type HTTPMethod Modifier and Type Method Description static Collection<HTTPMethod>HTTPMethod. values()Methods in com.microsoft.azure.management.network with parameters of type HTTPMethod Modifier and Type Method Description HTTPConfigurationHTTPConfiguration. withMethod(HTTPMethod method)Set the method value.
-