Aracılığıyla paylaş


ArmAppServiceModelFactory.WorkflowRunTrigger Method

Definition

Initializes a new instance of WorkflowRunTrigger.

public static Azure.ResourceManager.AppService.Models.WorkflowRunTrigger WorkflowRunTrigger (string name = default, BinaryData inputs = default, Azure.ResourceManager.AppService.Models.WebAppContentLink inputsLink = default, BinaryData outputs = default, Azure.ResourceManager.AppService.Models.WebAppContentLink outputsLink = default, DateTimeOffset? scheduledOn = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, string trackingId = default, string correlationClientTrackingId = default, string code = default, Azure.ResourceManager.AppService.Models.WorkflowStatus? status = default, BinaryData error = default, BinaryData trackedProperties = default);
static member WorkflowRunTrigger : string * BinaryData * Azure.ResourceManager.AppService.Models.WebAppContentLink * BinaryData * Azure.ResourceManager.AppService.Models.WebAppContentLink * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * string * string * Nullable<Azure.ResourceManager.AppService.Models.WorkflowStatus> * BinaryData * BinaryData -> Azure.ResourceManager.AppService.Models.WorkflowRunTrigger
Public Shared Function WorkflowRunTrigger (Optional name As String = Nothing, Optional inputs As BinaryData = Nothing, Optional inputsLink As WebAppContentLink = Nothing, Optional outputs As BinaryData = Nothing, Optional outputsLink As WebAppContentLink = Nothing, Optional scheduledOn As Nullable(Of DateTimeOffset) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional trackingId As String = Nothing, Optional correlationClientTrackingId As String = Nothing, Optional code As String = Nothing, Optional status As Nullable(Of WorkflowStatus) = Nothing, Optional error As BinaryData = Nothing, Optional trackedProperties As BinaryData = Nothing) As WorkflowRunTrigger

Parameters

name
String

Gets the name.

inputs
BinaryData

Gets the inputs.

inputsLink
WebAppContentLink

Gets the link to inputs.

outputs
BinaryData

Gets the outputs.

outputsLink
WebAppContentLink

Gets the link to outputs.

scheduledOn
Nullable<DateTimeOffset>

Gets the scheduled time.

startOn
Nullable<DateTimeOffset>

Gets the start time.

endOn
Nullable<DateTimeOffset>

Gets the end time.

trackingId
String

Gets the tracking id.

correlationClientTrackingId
String

The run correlation.

code
String

Gets the code.

status
Nullable<WorkflowStatus>

Gets the status.

error
BinaryData

Gets the error.

trackedProperties
BinaryData

Gets the tracked properties.

Returns

A new WorkflowRunTrigger instance for mocking.

Applies to