Uses of Class
com.azure.resourcemanager.datafactory.models.TriggerRun
-
Packages that use TriggerRun 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 TriggerRun in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return types with arguments of type TriggerRun Modifier and Type Method Description List<TriggerRun>
TriggerRunsQueryResponseInner. value()
Get the value property: List of trigger runs.Method parameters in com.azure.resourcemanager.datafactory.fluent.models with type arguments of type TriggerRun Modifier and Type Method Description TriggerRunsQueryResponseInner
TriggerRunsQueryResponseInner. withValue(List<TriggerRun> value)
Set the value property: List of trigger runs. -
Uses of TriggerRun in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return TriggerRun Modifier and Type Method Description TriggerRun
TriggerRun. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Trigger runs.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type TriggerRun Modifier and Type Method Description List<TriggerRun>
TriggerRunsQueryResponse. value()
Gets the value property: List of trigger runs.
-