Share via


AllowEgressNatType Struct

Definition

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