Uses of Class
com.azure.resourcemanager.network.models.OrderByOrder
-
Packages that use OrderByOrder Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of OrderByOrder in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as OrderByOrder Modifier and Type Field Description static OrderByOrderOrderByOrder. ASCENDINGStatic value Ascending for OrderByOrder.static OrderByOrderOrderByOrder. DESCENDINGStatic value Descending for OrderByOrder.Methods in com.azure.resourcemanager.network.models that return OrderByOrder Modifier and Type Method Description static OrderByOrderOrderByOrder. fromString(String name)Creates or finds a OrderByOrder from its string representation.OrderByOrderOrderBy. order()Get the order property: Describes if results should be in ascending/descending order.Methods in com.azure.resourcemanager.network.models that return types with arguments of type OrderByOrder Modifier and Type Method Description static Collection<OrderByOrder>OrderByOrder. values()Methods in com.azure.resourcemanager.network.models with parameters of type OrderByOrder Modifier and Type Method Description OrderByOrderBy. withOrder(OrderByOrder order)Set the order property: Describes if results should be in ascending/descending order.
-