次の方法で共有


PrivateLinkServiceConnectionState コンストラクター

定義

オーバーロード

PrivateLinkServiceConnectionState()

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

PrivateLinkServiceConnectionState(String, String, String)

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

PrivateLinkServiceConnectionState()

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

public PrivateLinkServiceConnectionState();
Public Sub New ()

適用対象

PrivateLinkServiceConnectionState(String, String, String)

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

public PrivateLinkServiceConnectionState(string status, string description = default, string actionsRequired = default);
new Microsoft.Azure.Management.HDInsight.Models.PrivateLinkServiceConnectionState : string * string * string -> Microsoft.Azure.Management.HDInsight.Models.PrivateLinkServiceConnectionState
Public Sub New (status As String, Optional description As String = Nothing, Optional actionsRequired As String = Nothing)

パラメーター

status
String

具体的なプライベート リンク サービス接続。 使用可能な値は、'Approved'、'Rejected'、'Pending'、'Removed' です。

description
String

状態の説明 (省略可能)。

actionsRequired
String

それ以上のアクションがあるかどうか。

適用対象