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.
public class AvailablePatchCountByClassification : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridCompute.Models.AvailablePatchCountByClassification>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridCompute.Models.AvailablePatchCountByClassification>
type AvailablePatchCountByClassification = class
interface IJsonModel<AvailablePatchCountByClassification>
interface IPersistableModel<AvailablePatchCountByClassification>
Public Class AvailablePatchCountByClassification
Implements IJsonModel(Of AvailablePatchCountByClassification), IPersistableModel(Of AvailablePatchCountByClassification)
- Inheritance
-
AvailablePatchCountByClassification
- 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. |
Tools |
Number of tools patches available for installation. |
UpdateRollup |
Number of update Rollup patches available for installation. |
Updates |
Number of updates category patches available for installation. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AvailablePatchCountByClassification>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AvailablePatchCountByClassification>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AvailablePatchCountByClassification>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AvailablePatchCountByClassification>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AvailablePatchCountByClassification>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET