Interface WebTest.DefinitionStages.WithResourceGroup

  • All Known Subinterfaces:
    WebTest.Definition
    Enclosing interface:
    WebTest.DefinitionStages

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

      • withExistingResourceGroup

        WebTest.DefinitionStages.WithCreate withExistingResourceGroup​(String resourceGroupName)
        Specifies resourceGroupName.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        Returns:
        the next definition stage.