SharedPrivateLinkResource.UpdateStages.WithPrivateLinkResourceId Interface

public static interface SharedPrivateLinkResource.UpdateStages.WithPrivateLinkResourceId

The stage of the SharedPrivateLinkResource update allowing to specify privateLinkResourceId.

Method Summary

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