public interface com.microsoft.azure.management.appservice.WebAppAuthentication$DefinitionStages$WithDefaultAuthenticationProvider<ParentT>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.appservice.WebAppAuthentication$DefinitionStages$WithDefaultAuthenticationProvider
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.appservice.WebAppAuthentication$DefinitionStages$WithAttach<ParentT> withAnonymousAuthentication();
    descriptor: ()Lcom/microsoft/azure/management/appservice/WebAppAuthentication$DefinitionStages$WithAttach;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/microsoft/azure/management/appservice/WebAppAuthentication$DefinitionStages$WithAttach<TParentT;>;

  public abstract com.microsoft.azure.management.appservice.WebAppAuthentication$DefinitionStages$WithAttach<ParentT> withDefaultAuthenticationProvider(com.microsoft.azure.management.appservice.BuiltInAuthenticationProvider);
    descriptor: (Lcom/microsoft/azure/management/appservice/BuiltInAuthenticationProvider;)Lcom/microsoft/azure/management/appservice/WebAppAuthentication$DefinitionStages$WithAttach;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/azure/management/appservice/BuiltInAuthenticationProvider;)Lcom/microsoft/azure/management/appservice/WebAppAuthentication$DefinitionStages$WithAttach<TParentT;>;
    MethodParameters:
          Name  Flags
      provider  
}
Signature: <ParentT:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "WebAppAuthentication.java"
NestHost: com.microsoft.azure.management.appservice.WebAppAuthentication
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.appservice.WebAppAuthentication$DefinitionStages of com.microsoft.azure.management.appservice.WebAppAuthentication
  public abstract WithAttach = com.microsoft.azure.management.appservice.WebAppAuthentication$DefinitionStages$WithAttach of com.microsoft.azure.management.appservice.WebAppAuthentication$DefinitionStages
  public abstract WithDefaultAuthenticationProvider = com.microsoft.azure.management.appservice.WebAppAuthentication$DefinitionStages$WithDefaultAuthenticationProvider of com.microsoft.azure.management.appservice.WebAppAuthentication$DefinitionStages