Storagemover Functions
object StoragemoverFunctions
Functions
Link copied to clipboard
The Agent resource. API Version: 2022-07-01-preview.
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(argument: suspend GetJobDefinitionPlainArgsBuilder.() -> Unit): GetJobDefinitionResult
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(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(argument: suspend GetStorageMoverPlainArgsBuilder.() -> Unit): GetStorageMoverResult
suspend fun getStorageMover(resourceGroupName: String, storageMoverName: String): GetStorageMoverResult