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
| Name | Description |
|---|---|
| AllowEgressNatType(String) |
Initializes a new instance of AllowEgressNatType. |
Properties
| Name | Description |
|---|---|
| Disabled |
Gets the Disabled. |
| Enabled |
Gets the Enabled. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(AllowEgressNatType, AllowEgressNatType) |
Determines if two AllowEgressNatType values are the same. |
| Implicit(String to AllowEgressNatType) |
Converts a string to a AllowEgressNatType. |
| Implicit(String to Nullable<AllowEgressNatType>) | |
| Inequality(AllowEgressNatType, AllowEgressNatType) |
Determines if two AllowEgressNatType values are not the same. |