OBJECT

AzureManagedDiskMetadata

Description

AzureManagedDiskMetadata represents the metadata for the Azure Managed Disk.

link GraphQL Schema definition

  • type AzureManagedDiskMetadata {
  • # The ID of the Azure virtual machine to which the managed disk is attached.
  • attachedVmId: String!
  • # The name of the Azure virtual machine to which the managed disk is
  • # attached.
  • attachedVmName: String!
  • }