DigitalTwinsDescription.DefinitionStages.WithPrivateEndpointConnections Interface

public static interface DigitalTwinsDescription.DefinitionStages.WithPrivateEndpointConnections

The stage of the DigitalTwinsDescription definition allowing to specify privateEndpointConnections.

Method Summary

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

Specifies the privateEndpointConnections property: The private endpoint connections..

Method Details

withPrivateEndpointConnections

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

Specifies the privateEndpointConnections property: The private endpoint connections..

Parameters:

privateEndpointConnections - The private endpoint connections.

Returns:

the next definition stage.

Applies to