Class LoadTestManager

java.lang.Object
com.azure.resourcemanager.loadtestservice.LoadTestManager

public final class LoadTestManager extends Object
Entry point to LoadTestManager. LoadTest client provides access to LoadTest Resource and it's status operations.
  • Method Details

    • authenticate

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

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

      public static LoadTestManager.Configurable configure()
      Gets a Configurable instance that can be used to create LoadTestManager 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.
    • quotas

      public Quotas quotas()
      Gets the resource collection API of Quotas.
      Returns:
      Resource collection API of Quotas.
    • loadTests

      public LoadTests loadTests()
      Gets the resource collection API of LoadTests. It manages LoadTestResource.
      Returns:
      Resource collection API of LoadTests.
    • serviceClient

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