Class StorageMoverManager

java.lang.Object
com.azure.resourcemanager.storagemover.StorageMoverManager

public final class StorageMoverManager extends Object
Entry point to StorageMoverManager. The Azure Storage Mover REST API.
  • Method Details

    • authenticate

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

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

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

      public StorageMovers storageMovers()
      Gets the resource collection API of StorageMovers. It manages StorageMover.
      Returns:
      Resource collection API of StorageMovers.
    • agents

      public Agents agents()
      Gets the resource collection API of Agents. It manages Agent.
      Returns:
      Resource collection API of Agents.
    • endpoints

      public Endpoints endpoints()
      Gets the resource collection API of Endpoints. It manages Endpoint.
      Returns:
      Resource collection API of Endpoints.
    • projects

      public Projects projects()
      Gets the resource collection API of Projects. It manages Project.
      Returns:
      Resource collection API of Projects.
    • jobDefinitions

      public JobDefinitions jobDefinitions()
      Gets the resource collection API of JobDefinitions. It manages JobDefinition.
      Returns:
      Resource collection API of JobDefinitions.
    • jobRuns

      public JobRuns jobRuns()
      Gets the resource collection API of JobRuns.
      Returns:
      Resource collection API of JobRuns.
    • serviceClient

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