Class AvailableWindowsUpdateCollection
The set of available Windows updates returned for the {@link #listManagedInstanceAvailableWindowsUpdates(ListManagedInstanceAvailableWindowsUpdatesRequest) listManagedInstanceAvailableWindowsUpdates} operation.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class AvailableWindowsUpdateCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AvailableWindowsUpdateSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<AvailableWindowsUpdateSummary> | List of available Windows updates. |
Remarks
Required