ArmAppServiceModelFactory.WorkflowRunTrigger Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET