CorsRuleAllowedMethodsItem Classe
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. storage. models. CorsRuleAllowedMethodsItem
- com.
- com.
public final class CorsRuleAllowedMethodsItem
extends ExpandableStringEnum<CorsRuleAllowedMethodsItem>
Définit des valeurs pour CorsRuleAllowedMethodsItem.
Récapitulatif du champ
Modificateur et type | Champ et description |
---|---|
static final
Cors |
CONNECT
Valeur statique CONNECT for Cors |
static final
Cors |
DELETE
Valeur statique DELETE pour Cors |
static final
Cors |
GET
Valeur statique GET pour Cors |
static final
Cors |
HEAD
Valeur statique HEAD pour l’élément Méthodes |
static final
Cors |
MERGE
Valeur statique MERGE pour Cors |
static final
Cors |
OPTIONS
Valeur statique OPTIONS pour l’élément Méthodes |
static final
Cors |
PATCH
Valeur statique PATCH pour Cors |
static final
Cors |
POST
Valeur statique POST pour Cors |
static final
Cors |
PUT
Valeur statique PUT pour Cors |
static final
Cors |
TRACE
Valeur statique TRACE pour Cors |
Récapitulatif du constructeur
Constructeur | Description |
---|---|
CorsRuleAllowedMethodsItem() |
Déprécié
Utilisez la fromString(String name) méthode factory.
Crée une instance de la valeur Élément de méthodes |
Résumé de la méthode
Modificateur et type | Méthode et description |
---|---|
static
Cors |
fromString(String name)
Crée ou recherche un élément de méthodes |
static
Collection<Cors |
values()
Obtient les valeurs d’élément d’élément de méthodes |
Méthodes héritées de ExpandableStringEnum
Méthodes héritées de java.lang.Object
Détails du champ
CONNECT
public static final CorsRuleAllowedMethodsItem CONNECT
Valeur statique CONNECT pour CorsRuleAllowedMethodsItem.
DELETE
public static final CorsRuleAllowedMethodsItem DELETE
Valeur statique DELETE pour CorsRuleAllowedMethodsItem.
GET
public static final CorsRuleAllowedMethodsItem GET
Valeur statique GET pour CorsRuleAllowedMethodsItem.
HEAD
public static final CorsRuleAllowedMethodsItem HEAD
La valeur statique HEAD pour CorsRuleAllowedMethodsItem.
MERGE
public static final CorsRuleAllowedMethodsItem MERGE
Valeur statique MERGE pour CorsRuleAllowedMethodsItem.
OPTIONS
public static final CorsRuleAllowedMethodsItem OPTIONS
Valeur statique OPTIONS pour CorsRuleAllowedMethodsItem.
PATCH
public static final CorsRuleAllowedMethodsItem PATCH
Valeur statique PATCH pour CorsRuleAllowedMethodsItem.
POST
public static final CorsRuleAllowedMethodsItem POST
Valeur statique POST pour CorsRuleAllowedMethodsItem.
PUT
public static final CorsRuleAllowedMethodsItem PUT
Valeur statique PUT pour CorsRuleAllowedMethodsItem.
TRACE
public static final CorsRuleAllowedMethodsItem TRACE
Valeur statique TRACE pour CorsRuleAllowedMethodsItem.
Détails du constructeur
CorsRuleAllowedMethodsItem
@Deprecated
public CorsRuleAllowedMethodsItem()
Déprécié
Crée une instance de la valeur CorsRuleAllowedMethodsItem.
Détails de la méthode
fromString
public static CorsRuleAllowedMethodsItem fromString(String name)
Crée ou recherche un CorsRuleAllowedMethodsItem à partir de sa représentation sous chaîne.
Parameters:
Returns:
values
public static Collection
Obtient les valeurs CorsRuleAllowedMethodsItem connues.
Returns:
S’applique à
Azure SDK for Java