Nat64State Struct

Definition

Whether Nat64 is enabled for the NAT gateway resource.

public readonly struct Nat64State : IEquatable<Azure.ResourceManager.Network.Models.Nat64State>
type Nat64State = struct
Public Structure Nat64State
Implements IEquatable(Of Nat64State)
Inheritance
Nat64State
Implements

Constructors

Name Description
Nat64State(String)

Initializes a new instance of Nat64State.

Properties

Name Description
Disabled

Nat64 is disabled.

Enabled

Nat64 is enabled.

None

Nat64 Property is not set.

Methods

Name Description
Equals(Nat64State)

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(Nat64State, Nat64State)

Determines if two Nat64State values are the same.

Implicit(String to Nat64State)

Converts a string to a Nat64State.

Implicit(String to Nullable<Nat64State>)
Inequality(Nat64State, Nat64State)

Determines if two Nat64State values are not the same.

Applies to