ManagedPrivateEndpointModel.DefinitionStages.WithGroupIds Interface

public static interface ManagedPrivateEndpointModel.DefinitionStages.WithGroupIds

The stage of the ManagedPrivateEndpointModel definition allowing to specify groupIds.

Method Summary

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

Specifies the groupIds property: The group Ids of the managed private endpoint..

Method Details

withGroupIds

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

Specifies the groupIds property: The group Ids of the managed private endpoint..

Parameters:

groupIds - The group Ids of the managed private endpoint.

Returns:

the next definition stage.

Applies to