Class StandardTask
Log analytics scheduled task resource.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class StandardTask : ScheduledTask
Properties
LastExecutionStatus
Declaration
[JsonProperty(PropertyName = "lastExecutionStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public StandardTask.LastExecutionStatusEnum? LastExecutionStatus { get; set; }
Property Value
Type | Description |
---|---|
StandardTask.LastExecutionStatusEnum? | The most recent task execution status. |
TimeLastExecuted
Declaration
[JsonProperty(PropertyName = "timeLastExecuted")]
public DateTime? TimeLastExecuted { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the scheduled task last executed, in the format defined by RFC3339. |