get Storage Mover
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.
Return
The Storage Mover resource, which is a container for a group of Agents, Projects, and Endpoints.
Parameters
argument
null
suspend fun getStorageMover(resourceGroupName: String, storageMoverName: String): GetStorageMoverResult
Return
The Storage Mover resource, which is a container for a group of Agents, Projects, and Endpoints.
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
storage Mover Name
The name of the Storage Mover resource.
See also
suspend fun getStorageMover(argument: suspend GetStorageMoverPlainArgsBuilder.() -> Unit): GetStorageMoverResult
Return
The Storage Mover resource, which is a container for a group of Agents, Projects, and Endpoints.
Parameters
argument
Builder for com.pulumi.azurenative.storagemover.kotlin.inputs.GetStorageMoverPlainArgs.