Interface Bot.DefinitionStages.WithResourceGroup

All Known Subinterfaces:
Bot.Definition
Enclosing interface:
Bot.DefinitionStages

public static interface Bot.DefinitionStages.WithResourceGroup
The stage of the Bot definition allowing to specify parent resource.
  • Method Details

    • withExistingResourceGroup

      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.