Class TrafficControllerManager

java.lang.Object
com.azure.resourcemanager.servicenetworking.TrafficControllerManager

public final class TrafficControllerManager extends Object
Entry point to TrafficControllerManager. Traffic Controller Provider management API.
  • Method Details

    • authenticate

      public static TrafficControllerManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of TrafficController service API entry point.
      Parameters:
      credential - the credential to use.
      profile - the Azure profile for client.
      Returns:
      the TrafficController service API instance.
    • authenticate

      public static TrafficControllerManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of TrafficController service API entry point.
      Parameters:
      httpPipeline - the HttpPipeline configured with Azure authentication credential.
      profile - the Azure profile for client.
      Returns:
      the TrafficController service API instance.
    • configure

      public static TrafficControllerManager.Configurable configure()
      Gets a Configurable instance that can be used to create TrafficControllerManager with optional configuration.
      Returns:
      the Configurable instance allowing configurations.
    • operations

      public Operations operations()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • trafficControllerInterfaces

      public TrafficControllerInterfaces trafficControllerInterfaces()
      Gets the resource collection API of TrafficControllerInterfaces. It manages TrafficController.
      Returns:
      Resource collection API of TrafficControllerInterfaces.
    • associationsInterfaces

      public AssociationsInterfaces associationsInterfaces()
      Gets the resource collection API of AssociationsInterfaces. It manages Association.
      Returns:
      Resource collection API of AssociationsInterfaces.
    • frontendsInterfaces

      public FrontendsInterfaces frontendsInterfaces()
      Gets the resource collection API of FrontendsInterfaces. It manages Frontend.
      Returns:
      Resource collection API of FrontendsInterfaces.
    • serviceClient

      public TrafficControllerManagementClient serviceClient()
      Returns:
      Wrapped service client TrafficControllerManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.