Uses of Enum
com.azure.resourcemanager.deploymentmanager.models.RestRequestMethod
Packages that use RestRequestMethod
Package
Description
Package containing the data models for AzureDeploymentManager.
-
Uses of RestRequestMethod in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return RestRequestMethodModifier and TypeMethodDescriptionstatic RestRequestMethodRestRequestMethod.fromString(String value) Parses a serialized value to a RestRequestMethod instance.RestRequest.method()Get the method property: The HTTP method to use for the request.static RestRequestMethodReturns the enum constant of this type with the specified name.static RestRequestMethod[]RestRequestMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.deploymentmanager.models with parameters of type RestRequestMethodModifier and TypeMethodDescriptionRestRequest.withMethod(RestRequestMethod method) Set the method property: The HTTP method to use for the request.