public final class CorsRuleAllowedMethodsItem extends com.azure.core.util.ExpandableStringEnum<CorsRuleAllowedMethodsItem>
| Modifier and Type | Field and Description |
|---|---|
static CorsRuleAllowedMethodsItem |
DELETE
Static value DELETE for CorsRuleAllowedMethodsItem.
|
static CorsRuleAllowedMethodsItem |
GET
Static value GET for CorsRuleAllowedMethodsItem.
|
static CorsRuleAllowedMethodsItem |
HEAD
Static value HEAD for CorsRuleAllowedMethodsItem.
|
static CorsRuleAllowedMethodsItem |
MERGE
Static value MERGE for CorsRuleAllowedMethodsItem.
|
static CorsRuleAllowedMethodsItem |
OPTIONS
Static value OPTIONS for CorsRuleAllowedMethodsItem.
|
static CorsRuleAllowedMethodsItem |
POST
Static value POST for CorsRuleAllowedMethodsItem.
|
static CorsRuleAllowedMethodsItem |
PUT
Static value PUT for CorsRuleAllowedMethodsItem.
|
| Constructor and Description |
|---|
CorsRuleAllowedMethodsItem() |
| Modifier and Type | Method and Description |
|---|---|
static CorsRuleAllowedMethodsItem |
fromString(String name)
Creates or finds a CorsRuleAllowedMethodsItem from its string representation.
|
static Collection<CorsRuleAllowedMethodsItem> |
values() |
public static final CorsRuleAllowedMethodsItem DELETE
public static final CorsRuleAllowedMethodsItem GET
public static final CorsRuleAllowedMethodsItem HEAD
public static final CorsRuleAllowedMethodsItem MERGE
public static final CorsRuleAllowedMethodsItem POST
public static final CorsRuleAllowedMethodsItem OPTIONS
public static final CorsRuleAllowedMethodsItem PUT
public static CorsRuleAllowedMethodsItem fromString(String name)
name - a name to look for.public static Collection<CorsRuleAllowedMethodsItem> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.