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