Uses of Class
com.azure.resourcemanager.datafactory.models.ActivityRun
-
Packages that use ActivityRun Package Description 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 ActivityRun in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return types with arguments of type ActivityRun Modifier and Type Method Description List<ActivityRun>
ActivityRunsQueryResponseInner. value()
Get the value property: List of activity runs.Method parameters in com.azure.resourcemanager.datafactory.fluent.models with type arguments of type ActivityRun Modifier and Type Method Description ActivityRunsQueryResponseInner
ActivityRunsQueryResponseInner. withValue(List<ActivityRun> value)
Set the value property: List of activity runs. -
Uses of ActivityRun in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return ActivityRun Modifier and Type Method Description ActivityRun
ActivityRun. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Information about an activity run in a pipeline.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type ActivityRun Modifier and Type Method Description List<ActivityRun>
ActivityRunsQueryResponse. value()
Gets the value property: List of activity runs.
-