MachineExtensionsListResult interface

Describes the Machine Extensions List Result.

Properties

nextLink

The uri to fetch the next page of machine extensions. Call ListNext() with this to fetch the next page of extensions.

value

The list of extensions

Property Details

The uri to fetch the next page of machine extensions. Call ListNext() with this to fetch the next page of extensions.

nextLink?: string

Property Value

string

value

The list of extensions

value?: MachineExtension[]

Property Value