Share via


A2AUnprotectedDiskDetails Constructors

Definition

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

diskLunId
Nullable<Int32>

The source lun Id for the data disk.

diskAutoProtectionStatus
String

A value indicating whether the disk auto protection is enabled. Possible values include: 'Disabled', 'Enabled'

Applies to