FirewallPolicyIdpsQuerySortOrder Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes if results should be in ascending/descending order.
public readonly struct FirewallPolicyIdpsQuerySortOrder : IEquatable<Azure.ResourceManager.Network.Models.FirewallPolicyIdpsQuerySortOrder>
type FirewallPolicyIdpsQuerySortOrder = struct
Public Structure FirewallPolicyIdpsQuerySortOrder
Implements IEquatable(Of FirewallPolicyIdpsQuerySortOrder)
- Inheritance
-
FirewallPolicyIdpsQuerySortOrder
- Implements
Constructors
FirewallPolicyIdpsQuerySortOrder(String) |
Initializes a new instance of FirewallPolicyIdpsQuerySortOrder. |
Properties
Ascending |
Ascending. |
Descending |
Descending. |
Methods
Equals(FirewallPolicyIdpsQuerySortOrder) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(FirewallPolicyIdpsQuerySortOrder, FirewallPolicyIdpsQuerySortOrder) |
Determines if two FirewallPolicyIdpsQuerySortOrder values are the same. |
Implicit(String to FirewallPolicyIdpsQuerySortOrder) |
Converts a string to a FirewallPolicyIdpsQuerySortOrder. |
Inequality(FirewallPolicyIdpsQuerySortOrder, FirewallPolicyIdpsQuerySortOrder) |
Determines if two FirewallPolicyIdpsQuerySortOrder values are not the same. |
Applies to
Azure SDK for .NET