MachineAssessPatchesResult 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.
Describes the properties of an AssessPatches result.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.MachineAssessPatchesResultTypeConverter))]
public class MachineAssessPatchesResult : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineAssessPatchesResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.MachineAssessPatchesResultTypeConverter))>]
type MachineAssessPatchesResult = class
interface IMachineAssessPatchesResult
interface IJsonSerializable
Public Class MachineAssessPatchesResult
Implements IMachineAssessPatchesResult
- Inheritance
-
MachineAssessPatchesResult
- Attributes
- Implements
Constructors
MachineAssessPatchesResult() |
Creates an new MachineAssessPatchesResult instance. |
Properties
AssessmentActivityId |
The activity ID of the operation that produced this result. |
AvailablePatchCountByClassificationCritical |
Number of critical patches available for installation. |
AvailablePatchCountByClassificationDefinition |
Number of definition patches available for installation. |
AvailablePatchCountByClassificationFeaturePack |
Number of feature pack patches available for installation. |
AvailablePatchCountByClassificationOther |
Number of other patches available for installation. |
AvailablePatchCountByClassificationSecurity |
Number of security patches available for installation. |
AvailablePatchCountByClassificationServicePack |
Number of service pack patches available for installation. |
AvailablePatchCountByClassificationTool |
Number of tools patches available for installation. |
AvailablePatchCountByClassificationUpdate |
Number of updates category patches available for installation. |
AvailablePatchCountByClassificationUpdateRollup |
Number of update Rollup patches available for installation. |
ErrorDetailAdditionalInfo |
The error additional info. |
ErrorDetailCode |
The error code. |
ErrorDetailDetails |
The error details. |
ErrorDetailMessage |
The error message. |
ErrorDetailTarget |
The error target. |
LastModifiedDateTime |
The UTC timestamp when the operation finished. |
OSType |
The operating system type of the machine. |
PatchServiceUsed |
Specifies the patch service used for the operation. |
RebootPending |
The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred. |
StartDateTime |
The UTC timestamp when the operation began. |
StartedBy |
Indicates if operation was triggered by user or by platform. |
Status |
The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings." |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MachineAssessPatchesResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MachineAssessPatchesResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineAssessPatchesResult. |
FromJsonString(String) |
Creates a new instance of MachineAssessPatchesResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MachineAssessPatchesResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |