Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.DataFlowDebugSessionInfoInner
Package
Description
Package containing the service clients for DataFactoryManagementClient.
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of DataFlowDebugSessionInfoInner in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<DataFlowDebugSessionInfoInner>
DataFlowDebugSessionsClient.queryByFactory
(String resourceGroupName, String factoryName) Query all active data flow debug sessions.com.azure.core.http.rest.PagedIterable<DataFlowDebugSessionInfoInner>
DataFlowDebugSessionsClient.queryByFactory
(String resourceGroupName, String factoryName, com.azure.core.util.Context context) Query all active data flow debug sessions. -
Uses of DataFlowDebugSessionInfoInner in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionDataFlowDebugSessionInfoInner.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Data flow debug session info.DataFlowDebugSessionInfoInner.withComputeType
(String computeType) Set the computeType property: Compute type of the cluster.DataFlowDebugSessionInfoInner.withCoreCount
(Integer coreCount) Set the coreCount property: Core count of the cluster.DataFlowDebugSessionInfoInner.withDataFlowName
(String dataFlowName) Set the dataFlowName property: The name of the data flow.DataFlowDebugSessionInfoInner.withIntegrationRuntimeName
(String integrationRuntimeName) Set the integrationRuntimeName property: Attached integration runtime name of data flow debug session.DataFlowDebugSessionInfoInner.withLastActivityTime
(String lastActivityTime) Set the lastActivityTime property: Last activity time of data flow debug session.DataFlowDebugSessionInfoInner.withNodeCount
(Integer nodeCount) Set the nodeCount property: Node count of the cluster.DataFlowDebugSessionInfoInner.withSessionId
(String sessionId) Set the sessionId property: The ID of data flow debug session.DataFlowDebugSessionInfoInner.withStartTime
(String startTime) Set the startTime property: Start time of data flow debug session.DataFlowDebugSessionInfoInner.withTimeToLiveInMinutes
(Integer timeToLiveInMinutes) Set the timeToLiveInMinutes property: Compute type of the cluster. -
Uses of DataFlowDebugSessionInfoInner in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionDataFlowDebugSessionInfo.innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.DataFlowDebugSessionInfoInner object.Modifier and TypeMethodDescriptionQueryDataFlowDebugSessionsResponse.value()
Get the value property: Array with all active debug sessions.Modifier and TypeMethodDescriptionQueryDataFlowDebugSessionsResponse.withValue
(List<DataFlowDebugSessionInfoInner> value) Set the value property: Array with all active debug sessions.