Delen via


A2ARemoveDisksInput Class

Definition

A2A remove disk(s) input.

[Newtonsoft.Json.JsonObject("A2A")]
public class A2ARemoveDisksInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RemoveDisksProviderSpecificInput
[<Newtonsoft.Json.JsonObject("A2A")>]
type A2ARemoveDisksInput = class
    inherit RemoveDisksProviderSpecificInput
Public Class A2ARemoveDisksInput
Inherits RemoveDisksProviderSpecificInput
Inheritance
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

A2ARemoveDisksInput()

Initializes a new instance of the A2ARemoveDisksInput class.

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

Initializes a new instance of the A2ARemoveDisksInput class.

Properties

VMDisksUris

Gets or sets the list of vm disk vhd URIs.

VMManagedDisksIds

Gets or sets the list of vm managed disk Ids.

Applies to