Share via


BatchNodeFileListResultOutput interface

The result of listing the files on a Compute Node, or the files associated with a Task on a Compute Node.

Properties

odata.nextLink

The URL to get the next set of results.

value

The list of files.

Property Details

The URL to get the next set of results.

odata.nextLink?: string

Property Value

string

value

The list of files.

value?: BatchNodeFileOutput[]

Property Value