public interface com.microsoft.azure.management.appservice.WebAppBase$UpdateStages$WithSystemAssignedIdentityBasedAccess<FluentT>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.appservice.WebAppBase$UpdateStages$WithSystemAssignedIdentityBasedAccess
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withSystemAssignedIdentityBasedAccessTo(java.lang.String, com.microsoft.azure.management.graphrbac.BuiltInRole);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/graphrbac/BuiltInRole;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/management/graphrbac/BuiltInRole;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
            Name  Flags
      resourceId  
      role        

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(com.microsoft.azure.management.graphrbac.BuiltInRole);
    descriptor: (Lcom/microsoft/azure/management/graphrbac/BuiltInRole;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/azure/management/graphrbac/BuiltInRole;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
      Name  Flags
      role  

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withSystemAssignedIdentityBasedAccessTo(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
                  Name  Flags
      resourceId        
      roleDefinitionId  

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
                  Name  Flags
      roleDefinitionId  
}
Signature: <FluentT:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "WebAppBase.java"
NestHost: com.microsoft.azure.management.appservice.WebAppBase
InnerClasses:
  public abstract Update = com.microsoft.azure.management.appservice.WebAppBase$Update of com.microsoft.azure.management.appservice.WebAppBase
  public abstract UpdateStages = com.microsoft.azure.management.appservice.WebAppBase$UpdateStages of com.microsoft.azure.management.appservice.WebAppBase
  public abstract WithSystemAssignedIdentityBasedAccess = com.microsoft.azure.management.appservice.WebAppBase$UpdateStages$WithSystemAssignedIdentityBasedAccess of com.microsoft.azure.management.appservice.WebAppBase$UpdateStages