Share via


AutoLearnPrivateRangesMode Struct

Definition

The operation mode for automatically learning private ranges to not be SNAT.

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

Constructors

AutoLearnPrivateRangesMode(String)

Initializes a new instance of AutoLearnPrivateRangesMode.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(AutoLearnPrivateRangesMode)

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

Determines if two AutoLearnPrivateRangesMode values are the same.

Implicit(String to AutoLearnPrivateRangesMode)

Converts a string to a AutoLearnPrivateRangesMode.

Inequality(AutoLearnPrivateRangesMode, AutoLearnPrivateRangesMode)

Determines if two AutoLearnPrivateRangesMode values are not the same.

Applies to