PrivateEndpointConnection.DefinitionStages.WithPrivateEndpoint Interface

public static interface PrivateEndpointConnection.DefinitionStages.WithPrivateEndpoint

The stage of the PrivateEndpointConnection definition allowing to specify privateEndpoint.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPrivateEndpoint(PrivateEndpointProperty privateEndpoint)

Specifies the privateEndpoint property: Private endpoint which the connection belongs to..

Method Details

withPrivateEndpoint

public abstract PrivateEndpointConnection.DefinitionStages.WithCreate withPrivateEndpoint(PrivateEndpointProperty privateEndpoint)

Specifies the privateEndpoint property: Private endpoint which the connection belongs to..

Parameters:

privateEndpoint - Private endpoint which the connection belongs to.

Returns:

the next definition stage.

Applies to