HDInsightPrivateIPAllocationMethod 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 method that private IP address is allocated.
public readonly struct HDInsightPrivateIPAllocationMethod : IEquatable<Azure.ResourceManager.HDInsight.Models.HDInsightPrivateIPAllocationMethod>
type HDInsightPrivateIPAllocationMethod = struct
Public Structure HDInsightPrivateIPAllocationMethod
Implements IEquatable(Of HDInsightPrivateIPAllocationMethod)
- Inheritance
-
HDInsightPrivateIPAllocationMethod
- Implements
Constructors
HDInsightPrivateIPAllocationMethod(String) |
Initializes a new instance of HDInsightPrivateIPAllocationMethod. |
Properties
Dynamic |
dynamic. |
Static |
static. |
Methods
Equals(HDInsightPrivateIPAllocationMethod) |
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(HDInsightPrivateIPAllocationMethod, HDInsightPrivateIPAllocationMethod) |
Determines if two HDInsightPrivateIPAllocationMethod values are the same. |
Implicit(String to HDInsightPrivateIPAllocationMethod) |
Converts a string to a HDInsightPrivateIPAllocationMethod. |
Inequality(HDInsightPrivateIPAllocationMethod, HDInsightPrivateIPAllocationMethod) |
Determines if two HDInsightPrivateIPAllocationMethod values are not the same. |
Applies to
Azure SDK for .NET