Show / Hide Table of Contents

Class StandardTask

Log analytics scheduled task resource.

Inheritance
object
ScheduledTask
StandardTask
Inherited Members
ScheduledTask.Id
ScheduledTask.DisplayName
ScheduledTask.TaskType
ScheduledTask.Schedules
ScheduledTask.Action
ScheduledTask.TaskStatus
ScheduledTask.PauseReason
ScheduledTask.WorkRequestId
ScheduledTask.NumOccurrences
ScheduledTask.CompartmentId
ScheduledTask.TimeCreated
ScheduledTask.TimeUpdated
ScheduledTask.TimeOfNextExecution
ScheduledTask.LifecycleState
ScheduledTask.FreeformTags
ScheduledTask.DefinedTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top