Uses of Class
com.azure.resourcemanager.network.models.HttpMethod
-
Packages that use HttpMethod Package Description com.azure.resourcemanager.network.models 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 HttpMethod Modifier and Type Field Description static HttpMethodHttpMethod. GETStatic value Get for HttpMethod.Methods in com.azure.resourcemanager.network.models 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 property: HTTP method.Methods in com.azure.resourcemanager.network.models that return types with arguments of type HttpMethod Modifier and Type Method Description static Collection<HttpMethod>HttpMethod. values()Methods in com.azure.resourcemanager.network.models with parameters of type HttpMethod Modifier and Type Method Description HttpConfigurationHttpConfiguration. withMethod(HttpMethod method)Set the method property: HTTP method.
-