Uses of Class
com.azure.resourcemanager.apimanagement.models.Method
Packages that use Method
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of Method in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as MethodModifier and TypeFieldDescriptionstatic final MethodMethod.GETStatic value GET for Method.static final MethodMethod.POSTStatic value POST for Method.Methods in com.azure.resourcemanager.apimanagement.models that return MethodModifier and TypeMethodDescriptionstatic MethodMethod.fromString(String name) Creates or finds a Method from its string representation.ConnectivityCheckRequestProtocolConfigurationHttpConfiguration.method()Get the method property: The HTTP method to be used.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type MethodModifier and TypeMethodDescriptionstatic Collection<Method> Method.values()Gets known Method values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type MethodModifier and TypeMethodDescriptionConnectivityCheckRequestProtocolConfigurationHttpConfiguration.withMethod(Method method) Set the method property: The HTTP method to be used.