get Replication Migration Item
suspend fun getReplicationMigrationItem(argument: GetReplicationMigrationItemPlainArgs): GetReplicationMigrationItemResult
Migration item. Azure REST API version: 2023-04-01. Other available API versions: 2023-06-01.
Return
Migration item.
Parameters
argument
null
suspend fun getReplicationMigrationItem(fabricName: String, migrationItemName: String, protectionContainerName: String, resourceGroupName: String, resourceName: String): GetReplicationMigrationItemResult
Return
Migration item.
See also
Parameters
fabric Name
Fabric unique name.
migration Item Name
Migration item name.
protection Container Name
Protection container name.
resource Group Name
The name of the resource group where the recovery services vault is present.
resource Name
The name of the recovery services vault.
suspend fun getReplicationMigrationItem(argument: suspend GetReplicationMigrationItemPlainArgsBuilder.() -> Unit): GetReplicationMigrationItemResult
Return
Migration item.
See also
Parameters
argument
Builder for com.pulumi.azurenative.recoveryservices.kotlin.inputs.GetReplicationMigrationItemPlainArgs.