AnalyticsSynapseArtifactsModelFactory.Trigger 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 Trigger.
public static Azure.Analytics.Synapse.Artifacts.Models.Trigger Trigger (string type = default, string description = default, Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState? runtimeState = default, System.Collections.Generic.IEnumerable<object> annotations = default, System.Collections.Generic.IDictionary<string,object> additionalProperties = default);
static member Trigger : string * string * Nullable<Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState> * seq<obj> * System.Collections.Generic.IDictionary<string, obj> -> Azure.Analytics.Synapse.Artifacts.Models.Trigger
Public Shared Function Trigger (Optional type As String = Nothing, Optional description As String = Nothing, Optional runtimeState As Nullable(Of TriggerRuntimeState) = Nothing, Optional annotations As IEnumerable(Of Object) = Nothing, Optional additionalProperties As IDictionary(Of String, Object) = Nothing) As Trigger
Parameters
- type
- String
Trigger type.
- description
- String
Trigger description.
- runtimeState
- Nullable<TriggerRuntimeState>
Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
- annotations
- IEnumerable<Object>
List of tags that can be used for describing the trigger.
- additionalProperties
- IDictionary<String,Object>
Additional Properties.
Returns
A new Trigger instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET