OBJECT
AttachmentSpecsForVirtualMachine
Description
Attachment Specifications for Azure Native Virtual Machine.
link GraphQL Schema definition
- type AttachmentSpecsForVirtualMachine {
- # ID of the Azure managed disk attached ot the virtual machine.
- String! :
- # Specifies if the managed disk is an OS disk.
- Boolean! :
- # Logical Unit Number (LUN) associated with a managed disk in a virtual machine.
- Int! :
- # Specifies whether the managed disk is excluded from snapshots.
- Boolean! :
- }