Storagemover Functions
object StoragemoverFunctions
Functions
Link copied to clipboard
Gets an Agent resource. Uses Azure REST API version 2023-03-01. Other available API versions: 2023-07-01-preview, 2023-10-01, 2024-07-01.
suspend fun getAgent(agentName: String, resourceGroupName: String, storageMoverName: String): GetAgentResult
Link copied to clipboard
Gets an Endpoint resource. Uses Azure REST API version 2023-03-01. Other available API versions: 2023-07-01-preview, 2023-10-01, 2024-07-01.
suspend fun getEndpoint(argument: suspend GetEndpointPlainArgsBuilder.() -> Unit): GetEndpointResult
suspend fun getEndpoint(endpointName: String, resourceGroupName: String, storageMoverName: String): GetEndpointResult
Link copied to clipboard
Gets a Job Definition resource. Uses Azure REST API version 2023-03-01. Other available API versions: 2023-07-01-preview, 2023-10-01, 2024-07-01.
suspend fun getJobDefinition(argument: suspend GetJobDefinitionPlainArgsBuilder.() -> Unit): GetJobDefinitionResult
suspend fun getJobDefinition(jobDefinitionName: String, projectName: String, resourceGroupName: String, storageMoverName: String): GetJobDefinitionResult
Link copied to clipboard
Gets a Project resource. Uses Azure REST API version 2023-03-01. Other available API versions: 2023-07-01-preview, 2023-10-01, 2024-07-01.
suspend fun getProject(projectName: String, resourceGroupName: String, storageMoverName: String): GetProjectResult
Link copied to clipboard
Gets a Storage Mover resource. Uses Azure REST API version 2023-03-01. Other available API versions: 2023-07-01-preview, 2023-10-01, 2024-07-01.
suspend fun getStorageMover(argument: suspend GetStorageMoverPlainArgsBuilder.() -> Unit): GetStorageMoverResult
suspend fun getStorageMover(resourceGroupName: String, storageMoverName: String): GetStorageMoverResult