次の方法で共有


PrivateLinkServiceConnectionStateProperty コンストラクター

定義

オーバーロード

PrivateLinkServiceConnectionStateProperty()

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

PrivateLinkServiceConnectionStateProperty(String, String, String)

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

PrivateLinkServiceConnectionStateProperty()

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

public PrivateLinkServiceConnectionStateProperty ();
Public Sub New ()

適用対象

PrivateLinkServiceConnectionStateProperty(String, String, String)

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

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

パラメーター

status
String

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

description
String

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

actionsRequired
String

基本的なワークフローを超えて必要なアクション (承認/拒否/切断)

適用対象