次の方法で共有


PrivateLinkServiceConnectionState コンストラクター

定義

オーバーロード

PrivateLinkServiceConnectionState()

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

PrivateLinkServiceConnectionState(ConnectionStatus, String)

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

PrivateLinkServiceConnectionState()

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

public PrivateLinkServiceConnectionState ();
Public Sub New ()

適用対象

PrivateLinkServiceConnectionState(ConnectionStatus, String)

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

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

パラメーター

status
ConnectionStatus

プライベート リンク サービスの接続状態。 使用可能な値は、'Pending'、'Approved'、'Rejected'、'Disconnected' です。

description
String

プライベート リンク サービス接続の説明。

適用対象