Uses of Class
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeDebugResource
-
Packages that use IntegrationRuntimeDebugResource Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of IntegrationRuntimeDebugResource in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return IntegrationRuntimeDebugResource Modifier and Type Method Description IntegrationRuntimeDebugResource
CreateDataFlowDebugSessionRequest. integrationRuntime()
Get the integrationRuntime property: Set to use integration runtime setting for data flow debug session.IntegrationRuntimeDebugResource
IntegrationRuntimeDebugResource. withName(String name)
Set the name property: The resource name.IntegrationRuntimeDebugResource
IntegrationRuntimeDebugResource. withProperties(IntegrationRuntime properties)
Set the properties property: Integration runtime properties.Methods in com.azure.resourcemanager.datafactory.models with parameters of type IntegrationRuntimeDebugResource Modifier and Type Method Description CreateDataFlowDebugSessionRequest
CreateDataFlowDebugSessionRequest. withIntegrationRuntime(IntegrationRuntimeDebugResource integrationRuntime)
Set the integrationRuntime property: Set to use integration runtime setting for data flow debug session.
-