Package version:

A2A remove disk(s) input.

interface A2ARemoveDisksInput {
    instanceType: "A2A";
    vmDisksUris?: string[];
    vmManagedDisksIds?: string[];
}

Hierarchy (view full)

Properties

instanceType

Polymorphic discriminator, which specifies the different types this object can be

vmDisksUris?: string[]

The list of vm disk vhd URIs.

vmManagedDisksIds?: string[]

The list of vm managed disk Ids.