Fabric Constructors

Definition

Overloads

Fabric()

Initializes a new instance of the Fabric class.

Fabric(String, String, String, String, FabricProperties)

Initializes a new instance of the Fabric class.

Fabric()

Initializes a new instance of the Fabric class.

public Fabric ();
Public Sub New ()

Applies to

Fabric(String, String, String, String, FabricProperties)

Initializes a new instance of the Fabric class.

public Fabric (string id = default, string name = default, string type = default, string location = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FabricProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Fabric : string * string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FabricProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Fabric
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional properties As FabricProperties = Nothing)

Parameters

id
String

Resource Id

name
String

Resource Name

type
String

Resource Type

location
String

Resource Location

properties
FabricProperties

Fabric related data.

Applies to