IMachineAssessPatchesResult Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.MachineAssessPatchesResultTypeConverter))]
public interface IMachineAssessPatchesResult : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.MachineAssessPatchesResultTypeConverter))>]
type IMachineAssessPatchesResult = interface
    interface IJsonSerializable
Public Interface IMachineAssessPatchesResult
Implements IJsonSerializable
Derived
Attributes
Implements

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to