Uses of Class
com.azure.resourcemanager.datafactory.models.RunQueryOrderByField
-
Packages that use RunQueryOrderByField Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of RunQueryOrderByField in com.azure.resourcemanager.datafactory.models
Fields in com.azure.resourcemanager.datafactory.models declared as RunQueryOrderByField Modifier and Type Field Description static RunQueryOrderByField
RunQueryOrderByField. ACTIVITY_NAME
Static value ActivityName for RunQueryOrderByField.static RunQueryOrderByField
RunQueryOrderByField. ACTIVITY_RUN_END
Static value ActivityRunEnd for RunQueryOrderByField.static RunQueryOrderByField
RunQueryOrderByField. ACTIVITY_RUN_START
Static value ActivityRunStart for RunQueryOrderByField.static RunQueryOrderByField
RunQueryOrderByField. PIPELINE_NAME
Static value PipelineName for RunQueryOrderByField.static RunQueryOrderByField
RunQueryOrderByField. RUN_END
Static value RunEnd for RunQueryOrderByField.static RunQueryOrderByField
RunQueryOrderByField. RUN_START
Static value RunStart for RunQueryOrderByField.static RunQueryOrderByField
RunQueryOrderByField. STATUS
Static value Status for RunQueryOrderByField.static RunQueryOrderByField
RunQueryOrderByField. TRIGGER_NAME
Static value TriggerName for RunQueryOrderByField.static RunQueryOrderByField
RunQueryOrderByField. TRIGGER_RUN_TIMESTAMP
Static value TriggerRunTimestamp for RunQueryOrderByField.Methods in com.azure.resourcemanager.datafactory.models that return RunQueryOrderByField Modifier and Type Method Description static RunQueryOrderByField
RunQueryOrderByField. fromString(String name)
Creates or finds a RunQueryOrderByField from its string representation.RunQueryOrderByField
RunQueryOrderBy. orderBy()
Get the orderBy property: Parameter name to be used for order by.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type RunQueryOrderByField Modifier and Type Method Description static Collection<RunQueryOrderByField>
RunQueryOrderByField. values()
Gets known RunQueryOrderByField values.Methods in com.azure.resourcemanager.datafactory.models with parameters of type RunQueryOrderByField Modifier and Type Method Description RunQueryOrderBy
RunQueryOrderBy. withOrderBy(RunQueryOrderByField orderBy)
Set the orderBy property: Parameter name to be used for order by.
-