Sdílet prostřednictvím


NaptState Struct

Definition

Whether network address and port translation is enabled.

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

Constructors

NaptState(String)

Initializes a new instance of NaptState.

Properties

Disabled

NAPT is disabled.

Enabled

NAPT is enabled.

Methods

Equals(NaptState)

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

Determines if two NaptState values are the same.

Implicit(String to NaptState)

Converts a string to a NaptState.

Inequality(NaptState, NaptState)

Determines if two NaptState values are not the same.

Applies to