PrivateEndpointConnection.UpdateStages.WithPrivateEndpoint Interface

public static interface PrivateEndpointConnection.UpdateStages.WithPrivateEndpoint

The stage of the PrivateEndpointConnection update allowing to specify privateEndpoint.

Method Summary

Modifier and Type Method and Description
abstract Update withPrivateEndpoint(PrivateEndpoint privateEndpoint)

Specifies the privateEndpoint property: The private endpoint resource..

Method Details

withPrivateEndpoint

public abstract PrivateEndpointConnection.Update withPrivateEndpoint(PrivateEndpoint privateEndpoint)

Specifies the privateEndpoint property: The private endpoint resource..

Parameters:

privateEndpoint - The private endpoint resource.

Returns:

the next definition stage.

Applies to