ArmMachineLearningModelFactory.OSPatchingStatus Method
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 static Azure.ResourceManager.MachineLearning.Models.OSPatchingStatus OSPatchingStatus(Azure.ResourceManager.MachineLearning.Models.PatchStatus? patchStatus = default, string latestPatchTime = default, bool? isRebootPending = default, string scheduledRebootTime = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.MachineLearningError> osPatchingErrors = default);
static member OSPatchingStatus : Nullable<Azure.ResourceManager.MachineLearning.Models.PatchStatus> * string * Nullable<bool> * string * seq<Azure.ResourceManager.MachineLearning.Models.MachineLearningError> -> Azure.ResourceManager.MachineLearning.Models.OSPatchingStatus
Public Shared Function OSPatchingStatus (Optional patchStatus As Nullable(Of PatchStatus) = Nothing, Optional latestPatchTime As String = Nothing, Optional isRebootPending As Nullable(Of Boolean) = Nothing, Optional scheduledRebootTime As String = Nothing, Optional osPatchingErrors As IEnumerable(Of MachineLearningError) = Nothing) As OSPatchingStatus
Parameters
- patchStatus
- Nullable<PatchStatus>
The os patching status.
- latestPatchTime
- String
Time of the latest os patching.
Specifies whether this compute instance is pending for reboot to finish os patching.
- scheduledRebootTime
- String
Time of scheduled reboot.
- osPatchingErrors
- IEnumerable<MachineLearningError>
Collection of errors encountered when doing os patching.
Returns
A new OSPatchingStatus instance for mocking.