Share via


ScheduledTrigger Class

Definition

A type of trigger based on schedule

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("ScheduleBased")]
public class ScheduledTrigger : Microsoft.Azure.Management.DataShare.Models.Trigger
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("ScheduleBased")>]
type ScheduledTrigger = class
    inherit Trigger
Public Class ScheduledTrigger
Inherits Trigger
Inheritance
ScheduledTrigger
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

ScheduledTrigger()

Initializes a new instance of the ScheduledTrigger class.

ScheduledTrigger(String, DateTime, String, String, SystemData, String, Nullable<DateTime>, String, String, String, String)

Initializes a new instance of the ScheduledTrigger class.

Properties

CreatedAt

Gets time at which the trigger was created.

Id

Gets the resource id of the azure resource

(Inherited from ProxyDto)
Name

Gets name of the azure resource

(Inherited from ProxyDto)
ProvisioningState

Gets the provisioning state. Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Moving', 'Failed'

RecurrenceInterval

Gets or sets recurrence Interval. Possible values include: 'Hour', 'Day'

SynchronizationMode

Gets or sets synchronization mode. Possible values include: 'Incremental', 'FullSync'

SynchronizationTime

Gets or sets synchronization time

SystemData

Gets system Data of the Azure resource.

(Inherited from ProxyDto)
TriggerStatus

Gets the trigger state. Possible values include: 'Active', 'Inactive', 'SourceSynchronizationSettingDeleted'

Type

Gets type of the azure resource

(Inherited from ProxyDto)
UserName

Gets name of the user who created the trigger.

Methods

Validate()

Validate the object.

Applies to