次の方法で共有


PrivateLinkServiceConnectionStateProperty コンストラクター

定義

オーバーロード

PrivateLinkServiceConnectionStateProperty()

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

PrivateLinkServiceConnectionStateProperty(String, String, String)

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

PrivateLinkServiceConnectionStateProperty()

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

public PrivateLinkServiceConnectionStateProperty ();
Public Sub New ()

適用対象

PrivateLinkServiceConnectionStateProperty(String, String, String)

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

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

パラメーター

status
String

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

description
String

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

actionsRequired
String

プライベート リンク サービス接続に必要なアクション。 使用可能な値は次のとおりです: 'None'

適用対象