Interface FunctionApp.DefinitionStages.WithCredentials

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

public static interface FunctionApp.DefinitionStages.WithCredentials
A function app definition allowing docker registry credentials to be set.
  • Method Details

    • withCredentials

      FunctionApp.DefinitionStages.WithCreate 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