Class TrafficManager
java.lang.Object
com.azure.resourcemanager.resources.fluentcore.arm.Manager<TrafficManagerManagementClient>
com.azure.resourcemanager.trafficmanager.TrafficManager
- All Implemented Interfaces:
HasServiceClient<TrafficManagerManagementClient>
Entry point to Azure traffic manager management.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe interface allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionstatic TrafficManagerauthenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of TrafficManager that exposes traffic manager management API entry points.static TrafficManagerauthenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of TrafficManager that exposes traffic manager management API entry points.static TrafficManager.ConfigurableGet a Configurable instance that can be used to createTrafficManagerwith optional configuration.profiles()Methods inherited from class com.azure.resourcemanager.resources.fluentcore.arm.Manager
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManager
-
Method Details
-
configure
Get a Configurable instance that can be used to createTrafficManagerwith optional configuration.- Returns:
- the instance allowing configurations
-
authenticate
public static TrafficManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of TrafficManager that exposes traffic manager management API entry points.- Parameters:
credential- the credentials to useprofile- the profile to use- Returns:
- the TrafficManager
-
authenticate
public static TrafficManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of TrafficManager that exposes traffic manager management API entry points.- Parameters:
httpPipeline- theHttpPipelineconfigured with Azure authentication credential.profile- the profile to use- Returns:
- the TrafficManager
-
profiles
- Returns:
- entry point to traffic manager profile management
-