get Replication Fabric
suspend fun getReplicationFabric(argument: GetReplicationFabricPlainArgs): GetReplicationFabricResult
Gets the details of an Azure Site Recovery fabric. API Version: 2018-07-10.
Return
Fabric definition.
Parameters
argument
null
suspend fun getReplicationFabric(fabricName: String, resourceGroupName: String, resourceName: String): GetReplicationFabricResult
Return
Fabric definition.
Parameters
fabric Name
Fabric 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 getReplicationFabric(argument: suspend GetReplicationFabricPlainArgsBuilder.() -> Unit): GetReplicationFabricResult
Return
Fabric definition.
Parameters
argument
Builder for com.pulumi.azurenative.recoveryservices.kotlin.inputs.GetReplicationFabricPlainArgs.