get Move Collection
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
move Collection Name
The Move Collection Name.
resource Group Name
The Resource Group Name.
See also
suspend fun getMoveCollection(argument: suspend GetMoveCollectionPlainArgsBuilder.() -> Unit): GetMoveCollectionResult
Return
Define the move collection.
Parameters
argument
Builder for com.pulumi.azurenative.migrate.kotlin.inputs.GetMoveCollectionPlainArgs.