Uses of Class
com.azure.resourcemanager.network.models.OrderBy
-
Packages that use OrderBy Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of OrderBy in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return OrderBy Modifier and Type Method Description OrderByIdpsQueryObject. orderBy()Get the orderBy property: Column to sort response by.OrderByOrderBy. withField(String field)Set the field property: Describes the actual column name to sort by.OrderByOrderBy. withOrder(OrderByOrder order)Set the order property: Describes if results should be in ascending/descending order.Methods in com.azure.resourcemanager.network.models with parameters of type OrderBy Modifier and Type Method Description IdpsQueryObjectIdpsQueryObject. withOrderBy(OrderBy orderBy)Set the orderBy property: Column to sort response by.
-