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