次の方法で共有


MySqlPrivateLinkServiceConnectionStateProperty(String, String) コンストラクター

定義

MySqlPrivateLinkServiceConnectionStateProperty の新しいインスタンスを初期化します。

public MySqlPrivateLinkServiceConnectionStateProperty (string status, string description);
new Azure.ResourceManager.MySql.Models.MySqlPrivateLinkServiceConnectionStateProperty : string * string -> Azure.ResourceManager.MySql.Models.MySqlPrivateLinkServiceConnectionStateProperty
Public Sub New (status As String, description As String)

パラメーター

status
String

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

description
String

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

例外

status または description が null です。

適用対象