SharedPrivateLinkResource.DefinitionStages.WithPrivateLinkResourceId Interface

public static interface SharedPrivateLinkResource.DefinitionStages.WithPrivateLinkResourceId

The stage of the SharedPrivateLinkResource definition allowing to specify privateLinkResourceId.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPrivateLinkResourceId(String privateLinkResourceId)

Specifies the privateLinkResourceId property: The resource id of the resource the shared private link resource is for.

Method Details

withPrivateLinkResourceId

public abstract SharedPrivateLinkResource.DefinitionStages.WithCreate withPrivateLinkResourceId(String privateLinkResourceId)

Specifies the privateLinkResourceId property: The resource id of the resource the shared private link resource is for.

Parameters:

privateLinkResourceId - The resource id of the resource the shared private link resource is for.

Returns:

the next definition stage.

Applies to