你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Traffic |
static
Traffic |
authenticate(TokenCredential credential, 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()
Gets entry point to traffic manager profile management. |
Methods inherited from Manager
Methods inherited from java.lang.Object
Method Details
authenticate
public static TrafficManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of TrafficManager that exposes traffic manager management API entry points.
Parameters:
Returns:
authenticate
public static TrafficManager authenticate(TokenCredential credential, 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()
Gets entry point to traffic manager profile management.
Returns: