Aracılığıyla paylaş


AzureFirewallNatRCActionType Struct

Definition

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