getMoveCollection

Gets the move collection. Uses Azure REST API version 2023-08-01. Other available API versions: 2019-10-01-preview, 2021-01-01, 2021-08-01, 2022-08-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native migrate [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Define the move collection.

Parameters

argument

null


suspend fun getMoveCollection(moveCollectionName: String, resourceGroupName: String): GetMoveCollectionResult

Return

Define the move collection.

Parameters

moveCollectionName

The Move Collection Name.

resourceGroupName

The Resource Group Name.

See also


Return

Define the move collection.

Parameters

argument

Builder for com.pulumi.azurenative.migrate.kotlin.inputs.GetMoveCollectionPlainArgs.

See also