HttpConfigurationMethod Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. HttpConfigurationMethod
- com.
- com.
public final class HttpConfigurationMethod
extends ExpandableStringEnum<HttpConfigurationMethod>
The HTTP method to use.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Http |
GET
Static value Get for Http |
static final
Http |
POST
Static value Post for Http |
Constructor Summary
Constructor | Description |
---|---|
HttpConfigurationMethod() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Http |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Http |
fromString(String name)
Creates or finds a Http |
static
Collection<Http |
values()
Gets known Http |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
GET
public static final HttpConfigurationMethod GET
Static value Get for HttpConfigurationMethod.
POST
public static final HttpConfigurationMethod POST
Static value Post for HttpConfigurationMethod.
Constructor Details
HttpConfigurationMethod
@Deprecated
public HttpConfigurationMethod()
Deprecated
Creates a new instance of HttpConfigurationMethod value.
Method Details
fromString
public static HttpConfigurationMethod fromString(String name)
Creates or finds a HttpConfigurationMethod from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known HttpConfigurationMethod values.
Returns:
Applies to
Azure SDK for Java