Interface FunctionApp.UpdateStages.WithCredentials

  • All Known Subinterfaces:
    FunctionApp.Update
    Enclosing interface:
    FunctionApp.UpdateStages

    public static interface FunctionApp.UpdateStages.WithCredentials
    A function app update allowing docker hub credentials to be set.
    • Method Detail

      • withCredentials

        FunctionApp.Update withCredentials​(String username,
                                           String password)
        Specifies the username and password for Docker Hub.
        Parameters:
        username - the username for Docker Hub
        password - the password for Docker Hub
        Returns:
        the next stage of the web app update