Condividi tramite


ScheduledTrigger Constructors

Definition

Overloads

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.

ScheduledTrigger()

Initializes a new instance of the ScheduledTrigger class.

public ScheduledTrigger ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ScheduledTrigger class.

public ScheduledTrigger (string recurrenceInterval, DateTime synchronizationTime, string id = default, string name = default, Microsoft.Azure.Management.DataShare.Models.SystemData systemData = default, string type = default, DateTime? createdAt = default, string provisioningState = default, string synchronizationMode = default, string triggerStatus = default, string userName = default);
new Microsoft.Azure.Management.DataShare.Models.ScheduledTrigger : string * DateTime * string * string * Microsoft.Azure.Management.DataShare.Models.SystemData * string * Nullable<DateTime> * string * string * string * string -> Microsoft.Azure.Management.DataShare.Models.ScheduledTrigger
Public Sub New (recurrenceInterval As String, synchronizationTime As DateTime, Optional id As String = Nothing, Optional name As String = Nothing, Optional systemData As SystemData = Nothing, Optional type As String = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional provisioningState As String = Nothing, Optional synchronizationMode As String = Nothing, Optional triggerStatus As String = Nothing, Optional userName As String = Nothing)

Parameters

recurrenceInterval
String

Recurrence Interval. Possible values include: 'Hour', 'Day'

synchronizationTime
DateTime

Synchronization time

id
String

The resource id of the azure resource

name
String

Name of the azure resource

systemData
SystemData

System Data of the Azure resource.

type
String

Type of the azure resource

createdAt
Nullable<DateTime>

Time at which the trigger was created.

provisioningState
String

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

synchronizationMode
String

Synchronization mode. Possible values include: 'Incremental', 'FullSync'

triggerStatus
String

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

userName
String

Name of the user who created the trigger.

Applies to