ProtectionContainerProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- pairingStatus
- String
The pairing status of this cloud.
- role
- String
The role of this cloud.
- fabricSpecificDetails
- ProtectionContainerFabricSpecificDetails
Fabric specific details.