class com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$2 implements com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$IdProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$2
  super_class: java.lang.Object
{
  final com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl this$0;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$2 this
         0: .line 176
            aload 0 /* this */
            aload 1
            putfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$2.this$0:Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.String principalId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$2 this
         0: .line 179
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$2.this$0:Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.inner:()Ljava/lang/Object;
            ifnull 2
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$2.this$0:Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.SiteInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteInner.identity:()Lcom/microsoft/azure/management/appservice/ManagedServiceIdentity;
            ifnull 2
         1: .line 180
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$2.this$0:Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.SiteInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteInner.identity:()Lcom/microsoft/azure/management/appservice/ManagedServiceIdentity;
            invokevirtual com.microsoft.azure.management.appservice.ManagedServiceIdentity.principalId:()Ljava/lang/String;
            areturn
         2: .line 182
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl$2;

  public java.lang.String resourceId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$2 this
         0: .line 188
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$2.this$0:Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.inner:()Ljava/lang/Object;
            ifnull 2
         1: .line 189
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$2.this$0:Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.SiteInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteInner.id:()Ljava/lang/String;
            areturn
         2: .line 191
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl$2;
}
SourceFile: "WebAppBaseImpl.java"
EnclosingMethod: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.idProvider:()Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper$IdProvider;
NestHost: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$2
  public abstract IdProvider = com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$IdProvider of com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper