Class GetWindowsUpdateRequest
Implements
Inherited Members
Namespace: Oci.OsmanagementService.Requests
Assembly: OCI.DotNetSDK.Osmanagement.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 | The client request ID for tracing. |
WindowsUpdate
Declaration
[Required(ErrorMessage = "WindowsUpdate is required.")]
[HttpConverter(TargetEnum.Path, "windowsUpdate")]
public string WindowsUpdate { get; set; }
Property Value
Type | Description |
---|---|
string | The Windows Update |
Remarks
Required