PrivateLinkConnectionApprovalRequest Constructors

Definition

Overloads

PrivateLinkConnectionApprovalRequest()

Initializes a new instance of the PrivateLinkConnectionApprovalRequest class.

PrivateLinkConnectionApprovalRequest(PrivateLinkConnectionState, PrivateEndpoint)

Initializes a new instance of the PrivateLinkConnectionApprovalRequest class.

PrivateLinkConnectionApprovalRequest()

Initializes a new instance of the PrivateLinkConnectionApprovalRequest class.

public PrivateLinkConnectionApprovalRequest ();
Public Sub New ()

Applies to

PrivateLinkConnectionApprovalRequest(PrivateLinkConnectionState, PrivateEndpoint)

Initializes a new instance of the PrivateLinkConnectionApprovalRequest class.

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)

Parameters

privateLinkServiceConnectionState
PrivateLinkConnectionState
privateEndpoint
PrivateEndpoint

The resource of private endpoint.

Applies to