Delen via


A2AAddDisksInput Class

Definition

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.

Applies to