RestRequestMethod Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. deploymentmanager. models. RestRequestMethod
- com.
- java.
public enum RestRequestMethod
extends Enum<RestRequestMethod>
The HTTP method to use for the request.
Fields
| GET |
Enum value GET. |
| POST |
Enum value POST. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static RestRequestMethod fromString(String value)
Parses a serialized value to a RestRequestMethod instance.
Parameters
- value
- String