次の方法で共有


PrivateLinkConnectionApprovalRequest コンストラクター

定義

オーバーロード

PrivateLinkConnectionApprovalRequest()

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

PrivateLinkConnectionApprovalRequest(PrivateLinkConnectionState, PrivateEndpoint)

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

PrivateLinkConnectionApprovalRequest()

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

public PrivateLinkConnectionApprovalRequest ();
Public Sub New ()

適用対象

PrivateLinkConnectionApprovalRequest(PrivateLinkConnectionState, PrivateEndpoint)

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

public PrivateLinkConnectionApprovalRequest (Microsoft.Azure.Management.DataFactory.Models.PrivateLinkConnectionState privateLinkServiceConnectionState = default, Microsoft.Azure.Management.DataFactory.Models.PrivateEndpoint privateEndpoint = default);
new Microsoft.Azure.Management.DataFactory.Models.PrivateLinkConnectionApprovalRequest : Microsoft.Azure.Management.DataFactory.Models.PrivateLinkConnectionState * Microsoft.Azure.Management.DataFactory.Models.PrivateEndpoint -> Microsoft.Azure.Management.DataFactory.Models.PrivateLinkConnectionApprovalRequest
Public Sub New (Optional privateLinkServiceConnectionState As PrivateLinkConnectionState = Nothing, Optional privateEndpoint As PrivateEndpoint = Nothing)

パラメーター

privateLinkServiceConnectionState
PrivateLinkConnectionState
privateEndpoint
PrivateEndpoint

プライベート エンドポイントのリソース。

適用対象