Uses of Class
com.azure.resourcemanager.network.models.HttpMethod
Packages that use HttpMethod
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of HttpMethod in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as HttpMethodModifier and TypeFieldDescriptionstatic final HttpMethodHttpMethod.GETStatic value Get for HttpMethod.Methods in com.azure.resourcemanager.network.models that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodHttpMethod.fromString(String name) Creates or finds a HttpMethod from its string representation.HttpConfiguration.method()Get the method property: HTTP method.Methods in com.azure.resourcemanager.network.models that return types with arguments of type HttpMethodModifier and TypeMethodDescriptionstatic Collection<HttpMethod> HttpMethod.values()Gets known HttpMethod values.Methods in com.azure.resourcemanager.network.models with parameters of type HttpMethodModifier and TypeMethodDescriptionHttpConfiguration.withMethod(HttpMethod method) Set the method property: HTTP method.