Show / Hide Table of Contents

Class InstallWindowsUpdatesOnManagedInstanceGroupDetails

Provides the details for the Windows update installed on the managed instance group.

Inheritance
object
InstallWindowsUpdatesOnManagedInstanceGroupDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class InstallWindowsUpdatesOnManagedInstanceGroupDetails

Properties

WindowsUpdateTypes

Declaration
[Required(ErrorMessage = "WindowsUpdateTypes is required.")]
[JsonProperty(PropertyName = "windowsUpdateTypes", ItemConverterType = typeof(StringEnumConverter))]
public List<WindowsUpdateTypes> WindowsUpdateTypes { get; set; }
Property Value
Type Description
List<WindowsUpdateTypes>

The type of Windows updates to be applied.

Remarks

Required

WorkRequestDetails

Declaration
[JsonProperty(PropertyName = "workRequestDetails")]
public WorkRequestDetails WorkRequestDetails { get; set; }
Property Value
Type Description
WorkRequestDetails
In this article
Back to top