Package version:

InterfaceAvailablePatchCountByClassification

Summarization of patches available for installation on the machine by classification.

interface AvailablePatchCountByClassification {
    critical?: number;
    definition?: number;
    featurePack?: number;
    other?: number;
    security?: number;
    servicePack?: number;
    tools?: number;
    updateRollup?: number;
    updates?: number;
}

Properties

critical?: number

Number of critical patches available for installation. NOTE: This property will not be serialized. It can only be populated by the server.

definition?: number

Number of definition patches available for installation. NOTE: This property will not be serialized. It can only be populated by the server.

featurePack?: number

Number of feature pack patches available for installation. NOTE: This property will not be serialized. It can only be populated by the server.

other?: number

Number of other patches available for installation. NOTE: This property will not be serialized. It can only be populated by the server.

security?: number

Number of security patches available for installation. NOTE: This property will not be serialized. It can only be populated by the server.

servicePack?: number

Number of service pack patches available for installation. NOTE: This property will not be serialized. It can only be populated by the server.

tools?: number

Number of tools patches available for installation. NOTE: This property will not be serialized. It can only be populated by the server.

updateRollup?: number

Number of update Rollup patches available for installation. NOTE: This property will not be serialized. It can only be populated by the server.

updates?: number

Number of updates category patches available for installation. NOTE: This property will not be serialized. It can only be populated by the server.