get Replication Fabric
suspend fun getReplicationFabric(argument: GetReplicationFabricPlainArgs): GetReplicationFabricResult
Gets the details of an Azure Site Recovery fabric. Uses Azure REST API version 2024-10-01. Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native recoveryservices [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
Fabric definition.
Parameters
argument
null
suspend fun getReplicationFabric(fabricName: String, filter: String? = null, resourceGroupName: String, resourceName: String): GetReplicationFabricResult
Return
Fabric definition.
Parameters
fabric Name
Fabric name.
filter
OData filter options.
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.