PrivateEndpointConnection.DefinitionStages.WithParentResource Interface

public static interface PrivateEndpointConnection.DefinitionStages.WithParentResource

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

Method Summary

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

Specifies resourceGroupName, resourceName.

Method Details

withExistingBotService

public abstract PrivateEndpointConnection.DefinitionStages.WithCreate withExistingBotService(String resourceGroupName, String resourceName)

Specifies resourceGroupName, resourceName.

Parameters:

resourceGroupName - The name of the Bot resource group in the user subscription.
resourceName - The name of the Bot resource.

Returns:

the next definition stage.

Applies to