OSPatchingStatus 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.
Returns metadata about the os patching.
public class OSPatchingStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.OSPatchingStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.OSPatchingStatus>
type OSPatchingStatus = class
interface IJsonModel<OSPatchingStatus>
interface IPersistableModel<OSPatchingStatus>
Public Class OSPatchingStatus
Implements IJsonModel(Of OSPatchingStatus), IPersistableModel(Of OSPatchingStatus)
- Inheritance
-
OSPatchingStatus
- Implements
Properties
| Name | Description |
|---|---|
| IsRebootPending |
Specifies whether this compute instance is pending for reboot to finish os patching. |
| LatestPatchTime |
Time of the latest os patching. |
| OSPatchingErrors |
Collection of errors encountered when doing os patching. |
| PatchStatus |
The os patching status. |
| ScheduledRebootTime |
Time of scheduled reboot. |