public interface com.microsoft.azure.management.appservice.WebApp$DefinitionStages$WithDockerContainerImage
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.appservice.WebApp$DefinitionStages$WithDockerContainerImage
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.appservice.WebApp$DefinitionStages$WithCreate withBuiltInImage(com.microsoft.azure.management.appservice.RuntimeStack);
    descriptor: (Lcom/microsoft/azure/management/appservice/RuntimeStack;)Lcom/microsoft/azure/management/appservice/WebApp$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      runtimeStack  

  public abstract com.microsoft.azure.management.appservice.WebApp$DefinitionStages$WithStartUpCommand withPublicDockerHubImage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebApp$DefinitionStages$WithStartUpCommand;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      imageAndTag  

  public abstract com.microsoft.azure.management.appservice.WebApp$DefinitionStages$WithCredentials withPrivateDockerHubImage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebApp$DefinitionStages$WithCredentials;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      imageAndTag  

  public abstract com.microsoft.azure.management.appservice.WebApp$DefinitionStages$WithCredentials withPrivateRegistryImage(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebApp$DefinitionStages$WithCredentials;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      imageAndTag  
      serverUrl    
}
SourceFile: "WebApp.java"
NestHost: com.microsoft.azure.management.appservice.WebApp
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.appservice.WebApp$DefinitionStages of com.microsoft.azure.management.appservice.WebApp
  public abstract WithCreate = com.microsoft.azure.management.appservice.WebApp$DefinitionStages$WithCreate of com.microsoft.azure.management.appservice.WebApp$DefinitionStages
  public abstract WithCredentials = com.microsoft.azure.management.appservice.WebApp$DefinitionStages$WithCredentials of com.microsoft.azure.management.appservice.WebApp$DefinitionStages
  public abstract WithDockerContainerImage = com.microsoft.azure.management.appservice.WebApp$DefinitionStages$WithDockerContainerImage of com.microsoft.azure.management.appservice.WebApp$DefinitionStages
  public abstract WithStartUpCommand = com.microsoft.azure.management.appservice.WebApp$DefinitionStages$WithStartUpCommand of com.microsoft.azure.management.appservice.WebApp$DefinitionStages