OBJECT

AttachmentSpecsForManagedDisk

Description

Attachment Specifications for Azure Native Managed Disk.

link GraphQL Schema definition

  • type AttachmentSpecsForManagedDisk {
  • # Virtual machine ID to which the Azure managed disk is attached.
  • attachedToVmId: 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!
  • }