Share via


VpnNatRuleMode Struct

Definition

The Source NAT direction of a VPN NAT.

public readonly struct VpnNatRuleMode : IEquatable<Azure.ResourceManager.Network.Models.VpnNatRuleMode>
type VpnNatRuleMode = struct
Public Structure VpnNatRuleMode
Implements IEquatable(Of VpnNatRuleMode)
Inheritance
VpnNatRuleMode
Implements

Constructors

VpnNatRuleMode(String)

Initializes a new instance of VpnNatRuleMode.

Properties

EgressSnat

EgressSnat.

IngressSnat

IngressSnat.

Methods

Equals(VpnNatRuleMode)

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(VpnNatRuleMode, VpnNatRuleMode)

Determines if two VpnNatRuleMode values are the same.

Implicit(String to VpnNatRuleMode)

Converts a string to a VpnNatRuleMode.

Inequality(VpnNatRuleMode, VpnNatRuleMode)

Determines if two VpnNatRuleMode values are not the same.

Applies to