AvailablePatchCountByClassification Class
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.
Summarization of patches available for installation on the machine by classification.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.AvailablePatchCountByClassificationTypeConverter))]
public class AvailablePatchCountByClassification : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAvailablePatchCountByClassification
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.AvailablePatchCountByClassificationTypeConverter))>]
type AvailablePatchCountByClassification = class
interface IAvailablePatchCountByClassification
interface IJsonSerializable
Public Class AvailablePatchCountByClassification
Implements IAvailablePatchCountByClassification
- Inheritance
-
AvailablePatchCountByClassification
- Attributes
- Implements
Constructors
AvailablePatchCountByClassification() |
Creates an new AvailablePatchCountByClassification instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AvailablePatchCountByClassification. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AvailablePatchCountByClassification. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAvailablePatchCountByClassification. |
FromJsonString(String) |
Creates a new instance of AvailablePatchCountByClassification, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AvailablePatchCountByClassification into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |