Namespace.DefinitionStages.WithPrivateEndpointConnections Interface

public static interface Namespace.DefinitionStages.WithPrivateEndpointConnections

The stage of the Namespace definition allowing to specify privateEndpointConnections.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPrivateEndpointConnections(List<PrivateEndpointConnectionInner> privateEndpointConnections)

Specifies the privateEndpointConnections property: List of private endpoint connections..

Method Details

withPrivateEndpointConnections

public abstract Namespace.DefinitionStages.WithCreate withPrivateEndpointConnections(List<PrivateEndpointConnectionInner> privateEndpointConnections)

Specifies the privateEndpointConnections property: List of private endpoint connections..

Parameters:

privateEndpointConnections - List of private endpoint connections.

Returns:

the next definition stage.

Applies to