Siterecovery Functions
object SiterecoveryFunctions
Functions
Link copied to clipboard
Use this data source to access information about an existing Site Recovery Replication Fabric.
suspend fun getFabric(name: String, recoveryVaultName: String, resourceGroupName: String): GetFabricResult
Link copied to clipboard
suspend fun getProtectionContainer(argument: GetProtectionContainerPlainArgs): GetProtectionContainerResult
Use this data source to access information about an existing site recovery services protection container.
suspend fun getProtectionContainer(argument: suspend GetProtectionContainerPlainArgsBuilder.() -> Unit): GetProtectionContainerResult
suspend fun getProtectionContainer(name: String, recoveryFabricName: String, recoveryVaultName: String, resourceGroupName: String): GetProtectionContainerResult
Link copied to clipboard
suspend fun getReplicationPolicy(argument: GetReplicationPolicyPlainArgs): GetReplicationPolicyResult
Use this data source to access information about an existing Azure Site Recovery replication policy.
suspend fun getReplicationPolicy(argument: suspend GetReplicationPolicyPlainArgsBuilder.() -> Unit): GetReplicationPolicyResult
suspend fun getReplicationPolicy(name: String, recoveryVaultName: String, resourceGroupName: String): GetReplicationPolicyResult
Link copied to clipboard
suspend fun getReplicationRecoveryPlan(argument: GetReplicationRecoveryPlanPlainArgs): GetReplicationRecoveryPlanResult
Get information about an Azure Site Recovery Plan within a Recovery Services vault. A recovery plan gathers machines into recovery groups for the purpose of failover.
suspend fun getReplicationRecoveryPlan(argument: suspend GetReplicationRecoveryPlanPlainArgsBuilder.() -> Unit): GetReplicationRecoveryPlanResult
suspend fun getReplicationRecoveryPlan(name: String, recoveryVaultId: String): GetReplicationRecoveryPlanResult