RoutePolicyActionType 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.
Action type. Example: Permit | Deny | Continue.
public readonly struct RoutePolicyActionType : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.RoutePolicyActionType>
type RoutePolicyActionType = struct
Public Structure RoutePolicyActionType
Implements IEquatable(Of RoutePolicyActionType)
- Inheritance
-
RoutePolicyActionType
- Implements
Constructors
RoutePolicyActionType(String) |
Initializes a new instance of RoutePolicyActionType. |
Properties
Continue |
Continue. |
Deny |
Deny. |
Permit |
Permit. |
Methods
Equals(RoutePolicyActionType) |
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(RoutePolicyActionType, RoutePolicyActionType) |
Determines if two RoutePolicyActionType values are the same. |
Implicit(String to RoutePolicyActionType) |
Converts a string to a RoutePolicyActionType. |
Inequality(RoutePolicyActionType, RoutePolicyActionType) |
Determines if two RoutePolicyActionType values are not the same. |
Applies to
Azure SDK for .NET