OBJECT
AzureNativeManagedDiskEdge
Description
Wrapper around the AzureNativeManagedDisk object. This wrapper is used for pagination.
link GraphQL Schema definition
- type AzureNativeManagedDiskEdge {
- #   String used to identify this edge.
- : String! 
- #   The actual AzureNativeManagedDisk object wrapped by this edge.
- : AzureNativeManagedDisk! 
- }