IWithPrivateEndpointConnectionSettings.WithPrivateEndpoint(String) Method

Definition

Sets the private endpoint ID.

public Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithPrivateEndpointConnectionSettings WithPrivateEndpoint (string privateEndpointId);
abstract member WithPrivateEndpoint : string -> Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithPrivateEndpointConnectionSettings
Public Function WithPrivateEndpoint (privateEndpointId As String) As IWithPrivateEndpointConnectionSettings

Parameters

privateEndpointId
String

The ID of private endpoint.

Returns

Applies to