Class StorageMoverManager
java.lang.Object
com.azure.resourcemanager.storagemover.StorageMoverManager
Entry point to StorageMoverManager.
The Azure Storage Mover REST API.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe Configurable allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionagents()Gets the resource collection API of Agents.static StorageMoverManagerauthenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Storage Mover service API entry point.static StorageMoverManagerauthenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Storage Mover service API entry point.Gets a Configurable instance that can be used to create StorageMoverManager with optional configuration.Gets the resource collection API of Endpoints.Gets the resource collection API of JobDefinitions.jobRuns()Gets the resource collection API of JobRuns.Gets the resource collection API of Operations.projects()Gets the resource collection API of Projects.Gets wrapped service client StorageMoverManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.Gets the resource collection API of StorageMovers.
-
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- theHttpPipelineconfigured with Azure authentication credential.profile- the Azure profile for client.- Returns:
- the Storage Mover service API instance.
-
configure
Gets a Configurable instance that can be used to create StorageMoverManager with optional configuration.- Returns:
- the Configurable instance allowing configurations.
-
operations
Gets the resource collection API of Operations.- Returns:
- Resource collection API of Operations.
-
storageMovers
Gets the resource collection API of StorageMovers. It manages StorageMover.- Returns:
- Resource collection API of StorageMovers.
-
agents
Gets the resource collection API of Agents. It manages Agent.- Returns:
- Resource collection API of Agents.
-
endpoints
Gets the resource collection API of Endpoints. It manages Endpoint.- Returns:
- Resource collection API of Endpoints.
-
projects
Gets the resource collection API of Projects. It manages Project.- Returns:
- Resource collection API of Projects.
-
jobDefinitions
Gets the resource collection API of JobDefinitions. It manages JobDefinition.- Returns:
- Resource collection API of JobDefinitions.
-
jobRuns
Gets the resource collection API of JobRuns.- Returns:
- Resource collection API of JobRuns.
-
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.
-