TrafficRoutingMethod Klasse
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. trafficmanager. TrafficRoutingMethod
- com.
- com.
public final class TrafficRoutingMethod
extends com.microsoft.rest.ExpandableStringEnum<TrafficRoutingMethod>
Definiert Werte für TrafficRoutingMethod.
Feldzusammenfassung
Modifizierer und Typ | Feld und Beschreibung |
---|---|
static final
Traffic |
GEOGRAPHIC
Statischer Wert "Geographic" für die Datenverkehrsroutingmethode |
static final
Traffic |
MULTI_VALUE
Statischer Wert multi |
static final
Traffic |
PERFORMANCE
Statischer Wert Leistung für die Datenverkehrsroutingmethode |
static final
Traffic |
PRIORITY
Statischer Wert Priorität für die Datenverkehrsroutingmethode |
static final
Traffic |
SUBNET
Statisches Wertsubnetz für die Datenverkehrsroutingmethode |
static final
Traffic |
WEIGHTED
Statischer Wert Gewichtet für die Datenverkehrsroutingmethode |
Zusammenfassung zum Konstruktor
Konstruktor | Beschreibung | |
---|---|---|
TrafficRoutingMethod() |
Methodenzusammenfassung
Modifizierer und Typ | Methode und Beschreibung |
---|---|
static
Traffic |
fromString(String name)
Erstellt oder findet eine Traffic |
static
java.util.Collection<Traffic |
values() |
Geerbte Methoden von com.microsoft.rest.ExpandableStringEnum
Geerbte Methoden von java.lang.Object
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:
Returns:
values
public static Collection
Returns:
Gilt für:
Azure SDK for Java