VpnNatRuleType 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 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
Azure SDK for .NET