public class com.microsoft.azure.management.compute.CreationSource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.compute.CreationSource
  super_class: java.lang.Object
{
  private final com.microsoft.azure.management.compute.CreationData creationData;
    descriptor: Lcom/microsoft/azure/management/compute/CreationData;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.microsoft.azure.management.compute.CreationData);
    descriptor: (Lcom/microsoft/azure/management/compute/CreationData;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.CreationSource this
        start local 1 // com.microsoft.azure.management.compute.CreationData creationData
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 25
            aload 0 /* this */
            aload 1 /* creationData */
            putfield com.microsoft.azure.management.compute.CreationSource.creationData:Lcom/microsoft/azure/management/compute/CreationData;
         2: .line 26
            return
        end local 1 // com.microsoft.azure.management.compute.CreationData creationData
        end local 0 // com.microsoft.azure.management.compute.CreationSource this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/compute/CreationSource;
            0    3     1  creationData  Lcom/microsoft/azure/management/compute/CreationData;
    MethodParameters:
              Name  Flags
      creationData  

  public com.microsoft.azure.management.compute.CreationSourceType type();
    descriptor: ()Lcom/microsoft/azure/management/compute/CreationSourceType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // com.microsoft.azure.management.compute.CreationSource this
         0: .line 32
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.CreationSource.creationData:Lcom/microsoft/azure/management/compute/CreationData;
            invokevirtual com.microsoft.azure.management.compute.CreationData.createOption:()Lcom/microsoft/azure/management/compute/DiskCreateOption;
            astore 1 /* createOption */
        start local 1 // com.microsoft.azure.management.compute.DiskCreateOption createOption
         1: .line 33
            aload 1 /* createOption */
            getstatic com.microsoft.azure.management.compute.DiskCreateOption.FROM_IMAGE:Lcom/microsoft/azure/management/compute/DiskCreateOption;
            if_acmpne 6
         2: .line 34
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.CreationSource.creationData:Lcom/microsoft/azure/management/compute/CreationData;
            invokevirtual com.microsoft.azure.management.compute.CreationData.imageReference:()Lcom/microsoft/azure/management/compute/ImageDiskReference;
            astore 2 /* imageReference */
        start local 2 // com.microsoft.azure.management.compute.ImageDiskReference imageReference
         3: .line 35
            aload 2 /* imageReference */
            invokevirtual com.microsoft.azure.management.compute.ImageDiskReference.lun:()Ljava/lang/Integer;
            ifnonnull 5
         4: .line 36
            getstatic com.microsoft.azure.management.compute.CreationSourceType.FROM_OS_DISK_IMAGE:Lcom/microsoft/azure/management/compute/CreationSourceType;
            areturn
         5: .line 38
      StackMap locals: com.microsoft.azure.management.compute.DiskCreateOption com.microsoft.azure.management.compute.ImageDiskReference
      StackMap stack:
            getstatic com.microsoft.azure.management.compute.CreationSourceType.FROM_DATA_DISK_IMAGE:Lcom/microsoft/azure/management/compute/CreationSourceType;
            areturn
        end local 2 // com.microsoft.azure.management.compute.ImageDiskReference imageReference
         6: .line 40
      StackMap locals:
      StackMap stack:
            aload 1 /* createOption */
            getstatic com.microsoft.azure.management.compute.DiskCreateOption.IMPORT:Lcom/microsoft/azure/management/compute/DiskCreateOption;
            if_acmpne 8
         7: .line 41
            getstatic com.microsoft.azure.management.compute.CreationSourceType.IMPORTED_FROM_VHD:Lcom/microsoft/azure/management/compute/CreationSourceType;
            areturn
         8: .line 43
      StackMap locals:
      StackMap stack:
            aload 1 /* createOption */
            getstatic com.microsoft.azure.management.compute.DiskCreateOption.COPY:Lcom/microsoft/azure/management/compute/DiskCreateOption;
            if_acmpne 23
         9: .line 44
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.CreationSource.creationData:Lcom/microsoft/azure/management/compute/CreationData;
            invokevirtual com.microsoft.azure.management.compute.CreationData.sourceResourceId:()Ljava/lang/String;
            astore 2 /* sourceResourceId */
        start local 2 // java.lang.String sourceResourceId
        10: .line 45
            aload 2 /* sourceResourceId */
            ifnull 16
        11: .line 46
            aload 2 /* sourceResourceId */
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceUtils.resourceTypeFromResourceId:(Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* resourceType */
        start local 3 // java.lang.String resourceType
        12: .line 47
            aload 3 /* resourceType */
            ldc "disks"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 14
        13: .line 48
            getstatic com.microsoft.azure.management.compute.CreationSourceType.COPIED_FROM_DISK:Lcom/microsoft/azure/management/compute/CreationSourceType;
            areturn
        14: .line 50
      StackMap locals: java.lang.String java.lang.String
      StackMap stack:
            aload 3 /* resourceType */
            ldc "snapshots"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 16
        15: .line 51
            getstatic com.microsoft.azure.management.compute.CreationSourceType.COPIED_FROM_SNAPSHOT:Lcom/microsoft/azure/management/compute/CreationSourceType;
            areturn
        end local 3 // java.lang.String resourceType
        16: .line 54
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.CreationSource.creationData:Lcom/microsoft/azure/management/compute/CreationData;
            invokevirtual com.microsoft.azure.management.compute.CreationData.sourceUri:()Ljava/lang/String;
            ifnull 23
        17: .line 55
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.CreationSource.creationData:Lcom/microsoft/azure/management/compute/CreationData;
            invokevirtual com.microsoft.azure.management.compute.CreationData.sourceUri:()Ljava/lang/String;
            astore 2 /* sourceResourceId */
        18: .line 56
            aload 2 /* sourceResourceId */
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceUtils.resourceTypeFromResourceId:(Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* resourceType */
        start local 3 // java.lang.String resourceType
        19: .line 57
            aload 3 /* resourceType */
            ldc "disks"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 21
        20: .line 58
            getstatic com.microsoft.azure.management.compute.CreationSourceType.COPIED_FROM_DISK:Lcom/microsoft/azure/management/compute/CreationSourceType;
            areturn
        21: .line 60
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* resourceType */
            ldc "snapshots"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 23
        22: .line 61
            getstatic com.microsoft.azure.management.compute.CreationSourceType.COPIED_FROM_SNAPSHOT:Lcom/microsoft/azure/management/compute/CreationSourceType;
            areturn
        end local 3 // java.lang.String resourceType
        end local 2 // java.lang.String sourceResourceId
        23: .line 65
      StackMap locals:
      StackMap stack:
            aload 1 /* createOption */
            getstatic com.microsoft.azure.management.compute.DiskCreateOption.EMPTY:Lcom/microsoft/azure/management/compute/DiskCreateOption;
            if_acmpne 25
        24: .line 66
            getstatic com.microsoft.azure.management.compute.CreationSourceType.EMPTY:Lcom/microsoft/azure/management/compute/CreationSourceType;
            areturn
        25: .line 68
      StackMap locals:
      StackMap stack:
            getstatic com.microsoft.azure.management.compute.CreationSourceType.UNKNOWN:Lcom/microsoft/azure/management/compute/CreationSourceType;
            areturn
        end local 1 // com.microsoft.azure.management.compute.DiskCreateOption createOption
        end local 0 // com.microsoft.azure.management.compute.CreationSource this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   26     0              this  Lcom/microsoft/azure/management/compute/CreationSource;
            1   26     1      createOption  Lcom/microsoft/azure/management/compute/DiskCreateOption;
            3    6     2    imageReference  Lcom/microsoft/azure/management/compute/ImageDiskReference;
           10   23     2  sourceResourceId  Ljava/lang/String;
           12   16     3      resourceType  Ljava/lang/String;
           19   23     3      resourceType  Ljava/lang/String;

  public java.lang.String sourceId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.compute.CreationSource this
         0: .line 75
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.compute.CreationSource.type:()Lcom/microsoft/azure/management/compute/CreationSourceType;
            getstatic com.microsoft.azure.management.compute.CreationSourceType.FROM_OS_DISK_IMAGE:Lcom/microsoft/azure/management/compute/CreationSourceType;
            if_acmpeq 2
         1: .line 76
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.compute.CreationSource.type:()Lcom/microsoft/azure/management/compute/CreationSourceType;
            getstatic com.microsoft.azure.management.compute.CreationSourceType.FROM_DATA_DISK_IMAGE:Lcom/microsoft/azure/management/compute/CreationSourceType;
            if_acmpne 3
         2: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.CreationSource.creationData:Lcom/microsoft/azure/management/compute/CreationData;
            invokevirtual com.microsoft.azure.management.compute.CreationData.imageReference:()Lcom/microsoft/azure/management/compute/ImageDiskReference;
            invokevirtual com.microsoft.azure.management.compute.ImageDiskReference.id:()Ljava/lang/String;
            areturn
         3: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.compute.CreationSource.type:()Lcom/microsoft/azure/management/compute/CreationSourceType;
            getstatic com.microsoft.azure.management.compute.CreationSourceType.IMPORTED_FROM_VHD:Lcom/microsoft/azure/management/compute/CreationSourceType;
            if_acmpne 5
         4: .line 80
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.CreationSource.creationData:Lcom/microsoft/azure/management/compute/CreationData;
            invokevirtual com.microsoft.azure.management.compute.CreationData.sourceUri:()Ljava/lang/String;
            areturn
         5: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.compute.CreationSource.type:()Lcom/microsoft/azure/management/compute/CreationSourceType;
            getstatic com.microsoft.azure.management.compute.CreationSourceType.COPIED_FROM_DISK:Lcom/microsoft/azure/management/compute/CreationSourceType;
            if_acmpne 10
         6: .line 83
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.CreationSource.creationData:Lcom/microsoft/azure/management/compute/CreationData;
            invokevirtual com.microsoft.azure.management.compute.CreationData.sourceResourceId:()Ljava/lang/String;
            astore 1 /* sourceResourceId */
        start local 1 // java.lang.String sourceResourceId
         7: .line 84
            aload 1 /* sourceResourceId */
            ifnonnull 9
         8: .line 85
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.CreationSource.creationData:Lcom/microsoft/azure/management/compute/CreationData;
            invokevirtual com.microsoft.azure.management.compute.CreationData.sourceUri:()Ljava/lang/String;
            astore 1 /* sourceResourceId */
         9: .line 87
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* sourceResourceId */
            areturn
        end local 1 // java.lang.String sourceResourceId
        10: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.compute.CreationSource.type:()Lcom/microsoft/azure/management/compute/CreationSourceType;
            getstatic com.microsoft.azure.management.compute.CreationSourceType.COPIED_FROM_SNAPSHOT:Lcom/microsoft/azure/management/compute/CreationSourceType;
            if_acmpne 15
        11: .line 90
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.CreationSource.creationData:Lcom/microsoft/azure/management/compute/CreationData;
            invokevirtual com.microsoft.azure.management.compute.CreationData.sourceResourceId:()Ljava/lang/String;
            astore 1 /* sourceResourceId */
        start local 1 // java.lang.String sourceResourceId
        12: .line 91
            aload 1 /* sourceResourceId */
            ifnonnull 14
        13: .line 92
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.CreationSource.creationData:Lcom/microsoft/azure/management/compute/CreationData;
            invokevirtual com.microsoft.azure.management.compute.CreationData.sourceUri:()Ljava/lang/String;
            astore 1 /* sourceResourceId */
        14: .line 94
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* sourceResourceId */
            areturn
        end local 1 // java.lang.String sourceResourceId
        15: .line 96
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.microsoft.azure.management.compute.CreationSource this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   16     0              this  Lcom/microsoft/azure/management/compute/CreationSource;
            7   10     1  sourceResourceId  Ljava/lang/String;
           12   15     1  sourceResourceId  Ljava/lang/String;

  public int sourceDataDiskImageLun();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.CreationSource this
         0: .line 104
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.compute.CreationSource.type:()Lcom/microsoft/azure/management/compute/CreationSourceType;
            getstatic com.microsoft.azure.management.compute.CreationSourceType.FROM_DATA_DISK_IMAGE:Lcom/microsoft/azure/management/compute/CreationSourceType;
            if_acmpne 2
         1: .line 105
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.CreationSource.creationData:Lcom/microsoft/azure/management/compute/CreationData;
            invokevirtual com.microsoft.azure.management.compute.CreationData.imageReference:()Lcom/microsoft/azure/management/compute/ImageDiskReference;
            invokevirtual com.microsoft.azure.management.compute.ImageDiskReference.lun:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
         2: .line 107
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 0 // com.microsoft.azure.management.compute.CreationSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/compute/CreationSource;
}
SourceFile: "CreationSource.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition(ContainerName = "/Microsoft.Azure.Management.Compute.Fluent.Models")