PrivateEndpointConnection.UpdateStages.WithGroupIds Interface

public static interface PrivateEndpointConnection.UpdateStages.WithGroupIds

The stage of the PrivateEndpointConnection update allowing to specify groupIds.

Method Summary

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

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

Method Details

withGroupIds

public abstract PrivateEndpointConnection.Update 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