GetReplicationPolicyPlainArgs

data class GetReplicationPolicyPlainArgs(val name: String, val recoveryVaultName: String, val resourceGroupName: String) : ConvertibleToJava<GetReplicationPolicyPlainArgs>

A collection of arguments for invoking getReplicationPolicy.

Constructors

Link copied to clipboard
fun GetReplicationPolicyPlainArgs(name: String, recoveryVaultName: String, resourceGroupName: String)

Functions

Link copied to clipboard
open override fun toJava(): GetReplicationPolicyPlainArgs

Properties

Link copied to clipboard

Specifies the name of the Azure Site Recovery replication policy.

Link copied to clipboard

The name of the Recovery Services Vault that the Azure Site Recovery replication policy is associated witth.

Link copied to clipboard

The name of the resource group in which the associated Azure Site Recovery replication policy resides.