SharedPrivateLinkResource.DefinitionStages.WithParentResource Interface

public static interface SharedPrivateLinkResource.DefinitionStages.WithParentResource

The stage of the SharedPrivateLinkResource definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingWebPubSub(String resourceGroupName, String resourceName)

Specifies resourceGroupName, resourceName.

Method Details

withExistingWebPubSub

public abstract SharedPrivateLinkResource.DefinitionStages.WithCreate withExistingWebPubSub(String resourceGroupName, String resourceName)

Specifies resourceGroupName, resourceName.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the resource.

Returns:

the next definition stage.

Applies to