次の方法で共有


ServerPrivateLinkServiceConnectionStateProperty コンストラクター

定義

オーバーロード

ServerPrivateLinkServiceConnectionStateProperty()

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

ServerPrivateLinkServiceConnectionStateProperty(String, String, String)

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

ServerPrivateLinkServiceConnectionStateProperty()

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

public ServerPrivateLinkServiceConnectionStateProperty();
Public Sub New ()

適用対象

ServerPrivateLinkServiceConnectionStateProperty(String, String, String)

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

public ServerPrivateLinkServiceConnectionStateProperty(string status, string description, string actionsRequired = default);
new Microsoft.Azure.Management.MySQL.Models.ServerPrivateLinkServiceConnectionStateProperty : string * string * string -> Microsoft.Azure.Management.MySQL.Models.ServerPrivateLinkServiceConnectionStateProperty
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'

適用対象