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