OBJECT
AzureNativeAttachedDiskSpecificSnapshot
Description
Azure Virtual Machine attached disks snapshot.
link GraphQL Schema definition
- type AzureNativeAttachedDiskSpecificSnapshot {
- # Name of the attached disk.
- String! :
- # Resource group name of the attached disk.
- String! :
- # Native ID of the attached disk snapshot.
- String! :
- # Disk Storage Tier of the attached disk.
- String! :
- # Specifies whether the attached disk is an OS disk or not.
- Boolean! :
- # Logical Unit Number(LUN) of the attached disk.
- Int! :
- # Source Disk Unique Native ID of the attached disk.
- String! :
- }