Share via


PrivateEndpointConnectionPropertiesPrivateEndpoint Constructors

Definition

Overloads

PrivateEndpointConnectionPropertiesPrivateEndpoint()

Initializes a new instance of the PrivateEndpointConnectionPropertiesPrivateEndpoint class.

PrivateEndpointConnectionPropertiesPrivateEndpoint(String)

Initializes a new instance of the PrivateEndpointConnectionPropertiesPrivateEndpoint class.

PrivateEndpointConnectionPropertiesPrivateEndpoint()

Initializes a new instance of the PrivateEndpointConnectionPropertiesPrivateEndpoint class.

public PrivateEndpointConnectionPropertiesPrivateEndpoint ();
Public Sub New ()

Applies to

PrivateEndpointConnectionPropertiesPrivateEndpoint(String)

Initializes a new instance of the PrivateEndpointConnectionPropertiesPrivateEndpoint class.

public PrivateEndpointConnectionPropertiesPrivateEndpoint (string id = default);
new Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionPropertiesPrivateEndpoint : string -> Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionPropertiesPrivateEndpoint
Public Sub New (Optional id As String = Nothing)

Parameters

id
String

The resource id of the private endpoint resource from Microsoft.Network provider.

Applies to