A2AAddDisksInput Class
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.
A2A add disk(s) input.
[Newtonsoft.Json.JsonObject("A2A")]
public class A2AAddDisksInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddDisksProviderSpecificInput
[<Newtonsoft.Json.JsonObject("A2A")>]
type A2AAddDisksInput = class
inherit AddDisksProviderSpecificInput
Public Class A2AAddDisksInput
Inherits AddDisksProviderSpecificInput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
A2AAddDisksInput() |
Initializes a new instance of the A2AAddDisksInput class. |
A2AAddDisksInput(IList<A2AVmDiskInputDetails>, IList<A2AVmManagedDiskInputDetails>) |
Initializes a new instance of the A2AAddDisksInput class. |
Properties
VMDisks |
Gets or sets the list of vm disk details. |
VMManagedDisks |
Gets or sets the list of vm managed disk details. |