Compartir a través de


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

Name Description
HDInsightPrivateIPAllocationMethod(String)

Initializes a new instance of HDInsightPrivateIPAllocationMethod.

Properties

Name Description
Dynamic

dynamic.

Static

static.

Methods

Name Description
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

Name Description
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