Interface App.DefinitionStages.WithResourceGroup

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

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

      • withExistingResourceGroup

        App.DefinitionStages.WithSku withExistingResourceGroup​(String resourceGroupName)
        Specifies resourceGroupName.
        Parameters:
        resourceGroupName - The name of the resource group that contains the IoT Central application.
        Returns:
        the next definition stage.