StoragemoverFunctions

Functions

Link copied to clipboard
suspend fun getAgent(argument: GetAgentPlainArgs): GetAgentResult

The Agent resource. API Version: 2022-07-01-preview.

suspend fun getAgent(argument: suspend GetAgentPlainArgsBuilder.() -> Unit): GetAgentResult
suspend fun getAgent(agentName: String, resourceGroupName: String, storageMoverName: String): GetAgentResult
Link copied to clipboard

The Endpoint resource, which contains information about file sources and targets. API Version: 2022-07-01-preview.

suspend fun getEndpoint(argument: suspend GetEndpointPlainArgsBuilder.() -> Unit): GetEndpointResult
suspend fun getEndpoint(endpointName: String, resourceGroupName: String, storageMoverName: String): GetEndpointResult
Link copied to clipboard

The Job Definition resource. API Version: 2022-07-01-preview.

suspend fun getJobDefinition(jobDefinitionName: String, projectName: String, resourceGroupName: String, storageMoverName: String): GetJobDefinitionResult
Link copied to clipboard

The Project resource. API Version: 2022-07-01-preview.

suspend fun getProject(argument: suspend GetProjectPlainArgsBuilder.() -> Unit): GetProjectResult
suspend fun getProject(projectName: String, resourceGroupName: String, storageMoverName: String): GetProjectResult
Link copied to clipboard

The Storage Mover resource, which is a container for a group of Agents, Projects, and Endpoints. API Version: 2022-07-01-preview.

suspend fun getStorageMover(resourceGroupName: String, storageMoverName: String): GetStorageMoverResult