HDInsightPrivateIPAllocationMethod Struct

Definition

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