public interface com.microsoft.azure.management.appservice.DeploymentSlot$DefinitionStages$WithConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.appservice.DeploymentSlot$DefinitionStages$WithConfiguration
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.appservice.DeploymentSlot$DefinitionStages$WithCreate withBrandNewConfiguration();
    descriptor: ()Lcom/microsoft/azure/management/appservice/DeploymentSlot$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.appservice.DeploymentSlot$DefinitionStages$WithCreate withConfigurationFromParent();
    descriptor: ()Lcom/microsoft/azure/management/appservice/DeploymentSlot$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.appservice.DeploymentSlot$DefinitionStages$WithCreate withConfigurationFromWebApp(com.microsoft.azure.management.appservice.WebApp);
    descriptor: (Lcom/microsoft/azure/management/appservice/WebApp;)Lcom/microsoft/azure/management/appservice/DeploymentSlot$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      webApp  

  public abstract com.microsoft.azure.management.appservice.DeploymentSlot$DefinitionStages$WithCreate withConfigurationFromDeploymentSlot(com.microsoft.azure.management.appservice.DeploymentSlot);
    descriptor: (Lcom/microsoft/azure/management/appservice/DeploymentSlot;)Lcom/microsoft/azure/management/appservice/DeploymentSlot$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      deploymentSlot  
}
SourceFile: "DeploymentSlot.java"
NestHost: com.microsoft.azure.management.appservice.DeploymentSlot
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.appservice.DeploymentSlot$DefinitionStages of com.microsoft.azure.management.appservice.DeploymentSlot
  public abstract WithConfiguration = com.microsoft.azure.management.appservice.DeploymentSlot$DefinitionStages$WithConfiguration of com.microsoft.azure.management.appservice.DeploymentSlot$DefinitionStages
  public abstract WithCreate = com.microsoft.azure.management.appservice.DeploymentSlot$DefinitionStages$WithCreate of com.microsoft.azure.management.appservice.DeploymentSlot$DefinitionStages