Freigeben über


TrafficRoutingMethod Klasse

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.trafficmanager.TrafficRoutingMethod

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

Definiert Werte für TrafficRoutingMethod.

Feldzusammenfassung

Modifizierer und Typ Feld und Beschreibung
static final TrafficRoutingMethod GEOGRAPHIC

Statischer Wert "Geographic" für die Datenverkehrsroutingmethode.

static final TrafficRoutingMethod MULTI_VALUE

Statischer Wert multivalue for TrafficRoutingMethod.

static final TrafficRoutingMethod PERFORMANCE

Statischer Wert Leistung für die Datenverkehrsroutingmethode.

static final TrafficRoutingMethod PRIORITY

Statischer Wert Priorität für die Datenverkehrsroutingmethode.

static final TrafficRoutingMethod SUBNET

Statisches Wertsubnetz für die Datenverkehrsroutingmethode.

static final TrafficRoutingMethod WEIGHTED

Statischer Wert Gewichtet für die Datenverkehrsroutingmethode.

Zusammenfassung zum Konstruktor

Konstruktor Beschreibung
TrafficRoutingMethod()

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
static TrafficRoutingMethod fromString(String name)

Erstellt oder findet eine TrafficRouting-Methodeaus ihrer Zeichenfolgendarstellung.

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

Geerbte Methoden von 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

Geerbte Methoden von 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

Felddetails

GEOGRAPHIC

public static final TrafficRoutingMethod GEOGRAPHIC

Statischer Wert Geographic für TrafficRoutingMethod.

MULTI_VALUE

public static final TrafficRoutingMethod MULTI_VALUE

Statischer Wert MultiValue für TrafficRoutingMethod.

PERFORMANCE

public static final TrafficRoutingMethod PERFORMANCE

Statischer Wert Leistung für TrafficRoutingMethod.

PRIORITY

public static final TrafficRoutingMethod PRIORITY

Statischer Wert Priority für TrafficRoutingMethod.

SUBNET

public static final TrafficRoutingMethod SUBNET

Statischer Wert Subnet für TrafficRoutingMethod.

WEIGHTED

public static final TrafficRoutingMethod WEIGHTED

Statischer Wert Gewichtet für TrafficRoutingMethod.

Details zum Konstruktor

TrafficRoutingMethod

public TrafficRoutingMethod()

Details zur Methode

fromString

public static TrafficRoutingMethod fromString(String name)

Erstellt oder findet eine TrafficRoutingMethod aus seiner Zeichenfolgendarstellung.

Parameters:

name - einen Namen, nach dem gesucht werden soll

Returns:

die entsprechende TrafficRoutingMethod

values

public static Collection values()

Returns:

bekannte TrafficRoutingMethod-Werte

Gilt für: