次の方法で共有


PrivateEndpointConnectionForPrivateLinkHubBasic コンストラクター

定義

オーバーロード

PrivateEndpointConnectionForPrivateLinkHubBasic()

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

PrivateEndpointConnectionForPrivateLinkHubBasic(String, PrivateEndpoint, PrivateLinkServiceConnectionState, String)

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

PrivateEndpointConnectionForPrivateLinkHubBasic()

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

public PrivateEndpointConnectionForPrivateLinkHubBasic ();
Public Sub New ()

適用対象

PrivateEndpointConnectionForPrivateLinkHubBasic(String, PrivateEndpoint, PrivateLinkServiceConnectionState, String)

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

public PrivateEndpointConnectionForPrivateLinkHubBasic (string id = default, Microsoft.Azure.Management.Synapse.Models.PrivateEndpoint privateEndpoint = default, Microsoft.Azure.Management.Synapse.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, string provisioningState = default);
new Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnectionForPrivateLinkHubBasic : string * Microsoft.Azure.Management.Synapse.Models.PrivateEndpoint * Microsoft.Azure.Management.Synapse.Models.PrivateLinkServiceConnectionState * string -> Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnectionForPrivateLinkHubBasic
Public Sub New (Optional id As String = Nothing, Optional privateEndpoint As PrivateEndpoint = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing, Optional provisioningState As String = Nothing)

パラメーター

id
String

identifier

privateEndpoint
PrivateEndpoint

接続が属するプライベート エンドポイント。

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

プライベート エンドポイント接続の接続状態。

provisioningState
String

プライベート エンドポイント接続のプロビジョニング状態。

適用対象