ArmDataFactoryModelFactory.DataFactoryTriggerProperties 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 DataFactoryTriggerProperties.
public static Azure.ResourceManager.DataFactory.Models.DataFactoryTriggerProperties DataFactoryTriggerProperties (string triggerType = default, string description = default, Azure.ResourceManager.DataFactory.Models.DataFactoryTriggerRuntimeState? runtimeState = default, System.Collections.Generic.IEnumerable<BinaryData> annotations = default, System.Collections.Generic.IDictionary<string,BinaryData> additionalProperties = default);
static member DataFactoryTriggerProperties : string * string * Nullable<Azure.ResourceManager.DataFactory.Models.DataFactoryTriggerRuntimeState> * seq<BinaryData> * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.ResourceManager.DataFactory.Models.DataFactoryTriggerProperties
Public Shared Function DataFactoryTriggerProperties (Optional triggerType As String = Nothing, Optional description As String = Nothing, Optional runtimeState As Nullable(Of DataFactoryTriggerRuntimeState) = Nothing, Optional annotations As IEnumerable(Of BinaryData) = Nothing, Optional additionalProperties As IDictionary(Of String, BinaryData) = Nothing) As DataFactoryTriggerProperties
Parameters
- triggerType
- String
Trigger type.
- description
- String
Trigger description.
- runtimeState
- Nullable<DataFactoryTriggerRuntimeState>
Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
- annotations
- IEnumerable<BinaryData>
List of tags that can be used for describing the trigger.
- additionalProperties
- IDictionary<String,BinaryData>
Additional Properties.
Returns
A new DataFactoryTriggerProperties instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET