ASRFabric Constructors

Definition

Overloads

ASRFabric()

Initializes a new instance of the ASRSite class.

ASRFabric(Fabric)

Initializes a new instance of the ASRSite class.

ASRFabric()

Initializes a new instance of the ASRSite class.

public ASRFabric ();
Public Sub New ()

Applies to

ASRFabric(Fabric)

Initializes a new instance of the ASRSite class.

public ASRFabric (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Fabric fabric);
new Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Fabric -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric
Public Sub New (fabric As Fabric)

Parameters

fabric
Fabric

Fabric object

Applies to