Show / Hide Table of Contents

Class GetWindowsUpdateRequest

Inheritance
object
GetWindowsUpdateRequest
Implements
IOciRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OsmanagementhubService.Requests
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class GetWindowsUpdateRequest : IOciRequest
Examples

Click here to see an example of how to use GetWindowsUpdate request.

Properties

OpcRequestId

Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type Description
string

Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

WindowsUpdateId

Declaration
[Required(ErrorMessage = "WindowsUpdateId is required.")]
[HttpConverter(TargetEnum.Path, "windowsUpdateId")]
public string WindowsUpdateId { get; set; }
Property Value
Type Description
string

The unique identifier for the Windows update. Note that this is not an OCID, but is a unique identifier assigned by Microsoft. Example: '6981d463-cd91-4a26-b7c4-ea4ded9183ed'

Remarks

Required

Implements

IOciRequest
In this article
Back to top