Class GetScheduledTasksTaskResult
Inheritance
System.Object
GetScheduledTasksTaskResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Ess.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetScheduledTasksTaskResult
Fields
View SourceDescription
Description of the scheduled task.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
ID of the scheduled task id.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LaunchExpirationTime
The time period during which a failed scheduled task is retried.
Declaration
public readonly int LaunchExpirationTime
Field Value
| Type | Description |
|---|---|
| System.Int32 |
LaunchTime
The time at which the scheduled task is triggered.
Declaration
public readonly string LaunchTime
Field Value
| Type | Description |
|---|---|
| System.String |
MaxValue
Declaration
public readonly int MaxValue
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MinValue
Declaration
public readonly int MinValue
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Name
Name of the scheduled task name.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
RecurrenceEndTime
Specifies the end time after which the scheduled task is no longer repeated.
Declaration
public readonly string RecurrenceEndTime
Field Value
| Type | Description |
|---|---|
| System.String |
RecurrenceType
Specifies the recurrence type of the scheduled task.
Declaration
public readonly string RecurrenceType
Field Value
| Type | Description |
|---|---|
| System.String |
RecurrenceValue
Specifies how often a scheduled task recurs.
Declaration
public readonly string RecurrenceValue
Field Value
| Type | Description |
|---|---|
| System.String |
ScheduledAction
The operation to be performed when a scheduled task is triggered.
Declaration
public readonly string ScheduledAction
Field Value
| Type | Description |
|---|---|
| System.String |
TaskEnabled
Declaration
public readonly bool TaskEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |