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
| Name | Description |
|---|---|
| VpnNatRuleType(String) |
Initializes a new instance of VpnNatRuleType. |
Properties
| Name | Description |
|---|---|
| Dynamic |
Dynamic. |
| Static |
Static. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |