Class LoadTestManager


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

      • 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.
      • 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()
        Returns:
        Resource collection API of Operations.
      • loadTests

        public LoadTests loadTests()
        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.