Aracılığıyla paylaş


ProtectionContainerProperties Constructors

Definition

Overloads

ProtectionContainerProperties()

Initializes a new instance of the ProtectionContainerProperties class.

ProtectionContainerProperties(String, String, String, Nullable<Int32>, String, String, ProtectionContainerFabricSpecificDetails)

Initializes a new instance of the ProtectionContainerProperties class.

ProtectionContainerProperties()

Initializes a new instance of the ProtectionContainerProperties class.

public ProtectionContainerProperties ();
Public Sub New ()

Applies to

ProtectionContainerProperties(String, String, String, Nullable<Int32>, String, String, ProtectionContainerFabricSpecificDetails)

Initializes a new instance of the ProtectionContainerProperties class.

public ProtectionContainerProperties (string fabricFriendlyName = default, string friendlyName = default, string fabricType = default, int? protectedItemCount = default, string pairingStatus = default, string role = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainerFabricSpecificDetails fabricSpecificDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainerProperties : string * string * string * Nullable<int> * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainerFabricSpecificDetails -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainerProperties
Public Sub New (Optional fabricFriendlyName As String = Nothing, Optional friendlyName As String = Nothing, Optional fabricType As String = Nothing, Optional protectedItemCount As Nullable(Of Integer) = Nothing, Optional pairingStatus As String = Nothing, Optional role As String = Nothing, Optional fabricSpecificDetails As ProtectionContainerFabricSpecificDetails = Nothing)

Parameters

fabricFriendlyName
String

Fabric friendly name.

friendlyName
String

The name.

fabricType
String

The fabric type.

protectedItemCount
Nullable<Int32>

Number of protected PEs.

pairingStatus
String

The pairing status of this cloud.

role
String

The role of this cloud.

fabricSpecificDetails
ProtectionContainerFabricSpecificDetails

Fabric specific details.

Applies to