GetFabricPlainArgs

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

A collection of arguments for invoking getFabric.

Constructors

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

Properties

Link copied to clipboard

Specifies the name of the Site Recovery Replication Fabric.

Link copied to clipboard

The name of the Recovery Services Vault that the Site Recovery Replication Fabric is associated witth.

Link copied to clipboard

The name of the resource group in which the associated Recovery Services Vault resides.

Functions

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