IMachineInstallPatchesResult Interface

Definition

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

Properties

ErrorDetailAdditionalInfo

The error additional info.

ErrorDetailCode

The error code.

ErrorDetailDetails

The error details.

ErrorDetailMessage

The error message.

ErrorDetailTarget

The error target.

ExcludedPatchCount

The number of patches that were not installed due to the user blocking their installation.

FailedPatchCount

The number of patches that could not be installed due to some issue. See errors for details.

InstallationActivityId

The activity ID of the operation that produced this result.

InstalledPatchCount

The number of patches successfully installed.

LastModifiedDateTime

The UTC timestamp when the operation finished.

MaintenanceWindowExceeded

Whether the operation ran out of time before it completed all its intended actions.

NotSelectedPatchCount

The number of patches that were detected as available for install, but did not meet the operation's criteria.

OSType

The operating system type of the machine.

PatchServiceUsed

Specifies the patch service used for the operation.

PendingPatchCount

The number of patches that were identified as meeting the installation criteria, but were not able to be installed. Typically this happens when maintenanceWindowExceeded == true.

RebootStatus

The reboot state of the VM following completion of the operation.

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 "Failed", "Succeeded", "Unknown" or "CompletedWithWarnings."

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to