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

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

  public rx.Observable<com.microsoft.azure.management.compute.implementation.VirtualMachineExtensionInner> call(com.microsoft.azure.management.compute.implementation.VirtualMachineInner);
    descriptor: (Lcom/microsoft/azure/management/compute/implementation/VirtualMachineInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.LinuxDiskVolumeLegacyEncryptionMonitorImpl$3 this
        start local 1 // com.microsoft.azure.management.compute.implementation.VirtualMachineInner virtualMachine
         0: .line 158
            aload 1 /* virtualMachine */
            ifnonnull 4
         1: .line 159
            new java.lang.Exception
            dup
            ldc "VM with name '%s' not found (resource group '%s')"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         2: .line 160
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.LinuxDiskVolumeLegacyEncryptionMonitorImpl$3.this$0:Lcom/microsoft/azure/management/compute/implementation/LinuxDiskVolumeLegacyEncryptionMonitorImpl;
            getfield com.microsoft.azure.management.compute.implementation.LinuxDiskVolumeLegacyEncryptionMonitorImpl.vmName:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.LinuxDiskVolumeLegacyEncryptionMonitorImpl$3.this$0:Lcom/microsoft/azure/management/compute/implementation/LinuxDiskVolumeLegacyEncryptionMonitorImpl;
            getfield com.microsoft.azure.management.compute.implementation.LinuxDiskVolumeLegacyEncryptionMonitorImpl.rgName:Ljava/lang/String;
            aastore
         3: .line 159
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
            invokestatic rx.Observable.error:(Ljava/lang/Throwable;)Lrx/Observable;
            areturn
         4: .line 162
      StackMap locals:
      StackMap stack:
            aload 1 /* virtualMachine */
            invokevirtual com.microsoft.azure.management.compute.implementation.VirtualMachineInner.resources:()Ljava/util/List;
            ifnull 11
         5: .line 163
            aload 1 /* virtualMachine */
            invokevirtual com.microsoft.azure.management.compute.implementation.VirtualMachineInner.resources:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 10
      StackMap locals: com.microsoft.azure.management.compute.implementation.LinuxDiskVolumeLegacyEncryptionMonitorImpl$3 com.microsoft.azure.management.compute.implementation.VirtualMachineInner top java.util.Iterator
      StackMap stack:
         6: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.compute.implementation.VirtualMachineExtensionInner
            astore 2 /* extension */
        start local 2 // com.microsoft.azure.management.compute.implementation.VirtualMachineExtensionInner extension
         7: .line 164
            aload 2 /* extension */
            invokevirtual com.microsoft.azure.management.compute.implementation.VirtualMachineExtensionInner.publisher:()Ljava/lang/String;
            invokestatic com.microsoft.azure.management.compute.implementation.EncryptionExtensionIdentifier.isEncryptionPublisherName:(Ljava/lang/String;)Z
            ifeq 10
         8: .line 165
            aload 2 /* extension */
            invokevirtual com.microsoft.azure.management.compute.implementation.VirtualMachineExtensionInner.virtualMachineExtensionType:()Ljava/lang/String;
            getstatic com.microsoft.azure.management.compute.OperatingSystemTypes.LINUX:Lcom/microsoft/azure/management/compute/OperatingSystemTypes;
            invokestatic com.microsoft.azure.management.compute.implementation.EncryptionExtensionIdentifier.isEncryptionTypeName:(Ljava/lang/String;Lcom/microsoft/azure/management/compute/OperatingSystemTypes;)Z
            ifeq 10
         9: .line 166
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.LinuxDiskVolumeLegacyEncryptionMonitorImpl$3.this$0:Lcom/microsoft/azure/management/compute/implementation/LinuxDiskVolumeLegacyEncryptionMonitorImpl;
            aload 2 /* extension */
            invokevirtual com.microsoft.azure.management.compute.implementation.LinuxDiskVolumeLegacyEncryptionMonitorImpl.retrieveExtensionWithInstanceViewAsync:(Lcom/microsoft/azure/management/compute/implementation/VirtualMachineExtensionInner;)Lrx/Observable;
            areturn
        end local 2 // com.microsoft.azure.management.compute.implementation.VirtualMachineExtensionInner extension
        10: .line 163
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        11: .line 170
      StackMap locals: com.microsoft.azure.management.compute.implementation.LinuxDiskVolumeLegacyEncryptionMonitorImpl$3 com.microsoft.azure.management.compute.implementation.VirtualMachineInner
      StackMap stack:
            invokestatic rx.Observable.empty:()Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.compute.implementation.VirtualMachineInner virtualMachine
        end local 0 // com.microsoft.azure.management.compute.implementation.LinuxDiskVolumeLegacyEncryptionMonitorImpl$3 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Lcom/microsoft/azure/management/compute/implementation/LinuxDiskVolumeLegacyEncryptionMonitorImpl$3;
            0   12     1  virtualMachine  Lcom/microsoft/azure/management/compute/implementation/VirtualMachineInner;
            7   10     2       extension  Lcom/microsoft/azure/management/compute/implementation/VirtualMachineExtensionInner;
    Signature: (Lcom/microsoft/azure/management/compute/implementation/VirtualMachineInner;)Lrx/Observable<Lcom/microsoft/azure/management/compute/implementation/VirtualMachineExtensionInner;>;
    MethodParameters:
                Name  Flags
      virtualMachine  

  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.compute.implementation.VirtualMachineInner
            invokevirtual com.microsoft.azure.management.compute.implementation.LinuxDiskVolumeLegacyEncryptionMonitorImpl$3.call:(Lcom/microsoft/azure/management/compute/implementation/VirtualMachineInner;)Lrx/Observable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func1<Lcom/microsoft/azure/management/compute/implementation/VirtualMachineInner;Lrx/Observable<Lcom/microsoft/azure/management/compute/implementation/VirtualMachineExtensionInner;>;>;
SourceFile: "LinuxDiskVolumeLegacyEncryptionMonitorImpl.java"
EnclosingMethod: com.microsoft.azure.management.compute.implementation.LinuxDiskVolumeLegacyEncryptionMonitorImpl.retrieveEncryptExtensionWithInstanceViewFromVMAsync:()Lrx/Observable;
NestHost: com.microsoft.azure.management.compute.implementation.LinuxDiskVolumeLegacyEncryptionMonitorImpl
InnerClasses:
  com.microsoft.azure.management.compute.implementation.LinuxDiskVolumeLegacyEncryptionMonitorImpl$3