Delen via


A2AAddDisksInput Constructors

Definition

Overloads

A2AAddDisksInput()

Initializes a new instance of the A2AAddDisksInput class.

A2AAddDisksInput(IList<A2AVmDiskInputDetails>, IList<A2AVmManagedDiskInputDetails>)

Initializes a new instance of the A2AAddDisksInput class.

A2AAddDisksInput()

Initializes a new instance of the A2AAddDisksInput class.

public A2AAddDisksInput ();
Public Sub New ()

Applies to

A2AAddDisksInput(IList<A2AVmDiskInputDetails>, IList<A2AVmManagedDiskInputDetails>)

Initializes a new instance of the A2AAddDisksInput class.

public A2AAddDisksInput (System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AVmDiskInputDetails> vmDisks = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AVmManagedDiskInputDetails> vmManagedDisks = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AAddDisksInput : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AVmDiskInputDetails> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AVmManagedDiskInputDetails> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AAddDisksInput
Public Sub New (Optional vmDisks As IList(Of A2AVmDiskInputDetails) = Nothing, Optional vmManagedDisks As IList(Of A2AVmManagedDiskInputDetails) = Nothing)

Parameters

vmDisks
IList<A2AVmDiskInputDetails>

The list of vm disk details.

vmManagedDisks
IList<A2AVmManagedDiskInputDetails>

The list of vm managed disk details.

Applies to