Package | Description |
---|---|
com.microsoft.azure.management.trafficmanager |
This package contains the classes for TrafficManagerManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static TrafficRoutingMethod |
TrafficRoutingMethod.GEOGRAPHIC
Static value Geographic for TrafficRoutingMethod.
|
static TrafficRoutingMethod |
TrafficRoutingMethod.MULTI_VALUE
Static value MultiValue for TrafficRoutingMethod.
|
static TrafficRoutingMethod |
TrafficRoutingMethod.PERFORMANCE
Static value Performance for TrafficRoutingMethod.
|
static TrafficRoutingMethod |
TrafficRoutingMethod.PRIORITY
Static value Priority for TrafficRoutingMethod.
|
static TrafficRoutingMethod |
TrafficRoutingMethod.SUBNET
Static value Subnet for TrafficRoutingMethod.
|
static TrafficRoutingMethod |
TrafficRoutingMethod.WEIGHTED
Static value Weighted for TrafficRoutingMethod.
|
Modifier and Type | Method and Description |
---|---|
static TrafficRoutingMethod |
TrafficRoutingMethod.fromString(String name)
Creates or finds a TrafficRoutingMethod from its string representation.
|
TrafficRoutingMethod |
TrafficManagerProfile.trafficRoutingMethod() |
Modifier and Type | Method and Description |
---|---|
static Collection<TrafficRoutingMethod> |
TrafficRoutingMethod.values() |
Modifier and Type | Method and Description |
---|---|
TrafficManagerProfile.DefinitionStages.WithEndpoint |
TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod.withTrafficRoutingMethod(TrafficRoutingMethod routingMethod)
Specify the traffic routing method for the profile.
|
TrafficManagerProfile.Update |
TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod.withTrafficRoutingMethod(TrafficRoutingMethod routingMethod)
Specifies the traffic routing method for the profile.
|
Copyright © 2019. All rights reserved.