Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.DataFlowDebugSessionInfoInner
-
Packages that use DataFlowDebugSessionInfoInner Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of DataFlowDebugSessionInfoInner in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent that return types with arguments of type DataFlowDebugSessionInfoInner Modifier and Type Method Description com.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
Methods in com.azure.resourcemanager.datafactory.fluent.models that return DataFlowDebugSessionInfoInner Modifier and Type Method Description DataFlowDebugSessionInfoInner
DataFlowDebugSessionInfoInner. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Data flow debug session info.DataFlowDebugSessionInfoInner
DataFlowDebugSessionInfoInner. withComputeType(String computeType)
Set the computeType property: Compute type of the cluster.DataFlowDebugSessionInfoInner
DataFlowDebugSessionInfoInner. withCoreCount(Integer coreCount)
Set the coreCount property: Core count of the cluster.DataFlowDebugSessionInfoInner
DataFlowDebugSessionInfoInner. withDataFlowName(String dataFlowName)
Set the dataFlowName property: The name of the data flow.DataFlowDebugSessionInfoInner
DataFlowDebugSessionInfoInner. withIntegrationRuntimeName(String integrationRuntimeName)
Set the integrationRuntimeName property: Attached integration runtime name of data flow debug session.DataFlowDebugSessionInfoInner
DataFlowDebugSessionInfoInner. withLastActivityTime(String lastActivityTime)
Set the lastActivityTime property: Last activity time of data flow debug session.DataFlowDebugSessionInfoInner
DataFlowDebugSessionInfoInner. withNodeCount(Integer nodeCount)
Set the nodeCount property: Node count of the cluster.DataFlowDebugSessionInfoInner
DataFlowDebugSessionInfoInner. withSessionId(String sessionId)
Set the sessionId property: The ID of data flow debug session.DataFlowDebugSessionInfoInner
DataFlowDebugSessionInfoInner. withStartTime(String startTime)
Set the startTime property: Start time of data flow debug session.DataFlowDebugSessionInfoInner
DataFlowDebugSessionInfoInner. withTimeToLiveInMinutes(Integer timeToLiveInMinutes)
Set the timeToLiveInMinutes property: Compute type of the cluster. -
Uses of DataFlowDebugSessionInfoInner in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return DataFlowDebugSessionInfoInner Modifier and Type Method Description DataFlowDebugSessionInfoInner
DataFlowDebugSessionInfo. innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.DataFlowDebugSessionInfoInner object.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type DataFlowDebugSessionInfoInner Modifier and Type Method Description List<DataFlowDebugSessionInfoInner>
QueryDataFlowDebugSessionsResponse. value()
Get the value property: Array with all active debug sessions.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type DataFlowDebugSessionInfoInner Modifier and Type Method Description QueryDataFlowDebugSessionsResponse
QueryDataFlowDebugSessionsResponse. withValue(List<DataFlowDebugSessionInfoInner> value)
Set the value property: Array with all active debug sessions.
-