次の方法で共有


HDInsightPrivateIPAllocationMethod 構造体

定義

プライベート IP アドレスが割り当てられるメソッド。

public readonly struct HDInsightPrivateIPAllocationMethod : IEquatable<Azure.ResourceManager.HDInsight.Models.HDInsightPrivateIPAllocationMethod>
type HDInsightPrivateIPAllocationMethod = struct
Public Structure HDInsightPrivateIPAllocationMethod
Implements IEquatable(Of HDInsightPrivateIPAllocationMethod)
継承
HDInsightPrivateIPAllocationMethod
実装

コンストラクター

HDInsightPrivateIPAllocationMethod(String)

HDInsightPrivateIPAllocationMethod の新しいインスタンスを初期化します。

プロパティ

Dynamic

動的。

Static

静的。

メソッド

Equals(HDInsightPrivateIPAllocationMethod)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(HDInsightPrivateIPAllocationMethod, HDInsightPrivateIPAllocationMethod)

2 つの HDInsightPrivateIPAllocationMethod 値が同じかどうかを判断します。

Implicit(String to HDInsightPrivateIPAllocationMethod)

文字列を HDInsightPrivateIPAllocationMethod に変換します。

Inequality(HDInsightPrivateIPAllocationMethod, HDInsightPrivateIPAllocationMethod)

2 つの HDInsightPrivateIPAllocationMethod 値が同じでないかどうかを判断します。

適用対象