Delen via


FabricProperties Constructors

Definition

Overloads

FabricProperties()

Initializes a new instance of the FabricProperties class.

FabricProperties(String, EncryptionDetails, EncryptionDetails, String, String, FabricSpecificDetails, IList<HealthError>, String)

Initializes a new instance of the FabricProperties class.

FabricProperties()

Initializes a new instance of the FabricProperties class.

public FabricProperties ();
Public Sub New ()

Applies to

FabricProperties(String, EncryptionDetails, EncryptionDetails, String, String, FabricSpecificDetails, IList<HealthError>, String)

Initializes a new instance of the FabricProperties class.

public FabricProperties (string friendlyName = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EncryptionDetails encryptionDetails = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EncryptionDetails rolloverEncryptionDetails = default, string internalIdentifier = default, string bcdrState = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FabricSpecificDetails customDetails = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> healthErrorDetails = default, string health = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FabricProperties : string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EncryptionDetails * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EncryptionDetails * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FabricSpecificDetails * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FabricProperties
Public Sub New (Optional friendlyName As String = Nothing, Optional encryptionDetails As EncryptionDetails = Nothing, Optional rolloverEncryptionDetails As EncryptionDetails = Nothing, Optional internalIdentifier As String = Nothing, Optional bcdrState As String = Nothing, Optional customDetails As FabricSpecificDetails = Nothing, Optional healthErrorDetails As IList(Of HealthError) = Nothing, Optional health As String = Nothing)

Parameters

friendlyName
String

Friendly name of the fabric.

encryptionDetails
EncryptionDetails

Encryption details for the fabric.

rolloverEncryptionDetails
EncryptionDetails

Rollover encryption details for the fabric.

internalIdentifier
String

Dra Registration Id.

bcdrState
String

BCDR state of the fabric.

customDetails
FabricSpecificDetails

Fabric specific settings.

healthErrorDetails
IList<HealthError>

Fabric health error details.

health
String

Health of fabric.

Applies to