GetReplicationFabricPlainArgs

data class GetReplicationFabricPlainArgs(val fabricName: String, val filter: String? = null, val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetReplicationFabricPlainArgs>

Constructors

Link copied to clipboard
constructor(fabricName: String, filter: String? = null, resourceGroupName: String, resourceName: String)

Properties

Link copied to clipboard

Fabric name.

Link copied to clipboard
val filter: String? = null

OData filter options.

Link copied to clipboard

The name of the resource group where the recovery services vault is present.

Link copied to clipboard

The name of the recovery services vault.

Functions

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