A2ARemoveDisksInput Constructors

Definition

Overloads

A2ARemoveDisksInput()

Initializes a new instance of the A2ARemoveDisksInput class.

A2ARemoveDisksInput(IList<String>, IList<String>)

Initializes a new instance of the A2ARemoveDisksInput class.

A2ARemoveDisksInput()

Initializes a new instance of the A2ARemoveDisksInput class.

public A2ARemoveDisksInput ();
Public Sub New ()

Applies to

A2ARemoveDisksInput(IList<String>, IList<String>)

Initializes a new instance of the A2ARemoveDisksInput class.

public A2ARemoveDisksInput (System.Collections.Generic.IList<string> vmDisksUris = default, System.Collections.Generic.IList<string> vmManagedDisksIds = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2ARemoveDisksInput : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2ARemoveDisksInput
Public Sub New (Optional vmDisksUris As IList(Of String) = Nothing, Optional vmManagedDisksIds As IList(Of String) = Nothing)

Parameters

vmDisksUris
IList<String>

The list of vm disk vhd URIs.

vmManagedDisksIds
IList<String>

The list of vm managed disk Ids.

Applies to