Class HttpConfigurationMethod
java.lang.Object
com.azure.core.util.ExpandableStringEnum<HttpConfigurationMethod>
com.azure.resourcemanager.network.models.HttpConfigurationMethod
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class HttpConfigurationMethod
extends com.azure.core.util.ExpandableStringEnum<HttpConfigurationMethod>
The HTTP method to use.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HttpConfigurationMethod
Static value Get for HttpConfigurationMethod.static final HttpConfigurationMethod
Static value Post for HttpConfigurationMethod. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HttpConfigurationMethod
fromString
(String name) Creates or finds a HttpConfigurationMethod from its string representation.static Collection<HttpConfigurationMethod>
values()
Gets known HttpConfigurationMethod values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
GET
Static value Get for HttpConfigurationMethod. -
POST
Static value Post for HttpConfigurationMethod.
-
-
Constructor Details
-
HttpConfigurationMethod
Deprecated.Use thefromString(String)
factory method.Creates a new instance of HttpConfigurationMethod value.
-
-
Method Details
-
fromString
Creates or finds a HttpConfigurationMethod from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding HttpConfigurationMethod.
-
values
Gets known HttpConfigurationMethod values.- Returns:
- known HttpConfigurationMethod values.
-
fromString(String)
factory method.