IWorkflowRunTrigger Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowRunTriggerTypeConverter))]
public interface IWorkflowRunTrigger : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowRunTriggerTypeConverter))>]
type IWorkflowRunTrigger = interface
interface IJsonSerializable
Public Interface IWorkflowRunTrigger
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Code |
Gets the code. |
CorrelationClientTrackingId |
The client tracking id. |
EndTime |
Gets the end time. |
Error |
Gets the error. |
Input |
Gets the inputs. |
InputLinkContentSize |
The content size. |
InputLinkContentVersion |
The content version. |
InputLinkMetadata |
The metadata. |
InputLinkUri |
The content link URI. |
InputsLinkContentHashAlgorithm |
The algorithm of the content hash. |
InputsLinkContentHashValue |
The value of the content hash. |
Name |
Gets the name. |
Output |
Gets the outputs. |
OutputLinkContentSize |
The content size. |
OutputLinkContentVersion |
The content version. |
OutputLinkMetadata |
The metadata. |
OutputLinkUri |
The content link URI. |
OutputsLinkContentHashAlgorithm |
The algorithm of the content hash. |
OutputsLinkContentHashValue |
The value of the content hash. |
ScheduledTime |
Gets the scheduled time. |
StartTime |
Gets the start time. |
Status |
Gets the status. |
TrackedProperty |
Gets the tracked properties. |
TrackingId |
Gets the tracking id. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |