Uses of Enum Class
org.azd.enums.VariableGroupQueryOrder
Packages that use VariableGroupQueryOrder
-
Uses of VariableGroupQueryOrder in org.azd.distributedtask
Methods in org.azd.distributedtask with parameters of type VariableGroupQueryOrderModifier and TypeMethodDescriptionDistributedTaskApi.getVariableGroups(int top, VariableGroupActionFilter actionFilter, int continuationToken, String groupName, VariableGroupQueryOrder queryOrder) Get variable groups. -
Uses of VariableGroupQueryOrder in org.azd.enums
Methods in org.azd.enums that return VariableGroupQueryOrderModifier and TypeMethodDescriptionstatic VariableGroupQueryOrderReturns the enum constant of this class with the specified name.static VariableGroupQueryOrder[]VariableGroupQueryOrder.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of VariableGroupQueryOrder in org.azd.interfaces
Methods in org.azd.interfaces with parameters of type VariableGroupQueryOrderModifier and TypeMethodDescriptionDistributedTaskDetails.getVariableGroups(int top, VariableGroupActionFilter actionFilter, int continuationToken, String groupName, VariableGroupQueryOrder queryOrder)