Partager via


EffectiveRouteSource Classe

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

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

Définit des valeurs pour EffectiveRouteSource.

Récapitulatif du champ

Modificateur et type Champ et description
static final EffectiveRouteSource DEFAULT

Valeur statique Par défaut pour la source d’itinéraireeffective.

static final EffectiveRouteSource UNKNOWN

Valeur statique Inconnue pour la source de routeeffective.

static final EffectiveRouteSource USER

Valeur statique User for EffectiveRouteSource.

static final EffectiveRouteSource VIRTUAL_NETWORK_GATEWAY

Valeur statique Passerelle de réseauvirtuelpour la source de routageeffective.

Récapitulatif du constructeur

Constructeur Description
EffectiveRouteSource()

Résumé de la méthode

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

Crée ou recherche une source de routageeffectiveà partir de sa représentation sous forme de chaîne.

static java.util.Collection<EffectiveRouteSource> 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

DEFAULT

public static final EffectiveRouteSource DEFAULT

Valeur statique Par défaut pour EffectiveRouteSource.

UNKNOWN

public static final EffectiveRouteSource UNKNOWN

Valeur statique Inconnue pour EffectiveRouteSource.

USER

public static final EffectiveRouteSource USER

Valeur statique User pour EffectiveRouteSource.

VIRTUAL_NETWORK_GATEWAY

public static final EffectiveRouteSource VIRTUAL_NETWORK_GATEWAY

Valeur statique VirtualNetworkGateway pour EffectiveRouteSource.

Détails du constructeur

EffectiveRouteSource

public EffectiveRouteSource()

Détails de la méthode

fromString

public static EffectiveRouteSource fromString(String name)

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

Parameters:

name - nom à rechercher

Returns:

EffectiveRouteSource correspondant

values

public static Collection values()

Returns:

valeurs EffectiveRouteSource connues

S’applique à