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