public interface com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithDataSnapshotFromImage
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithDataSnapshotFromImage
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithCreate fromImage(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Lcom/microsoft/azure/management/compute/Snapshot$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      imageId  
      diskLun  

  public abstract com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithCreate fromImage(com.microsoft.azure.management.compute.VirtualMachineImage, int);
    descriptor: (Lcom/microsoft/azure/management/compute/VirtualMachineImage;I)Lcom/microsoft/azure/management/compute/Snapshot$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      image    
      diskLun  

  public abstract com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithCreate fromImage(com.microsoft.azure.management.compute.VirtualMachineCustomImage, int);
    descriptor: (Lcom/microsoft/azure/management/compute/VirtualMachineCustomImage;I)Lcom/microsoft/azure/management/compute/Snapshot$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      image    
      diskLun  
}
SourceFile: "Snapshot.java"
NestHost: com.microsoft.azure.management.compute.Snapshot
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.compute.Snapshot$DefinitionStages of com.microsoft.azure.management.compute.Snapshot
  public abstract WithCreate = com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithCreate of com.microsoft.azure.management.compute.Snapshot$DefinitionStages
  public abstract WithDataSnapshotFromImage = com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithDataSnapshotFromImage of com.microsoft.azure.management.compute.Snapshot$DefinitionStages