A2ARemoveDisksInput interface
A2A remove disk(s) input.
- Extends
Properties
instance |
Polymorphic discriminator, which specifies the different types this object can be |
vm |
The list of vm disk vhd URIs. |
vm |
The list of vm managed disk Ids. |
Property Details
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "A2A"
Property Value
"A2A"
vmDisksUris
The list of vm disk vhd URIs.
vmDisksUris?: string[]
Property Value
string[]
vmManagedDisksIds
The list of vm managed disk Ids.
vmManagedDisksIds?: string[]
Property Value
string[]