OBJECT

AzureNativeAttachedDiskSpecificSnapshot

Description

Azure Virtual Machine attached disks snapshot.

link GraphQL Schema definition

  • type AzureNativeAttachedDiskSpecificSnapshot {
  • # Name of the attached disk.
  • diskName: String!
  • # Resource group name of the attached disk.
  • diskResourceGroupName: String!
  • # Native ID of the attached disk snapshot.
  • snapshotNativeId: String!
  • # Disk Storage Tier of the attached disk.
  • diskStorageTier: String!
  • # Specifies whether the attached disk is an OS disk or not.
  • isOsDisk: Boolean!
  • # Logical Unit Number(LUN) of the attached disk.
  • lun: Int!
  • # Source Disk Unique Native ID of the attached disk.
  • sourceDiskUniqueNativeId: String!
  • }