次の方法で共有


PrivateLinkConfiguration コンストラクター

定義

オーバーロード

PrivateLinkConfiguration()

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

PrivateLinkConfiguration(String, String, IList<IPConfiguration>, String, String, String)

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

PrivateLinkConfiguration()

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

public PrivateLinkConfiguration ();
Public Sub New ()

適用対象

PrivateLinkConfiguration(String, String, IList<IPConfiguration>, String, String, String)

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

public PrivateLinkConfiguration (string name, string groupId, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.IPConfiguration> ipConfigurations, string id = default, string type = default, string provisioningState = default);
new Microsoft.Azure.Management.HDInsight.Models.PrivateLinkConfiguration : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.IPConfiguration> * string * string * string -> Microsoft.Azure.Management.HDInsight.Models.PrivateLinkConfiguration
Public Sub New (name As String, groupId As String, ipConfigurations As IList(Of IPConfiguration), Optional id As String = Nothing, Optional type As String = Nothing, Optional provisioningState As String = Nothing)

パラメーター

name
String

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

groupId
String

プライベート リンク構成を適用する HDInsight プライベート リンク可能サブリソース名。 たとえば、'headnode'、'gateway'、'edgenode' などです。

ipConfigurations
IList<IPConfiguration>

プライベート リンク サービスの IP 構成。

id
String

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

type
String

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

provisioningState
String

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

適用対象