Share via


VpnNatRuleType Struct

Definition

The type of NAT rule for VPN NAT.

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

Constructors

VpnNatRuleType(String)

Initializes a new instance of VpnNatRuleType.

Properties

Dynamic

Dynamic.

Static

Static.

Methods

Equals(VpnNatRuleType)

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

Determines if two VpnNatRuleType values are the same.

Implicit(String to VpnNatRuleType)

Converts a string to a VpnNatRuleType.

Inequality(VpnNatRuleType, VpnNatRuleType)

Determines if two VpnNatRuleType values are not the same.

Applies to