Partager via


ApplicationGatewaySkuName Classe

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.network.ApplicationGatewaySkuName

public final class ApplicationGatewaySkuName
extends com.microsoft.rest.ExpandableStringEnum<ApplicationGatewaySkuName>

Définit des valeurs pour ApplicationGatewaySkuName.

Récapitulatif du champ

Modificateur et type Champ et description
static final ApplicationGatewaySkuName STANDARD_LARGE

Valeur statique Standard_Large nom de la référence SKUApplicationGateway.

static final ApplicationGatewaySkuName STANDARD_MEDIUM

Valeur statique Standard_Medium pour le nom de la référence SKUApplicationGateway.

static final ApplicationGatewaySkuName STANDARD_SMALL

Valeur statique Standard_Small nom de la référence SKUApplicationGateway.

static final ApplicationGatewaySkuName STANDARD_V2

Valeur statique Standard_v2 nom de la référence SKUApplicationGateway.

static final ApplicationGatewaySkuName WAF_LARGE

Valeur statique WAF_Large nom de la référence SKUApplicationGateway.

static final ApplicationGatewaySkuName WAF_MEDIUM

Valeur statique WAF_Medium nom de la référence SKUApplicationGateway.

static final ApplicationGatewaySkuName WAF_V2

Valeur statique WAF_v2 nom de la référence SKUApplicationGateway.

Récapitulatif du constructeur

Constructeur Description
ApplicationGatewaySkuName()

Résumé de la méthode

Modificateur et type Méthode et description
static ApplicationGatewaySkuName fromString(String name)

Crée ou recherche un nom de référence SKUApplicationGatewayà partir de sa représentation sous forme de chaîne.

static java.util.Collection<ApplicationGatewaySkuName> values()

Méthodes héritées de com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Méthodes héritées de java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Détails du champ

STANDARD_LARGE

public static final ApplicationGatewaySkuName STANDARD_LARGE

Valeur statique Standard_Large pour ApplicationGatewaySkuName.

STANDARD_MEDIUM

public static final ApplicationGatewaySkuName STANDARD_MEDIUM

Valeur statique Standard_Medium pour ApplicationGatewaySkuName.

STANDARD_SMALL

public static final ApplicationGatewaySkuName STANDARD_SMALL

Valeur statique Standard_Small pour ApplicationGatewaySkuName.

STANDARD_V2

public static final ApplicationGatewaySkuName STANDARD_V2

Valeur statique Standard_v2 pour ApplicationGatewaySkuName.

WAF_LARGE

public static final ApplicationGatewaySkuName WAF_LARGE

Valeur statique WAF_Large pour ApplicationGatewaySkuName.

WAF_MEDIUM

public static final ApplicationGatewaySkuName WAF_MEDIUM

Valeur statique WAF_Medium pour ApplicationGatewaySkuName.

WAF_V2

public static final ApplicationGatewaySkuName WAF_V2

Valeur statique WAF_v2 pour ApplicationGatewaySkuName.

Détails du constructeur

ApplicationGatewaySkuName

public ApplicationGatewaySkuName()

Détails de la méthode

fromString

public static ApplicationGatewaySkuName fromString(String name)

Crée ou recherche un ApplicationGatewaySkuName à partir de sa représentation sous forme de chaîne.

Parameters:

name - un nom à rechercher

Returns:

ApplicationGatewaySkuName correspondant

values

public static Collection values()

Returns:

valeurs ApplicationGatewaySkuName connues

S’applique à