A2ARemoveDisksInput 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
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)