Show / Hide Table of Contents

Class WindowsUpdateCollection

A set of Windows updates returned for the {@link #listWindowsUpdates(ListWindowsUpdatesRequest) listWindowsUpdates} operation. The list contains a summary of each update.

Inheritance
object
WindowsUpdateCollection
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 WindowsUpdateCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<WindowsUpdateSummary> Items { get; set; }
Property Value
Type Description
List<WindowsUpdateSummary>

List of Windows updates.

Remarks

Required

In this article
Back to top