class com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2 implements rx.functions.Func1<com.microsoft.azure.management.appservice.implementation.SiteInner, rx.Observable<com.microsoft.azure.management.appservice.FunctionDeploymentSlot>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2
  super_class: java.lang.Object
{
  final com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this$0;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$resourceGroup;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$parentName;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$name;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public rx.Observable<com.microsoft.azure.management.appservice.FunctionDeploymentSlot> call(com.microsoft.azure.management.appservice.implementation.SiteInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/SiteInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2 this
        start local 1 // com.microsoft.azure.management.appservice.implementation.SiteInner siteInner
         0: .line 90
            aload 1 /* siteInner */
            ifnonnull 2
         1: .line 91
            aconst_null
            invokestatic rx.Observable.just:(Ljava/lang/Object;)Lrx/Observable;
            areturn
         2: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2.this$0:Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;
            invokestatic com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.access$5:(Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebAppsInner
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2.val$resourceGroup:Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2.val$parentName:Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2.val$name:Ljava/lang/String;
            ldc ".*/"
            ldc ""
            invokevirtual java.lang.String.replaceAll:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.getConfigurationSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         3: .line 95
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2.this$0:Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;
            invokestatic com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.access$5:(Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebAppsInner
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2.val$resourceGroup:Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2.val$parentName:Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2.val$name:Ljava/lang/String;
            ldc ".*/"
            ldc ""
            invokevirtual java.lang.String.replaceAll:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.getDiagnosticLogsConfigurationSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 96
            new com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2$1
            dup
            aload 0 /* this */
            aload 1 /* siteInner */
            invokespecial com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl$2;Lcom/microsoft/azure/management/appservice/implementation/SiteInner;)V
         5: .line 93
            invokestatic rx.Observable.zip:(Lrx/Observable;Lrx/Observable;Lrx/functions/Func2;)Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.appservice.implementation.SiteInner siteInner
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl$2;
            0    6     1  siteInner  Lcom/microsoft/azure/management/appservice/implementation/SiteInner;
    Signature: (Lcom/microsoft/azure/management/appservice/implementation/SiteInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/FunctionDeploymentSlot;>;
    MethodParameters:
           Name  Flags
      siteInner  final

  public java.lang.Object call(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.microsoft.azure.management.appservice.implementation.SiteInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2.call:(Lcom/microsoft/azure/management/appservice/implementation/SiteInner;)Lrx/Observable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl access$1(com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl$2;)Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 87
            aload 0
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2.this$0:Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func1<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;Lrx/Observable<Lcom/microsoft/azure/management/appservice/FunctionDeploymentSlot;>;>;
SourceFile: "FunctionDeploymentSlotsImpl.java"
EnclosingMethod: com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.getByParentAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
NestHost: com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2
  com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2$1