get Replication Protection Cluster
suspend fun getReplicationProtectionCluster(argument: GetReplicationProtectionClusterPlainArgs): GetReplicationProtectionClusterResult
Gets the details of an ASR replication protection cluster. Uses Azure REST API version 2024-02-01. Other available API versions: 2024-04-01, 2024-10-01.
Return
Replication protection Cluster.
Parameters
argument
null
suspend fun getReplicationProtectionCluster(fabricName: String, protectionContainerName: String, replicationProtectionClusterName: String, resourceGroupName: String, resourceName: String): GetReplicationProtectionClusterResult
Return
Replication protection Cluster.
Parameters
fabric Name
Fabric name.
protection Container Name
Protection container name.
replication Protection Cluster Name
Replication protection cluster 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.
See also
suspend fun getReplicationProtectionCluster(argument: suspend GetReplicationProtectionClusterPlainArgsBuilder.() -> Unit): GetReplicationProtectionClusterResult
Return
Replication protection Cluster.
Parameters
argument
Builder for com.pulumi.azurenative.recoveryservices.kotlin.inputs.GetReplicationProtectionClusterPlainArgs.