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: Group ids.

Method Details

withGroupIds

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

Specifies the groupIds property: Group ids.

Parameters:

groupIds - Group ids.

Returns:

the next definition stage.

Applies to