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