Class CorsRuleAllowedMethodsItem
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CorsRuleAllowedMethodsItem>
com.azure.resourcemanager.storage.models.CorsRuleAllowedMethodsItem
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class CorsRuleAllowedMethodsItem
extends com.azure.core.util.ExpandableStringEnum<CorsRuleAllowedMethodsItem>
Defines values for CorsRuleAllowedMethodsItem.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CorsRuleAllowedMethodsItemStatic value CONNECT for CorsRuleAllowedMethodsItem.static final CorsRuleAllowedMethodsItemStatic value DELETE for CorsRuleAllowedMethodsItem.static final CorsRuleAllowedMethodsItemStatic value GET for CorsRuleAllowedMethodsItem.static final CorsRuleAllowedMethodsItemStatic value HEAD for CorsRuleAllowedMethodsItem.static final CorsRuleAllowedMethodsItemStatic value MERGE for CorsRuleAllowedMethodsItem.static final CorsRuleAllowedMethodsItemStatic value OPTIONS for CorsRuleAllowedMethodsItem.static final CorsRuleAllowedMethodsItemStatic value PATCH for CorsRuleAllowedMethodsItem.static final CorsRuleAllowedMethodsItemStatic value POST for CorsRuleAllowedMethodsItem.static final CorsRuleAllowedMethodsItemStatic value PUT for CorsRuleAllowedMethodsItem.static final CorsRuleAllowedMethodsItemStatic value TRACE for CorsRuleAllowedMethodsItem. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CorsRuleAllowedMethodsItemfromString(String name) Creates or finds a CorsRuleAllowedMethodsItem from its string representation.static Collection<CorsRuleAllowedMethodsItem>values()Gets known CorsRuleAllowedMethodsItem values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
DELETE
Static value DELETE for CorsRuleAllowedMethodsItem. -
GET
Static value GET for CorsRuleAllowedMethodsItem. -
HEAD
Static value HEAD for CorsRuleAllowedMethodsItem. -
MERGE
Static value MERGE for CorsRuleAllowedMethodsItem. -
POST
Static value POST for CorsRuleAllowedMethodsItem. -
OPTIONS
Static value OPTIONS for CorsRuleAllowedMethodsItem. -
PUT
Static value PUT for CorsRuleAllowedMethodsItem. -
PATCH
Static value PATCH for CorsRuleAllowedMethodsItem. -
CONNECT
Static value CONNECT for CorsRuleAllowedMethodsItem. -
TRACE
Static value TRACE for CorsRuleAllowedMethodsItem.
-
-
Constructor Details
-
CorsRuleAllowedMethodsItem
Deprecated.Use thefromString(String)factory method.Creates a new instance of CorsRuleAllowedMethodsItem value.
-
-
Method Details
-
fromString
Creates or finds a CorsRuleAllowedMethodsItem from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding CorsRuleAllowedMethodsItem.
-
values
Gets known CorsRuleAllowedMethodsItem values.- Returns:
- known CorsRuleAllowedMethodsItem values.
-
fromString(String)factory method.