Workspace.DefinitionStages.WithSharedPrivateLinkResources Interface

public static interface Workspace.DefinitionStages.WithSharedPrivateLinkResources

The stage of the Workspace definition allowing to specify sharedPrivateLinkResources.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSharedPrivateLinkResources(List<SharedPrivateLinkResource> sharedPrivateLinkResources)

Specifies the sharedPrivateLinkResources property: The list of shared private link resources in this workspace..

Method Details

withSharedPrivateLinkResources

public abstract Workspace.DefinitionStages.WithCreate withSharedPrivateLinkResources(List sharedPrivateLinkResources)

Specifies the sharedPrivateLinkResources property: The list of shared private link resources in this workspace..

Parameters:

sharedPrivateLinkResources - The list of shared private link resources in this workspace.

Returns:

the next definition stage.

Applies to