AutoLearnPrivateRangesMode 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.
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
Azure SDK for .NET