SharedPrivateLinkResource.UpdateStages.WithGroupId Interface

public static interface SharedPrivateLinkResource.UpdateStages.WithGroupId

The stage of the SharedPrivateLinkResource update allowing to specify groupId.

Method Summary

Modifier and Type Method and Description
abstract Update 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.Update 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