SharedPrivateLinkResource.DefinitionStages.WithGroupId Interface

public static interface SharedPrivateLinkResource.DefinitionStages.WithGroupId

The stage of the SharedPrivateLinkResource definition allowing to specify groupId.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withGroupId(String groupId)

Specifies the groupId property: The group id from the provider of resource the shared private link resource is for.

Method Details

withGroupId

public abstract SharedPrivateLinkResource.DefinitionStages.WithCreate withGroupId(String groupId)

Specifies the groupId property: The group id from the provider of resource the shared private link resource is for.

Parameters:

groupId - The group id from the provider of resource the shared private link resource is for.

Returns:

the next definition stage.

Applies to