A2AUnprotectedDiskDetails 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
A2AUnprotectedDiskDetails() |
Initializes a new instance of the A2AUnprotectedDiskDetails class. |
A2AUnprotectedDiskDetails(Nullable<Int32>, String) |
Initializes a new instance of the A2AUnprotectedDiskDetails class. |
A2AUnprotectedDiskDetails()
Initializes a new instance of the A2AUnprotectedDiskDetails class.
public A2AUnprotectedDiskDetails ();
Public Sub New ()
Applies to
A2AUnprotectedDiskDetails(Nullable<Int32>, String)
Initializes a new instance of the A2AUnprotectedDiskDetails class.
public A2AUnprotectedDiskDetails (int? diskLunId = default, string diskAutoProtectionStatus = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AUnprotectedDiskDetails : Nullable<int> * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AUnprotectedDiskDetails
Public Sub New (Optional diskLunId As Nullable(Of Integer) = Nothing, Optional diskAutoProtectionStatus As String = Nothing)
Parameters
- diskAutoProtectionStatus
- String
A value indicating whether the disk auto protection is enabled. Possible values include: 'Disabled', 'Enabled'