IAvailablePatchCountByClassification Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.AvailablePatchCountByClassificationTypeConverter))]
public interface IAvailablePatchCountByClassification : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.AvailablePatchCountByClassificationTypeConverter))>]
type IAvailablePatchCountByClassification = interface
interface IJsonSerializable
Public Interface IAvailablePatchCountByClassification
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Critical |
Number of critical patches available for installation. |
Definition |
Number of definition patches available for installation. |
FeaturePack |
Number of feature pack patches available for installation. |
Other |
Number of other patches available for installation. |
Security |
Number of security patches available for installation. |
ServicePack |
Number of service pack patches available for installation. |
Tool |
Number of tools patches available for installation. |
Update |
Number of updates category patches available for installation. |
UpdateRollup |
Number of update Rollup patches available for installation. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |