Condividi tramite


PrivateEndpointConnectionProperties Constructors

Definition

Overloads

PrivateEndpointConnectionProperties()

Initializes a new instance of the PrivateEndpointConnectionProperties class.

PrivateEndpointConnectionProperties(PrivateEndpointConnectionPropertiesPrivateEndpoint, PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState)

Initializes a new instance of the PrivateEndpointConnectionProperties class.

PrivateEndpointConnectionProperties()

Initializes a new instance of the PrivateEndpointConnectionProperties class.

public PrivateEndpointConnectionProperties ();
Public Sub New ()

Applies to

PrivateEndpointConnectionProperties(PrivateEndpointConnectionPropertiesPrivateEndpoint, PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState)

Initializes a new instance of the PrivateEndpointConnectionProperties class.

public PrivateEndpointConnectionProperties (Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionPropertiesPrivateEndpoint privateEndpoint = default, Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState = default);
new Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionProperties : Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionPropertiesPrivateEndpoint * Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState -> Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionProperties
Public Sub New (Optional privateEndpoint As PrivateEndpointConnectionPropertiesPrivateEndpoint = Nothing, Optional privateLinkServiceConnectionState As PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState = Nothing)

Parameters

privateEndpoint
PrivateEndpointConnectionPropertiesPrivateEndpoint

The private endpoint resource from Microsoft.Network provider.

privateLinkServiceConnectionState
PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState

Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.

Applies to