Package version:

InterfaceMachineExtensionsListResult

Describes the Machine Extensions List Result.

interface MachineExtensionsListResult {
    nextLink?: string;
    value?: MachineExtension[];
}

Properties

Properties

nextLink?: string

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

The list of extensions