Bot.DefinitionStages.WithResourceGroup Interface

public static interface Bot.DefinitionStages.WithResourceGroup

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

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingResourceGroup(String resourceGroupName)

Specifies resourceGroupName.

Method Details

withExistingResourceGroup

public abstract Bot.DefinitionStages.WithCreate withExistingResourceGroup(String resourceGroupName)

Specifies resourceGroupName.

Parameters:

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

Returns:

the next definition stage.

Applies to