Show / Hide Table of Contents

Class UpdateStandardTaskDetails

The details for updating a schedule task.

Inheritance
object
UpdateScheduledTaskDetails
UpdateStandardTaskDetails
Inherited Members
UpdateScheduledTaskDetails.DisplayName
UpdateScheduledTaskDetails.FreeformTags
UpdateScheduledTaskDetails.DefinedTags
UpdateScheduledTaskDetails.Schedules
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 UpdateStandardTaskDetails : UpdateScheduledTaskDetails

Properties

Action

Declaration
[JsonProperty(PropertyName = "action")]
public Action Action { get; set; }
Property Value
Type Description
Action
In this article
Back to top