VolumeList interface

VolumeList represents a list of volumes.

Properties

nextLink

The link used to get the next page of operations.

value

The list of volumes.

Property Details

The link used to get the next page of operations.

nextLink?: string

Property Value

string

value

The list of volumes.

value?: Volume[]

Property Value

Volume[]