Class UpdateScheduledJobRequest
Implements
Inherited Members
Namespace: Oci.OsmanagementService.Requests
Assembly: OCI.DotNetSDK.Osmanagement.dll
Syntax
public class UpdateScheduledJobRequest : IOciRequest
Examples
Click here to see an example of how to use UpdateScheduledJob request.
Properties
IfMatch
Declaration
[HttpConverter(TargetEnum.Header, "if-match")]
public string IfMatch { get; set; }
Property Value
Type | Description |
---|---|
string | For optimistic concurrency control. In the PUT or DELETE call
for a resource, set the |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The client request ID for tracing. |
ScheduledJobId
Declaration
[Required(ErrorMessage = "ScheduledJobId is required.")]
[HttpConverter(TargetEnum.Path, "scheduledJobId")]
public string ScheduledJobId { get; set; }
Property Value
Type | Description |
---|---|
string | The ID of the scheduled job. |
Remarks
Required
UpdateScheduledJobDetails
Declaration
[Required(ErrorMessage = "UpdateScheduledJobDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public UpdateScheduledJobDetails UpdateScheduledJobDetails { get; set; }
Property Value
Type | Description |
---|---|
UpdateScheduledJobDetails | Details about a Scheduled Job to update |
Remarks
Required