次の方法で共有


IPConfiguration コンストラクター

定義

オーバーロード

IPConfiguration()

IPConfiguration クラスの新しいインスタンスを初期化します。

IPConfiguration(String, String, String, String, Nullable<Boolean>, String, String, ResourceId)

IPConfiguration クラスの新しいインスタンスを初期化します。

IPConfiguration()

IPConfiguration クラスの新しいインスタンスを初期化します。

public IPConfiguration ();
Public Sub New ()

適用対象

IPConfiguration(String, String, String, String, Nullable<Boolean>, String, String, ResourceId)

IPConfiguration クラスの新しいインスタンスを初期化します。

public IPConfiguration (string name, string id = default, string type = default, string provisioningState = default, bool? primary = default, string privateIPAddress = default, string privateIPAllocationMethod = default, Microsoft.Azure.Management.HDInsight.Models.ResourceId subnet = default);
new Microsoft.Azure.Management.HDInsight.Models.IPConfiguration : string * string * string * string * Nullable<bool> * string * string * Microsoft.Azure.Management.HDInsight.Models.ResourceId -> Microsoft.Azure.Management.HDInsight.Models.IPConfiguration
Public Sub New (name As String, Optional id As String = Nothing, Optional type As String = Nothing, Optional provisioningState As String = Nothing, Optional primary As Nullable(Of Boolean) = Nothing, Optional privateIPAddress As String = Nothing, Optional privateIPAllocationMethod As String = Nothing, Optional subnet As ResourceId = Nothing)

パラメーター

name
String

プライベート リンク IP 構成の名前。

id
String

プライベート リンクの IP 構成 ID。

type
String

プライベート リンク IP 構成の種類。

provisioningState
String

応答にのみ表示されるプライベート リンク構成のプロビジョニング状態。 使用可能な値には、'InProgress'、'Failed'、'Succeeded'、'Canceled'、'Removeing' などがあります。

primary
Nullable<Boolean>

この IP 構成が対応する NIC のプライマリであるかどうかを示します。

privateIPAddress
String

IP アドレスです。

privateIPAllocationMethod
String

プライベート IP アドレスが割り当てられるメソッド。 使用可能な値は次のとおりです: 'dynamic'、'static'

subnet
ResourceId

サブネット リソース ID。

適用対象