VirtualMachineInstallPatchesResult Interface
public interface VirtualMachineInstallPatchesResult
An immutable client-side representation of VirtualMachineInstallPatchesResult.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Error |
errorDetails()
Gets the error |
| abstract Integer |
excludedPatchCount()
Gets the excluded |
| abstract Integer |
failedPatchCount()
Gets the failed |
|
abstract
Virtual |
innerModel()
Gets the inner com. |
| abstract String |
installationActivityId()
Gets the installation |
| abstract Integer |
installedPatchCount()
Gets the installed |
|
abstract
Offset |
lastModifiedDateTime()
Gets the last |
| abstract Boolean |
maintenanceWindowExceeded()
Gets the maintenance |
| abstract Integer |
notSelectedPatchCount()
Gets the not |
|
abstract
Os |
osType()
Gets the os |
|
abstract
Patch |
patchServiceUsed()
Gets the patch |
| abstract Integer |
pendingPatchCount()
Gets the pending |
|
abstract
VMGuest |
rebootStatus()
Gets the reboot |
|
abstract
Offset |
startDateTime()
Gets the start |
|
abstract
Patch |
startedBy()
Gets the started |
|
abstract
Patch |
status()
Gets the status property: The overall success or failure status of the operation. |
Method Details
errorDetails
public abstract ErrorDetail errorDetails()
Gets the errorDetails property: Error details.
The errors that were encountered during execution of the operation. The details array contains the list of them.
Returns:
excludedPatchCount
public abstract Integer excludedPatchCount()
Gets the excludedPatchCount property: The number of patches that were not installed due to the user blocking their installation.
Returns:
failedPatchCount
public abstract Integer failedPatchCount()
Gets the failedPatchCount property: The number of patches that could not be installed due to some issue. See errors for details.
Returns:
innerModel
public abstract VirtualMachineInstallPatchesResultInner innerModel()
Gets the inner com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstallPatchesResultInner object.
Returns:
installationActivityId
public abstract String installationActivityId()
Gets the installationActivityId property: The activity ID of the operation that produced this result.
Returns:
installedPatchCount
public abstract Integer installedPatchCount()
Gets the installedPatchCount property: The number of patches successfully installed.
Returns:
lastModifiedDateTime
public abstract OffsetDateTime lastModifiedDateTime()
Gets the lastModifiedDateTime property: The UTC timestamp when the operation finished.
Returns:
maintenanceWindowExceeded
public abstract Boolean maintenanceWindowExceeded()
Gets the maintenanceWindowExceeded property: Whether the operation ran out of time before it completed all its intended actions.
Returns:
notSelectedPatchCount
public abstract Integer notSelectedPatchCount()
Gets the notSelectedPatchCount property: The number of patches that were detected as available for install, but did not meet the operation's criteria.
Returns:
osType
public abstract OsTypeUM osType()
Gets the osType property: The operating system type of the machine.
Returns:
patchServiceUsed
public abstract PatchServiceUsed patchServiceUsed()
Gets the patchServiceUsed property: Specifies the patch service used for the operation.
Returns:
pendingPatchCount
public abstract Integer pendingPatchCount()
Gets the pendingPatchCount property: 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.
Returns:
rebootStatus
public abstract VMGuestPatchRebootStatus rebootStatus()
Gets the rebootStatus property: The reboot state of the VM following completion of the operation.
Returns:
startDateTime
public abstract OffsetDateTime startDateTime()
Gets the startDateTime property: The UTC timestamp when the operation began.
Returns:
startedBy
public abstract PatchOperationStartedBy startedBy()
Gets the startedBy property: Indicates if operation was triggered by user or by platform.
Returns:
status
public abstract PatchOperationStatus status()
Gets the status property: 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.".
Returns: