PrivateEndpointConnection.DefinitionStages.WithGroupIds Interface

public static interface PrivateEndpointConnection.DefinitionStages.WithGroupIds

The stage of the PrivateEndpointConnection definition allowing to specify groupIds.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withGroupIds(List<String> groupIds)

Specifies the groupIds property: The private endpoint connection group ids..

Method Details

withGroupIds

public abstract PrivateEndpointConnection.DefinitionStages.WithCreate withGroupIds(List<String> groupIds)

Specifies the groupIds property: The private endpoint connection group ids..

Parameters:

groupIds - The private endpoint connection group ids.

Returns:

the next definition stage.

Applies to