Package version:

Interface VirtualMachineScaleSetVMExtensionsSummary

Extensions summary for virtual machines of a virtual machine scale set.

interface VirtualMachineScaleSetVMExtensionsSummary {
    name?: string;
    statusesSummary?: VirtualMachineStatusCodeCount[];
}

Properties

name?: string

The extension name. NOTE: This property will not be serialized. It can only be populated by the server.

statusesSummary?: VirtualMachineStatusCodeCount[]

The extensions information. NOTE: This property will not be serialized. It can only be populated by the server.