Class FirewallPolicyIdpsQuerySortOrder
java.lang.Object
com.azure.core.util.ExpandableStringEnum<FirewallPolicyIdpsQuerySortOrder>
com.azure.resourcemanager.network.models.FirewallPolicyIdpsQuerySortOrder
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class FirewallPolicyIdpsQuerySortOrder
extends com.azure.core.util.ExpandableStringEnum<FirewallPolicyIdpsQuerySortOrder>
Describes if results should be in ascending/descending order.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FirewallPolicyIdpsQuerySortOrderStatic value Ascending for FirewallPolicyIdpsQuerySortOrder.static final FirewallPolicyIdpsQuerySortOrderStatic value Descending for FirewallPolicyIdpsQuerySortOrder. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a FirewallPolicyIdpsQuerySortOrder from its string representation.values()Gets known FirewallPolicyIdpsQuerySortOrder values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ASCENDING
Static value Ascending for FirewallPolicyIdpsQuerySortOrder. -
DESCENDING
Static value Descending for FirewallPolicyIdpsQuerySortOrder.
-
-
Constructor Details
-
FirewallPolicyIdpsQuerySortOrder
Deprecated.Use thefromString(String)factory method.Creates a new instance of FirewallPolicyIdpsQuerySortOrder value.
-
-
Method Details
-
fromString
Creates or finds a FirewallPolicyIdpsQuerySortOrder from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding FirewallPolicyIdpsQuerySortOrder.
-
values
Gets known FirewallPolicyIdpsQuerySortOrder values.- Returns:
- known FirewallPolicyIdpsQuerySortOrder values.
-
fromString(String)factory method.