Share via


PrivateEndpointConnectionForPrivateLinkHubBasic Constructors

Definition

Overloads

PrivateEndpointConnectionForPrivateLinkHubBasic()

Initializes a new instance of the PrivateEndpointConnectionForPrivateLinkHubBasic class.

PrivateEndpointConnectionForPrivateLinkHubBasic(String, PrivateEndpoint, PrivateLinkServiceConnectionState, String)

Initializes a new instance of the PrivateEndpointConnectionForPrivateLinkHubBasic class.

PrivateEndpointConnectionForPrivateLinkHubBasic()

Initializes a new instance of the PrivateEndpointConnectionForPrivateLinkHubBasic class.

public PrivateEndpointConnectionForPrivateLinkHubBasic ();
Public Sub New ()

Applies to

PrivateEndpointConnectionForPrivateLinkHubBasic(String, PrivateEndpoint, PrivateLinkServiceConnectionState, String)

Initializes a new instance of the PrivateEndpointConnectionForPrivateLinkHubBasic class.

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)

Parameters

id
String

identifier

privateEndpoint
PrivateEndpoint

The private endpoint which the connection belongs to.

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

Connection state of the private endpoint connection.

provisioningState
String

Provisioning state of the private endpoint connection.

Applies to