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(PrivateEndpoint privateEndpoint)

Specifies the privateEndpoint property: The resource of private end point..

Method Details

withPrivateEndpoint

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

Specifies the privateEndpoint property: The resource of private end point..

Parameters:

privateEndpoint - The resource of private end point.

Returns:

the next definition stage.

Applies to