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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET