AllowEgressNatType 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.
Egress NAT.
public readonly struct AllowEgressNatType : IEquatable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.AllowEgressNatType>
type AllowEgressNatType = struct
Public Structure AllowEgressNatType
Implements IEquatable(Of AllowEgressNatType)
- Inheritance
-
AllowEgressNatType
- Implements
Constructors
AllowEgressNatType(String) |
Initializes a new instance of AllowEgressNatType. |
Properties
Disabled |
DISABLED. |
Enabled |
ENABLED. |
Methods
Equals(AllowEgressNatType) |
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(AllowEgressNatType, AllowEgressNatType) |
Determines if two AllowEgressNatType values are the same. |
Implicit(String to AllowEgressNatType) |
Converts a string to a AllowEgressNatType. |
Inequality(AllowEgressNatType, AllowEgressNatType) |
Determines if two AllowEgressNatType values are not the same. |
Applies to
Azure SDK for .NET