Package version:

Interface VirtualMachineScaleSetExtensionListResult

The List VM scale set extension operation response.

interface VirtualMachineScaleSetExtensionListResult {
    nextLink?: string;
    value: VirtualMachineScaleSetExtension[];
}

Properties

Properties

nextLink?: string

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

The list of VM scale set extensions.