ArmDataFactoryModelFactory.DataFlowDebugSessionInfo 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 DataFlowDebugSessionInfo.
public static Azure.ResourceManager.DataFactory.Models.DataFlowDebugSessionInfo DataFlowDebugSessionInfo(string dataFlowName = default, string computeType = default, int? coreCount = default, int? nodeCount = default, string integrationRuntimeName = default, Guid? sessionId = default, DateTimeOffset? startOn = default, int? timeToLiveInMinutes = default, DateTimeOffset? lastActivityOn = default, System.Collections.Generic.IReadOnlyDictionary<string,BinaryData> additionalProperties = default);
static member DataFlowDebugSessionInfo : string * string * Nullable<int> * Nullable<int> * string * Nullable<Guid> * Nullable<DateTimeOffset> * Nullable<int> * Nullable<DateTimeOffset> * System.Collections.Generic.IReadOnlyDictionary<string, BinaryData> -> Azure.ResourceManager.DataFactory.Models.DataFlowDebugSessionInfo
Public Shared Function DataFlowDebugSessionInfo (Optional dataFlowName As String = Nothing, Optional computeType As String = Nothing, Optional coreCount As Nullable(Of Integer) = Nothing, Optional nodeCount As Nullable(Of Integer) = Nothing, Optional integrationRuntimeName As String = Nothing, Optional sessionId As Nullable(Of Guid) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional timeToLiveInMinutes As Nullable(Of Integer) = Nothing, Optional lastActivityOn As Nullable(Of DateTimeOffset) = Nothing, Optional additionalProperties As IReadOnlyDictionary(Of String, BinaryData) = Nothing) As DataFlowDebugSessionInfo
Parameters
- dataFlowName
- String
The name of the data flow.
- computeType
- String
Compute type of the cluster.
- integrationRuntimeName
- String
Attached integration runtime name of data flow debug session.
- startOn
- Nullable<DateTimeOffset>
Start time of data flow debug session.
- lastActivityOn
- Nullable<DateTimeOffset>
Last activity time of data flow debug session.
- additionalProperties
- IReadOnlyDictionary<String,BinaryData>
Additional Properties.
Returns
A new DataFlowDebugSessionInfo instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET