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.
  • managedDiskId: String!
  • # Specifies if the managed disk is an OS disk.
  • isOsDisk: Boolean!
  • # Logical Unit Number (LUN) associated with a managed disk in a virtual machine.
  • lun: Int!
  • # Specifies whether the managed disk is excluded from snapshots.
  • isExcludedFromSnapshot: Boolean!
  • }