Class HTTPConfigurationMethod
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<HTTPConfigurationMethod>
com.microsoft.azure.management.network.HTTPConfigurationMethod
public final class HTTPConfigurationMethod
extends com.microsoft.rest.ExpandableStringEnum<HTTPConfigurationMethod>
Defines values for HTTPConfigurationMethod.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HTTPConfigurationMethod
Static value Get for HTTPConfigurationMethod.static final HTTPConfigurationMethod
Static value Post for HTTPConfigurationMethod. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HTTPConfigurationMethod
fromString
(String name) Creates or finds a HTTPConfigurationMethod from its string representation.static Collection<HTTPConfigurationMethod>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
GET
Static value Get for HTTPConfigurationMethod. -
POST
Static value Post for HTTPConfigurationMethod.
-
-
Constructor Details
-
HTTPConfigurationMethod
public HTTPConfigurationMethod()
-
-
Method Details
-
fromString
Creates or finds a HTTPConfigurationMethod from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding HTTPConfigurationMethod
-
values
- Returns:
- known HTTPConfigurationMethod values
-