TrafficManager Class
- java.
lang. Object - com.
azure. resourcemanager. resources. fluentcore. arm. Manager<InnerT> - com.
azure. resourcemanager. trafficmanager. TrafficManager
- com.
- com.
public final class TrafficManager
extends Manager<TrafficManagerManagementClient>
Entry point to Azure traffic manager management.
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Traffic |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Traffic |
static
Traffic |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Traffic |
static Configurable |
configure()
Get a Configurable instance that can be used to create TrafficManager with optional configuration. |
Traffic |
profiles() |
Methods inherited from Manager
Methods inherited from java.lang.Object
Method Details
authenticate
public static TrafficManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of TrafficManager that exposes traffic manager management API entry points.
Parameters:
Returns:
authenticate
public static TrafficManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of TrafficManager that exposes traffic manager management API entry points.
Parameters:
Returns:
configure
public static TrafficManager.Configurable configure()
Get a Configurable instance that can be used to create TrafficManager with optional configuration.
Returns:
profiles
public TrafficManagerProfiles profiles()
Returns:
Applies to
Azure SDK for Java