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

  public abstract com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithCreate withDataFromDisk(com.microsoft.azure.management.compute.Disk);
    descriptor: (Lcom/microsoft/azure/management/compute/Disk;)Lcom/microsoft/azure/management/compute/Snapshot$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      managedDisk  
}
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 WithDataSnapshotFromDisk = com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithDataSnapshotFromDisk of com.microsoft.azure.management.compute.Snapshot$DefinitionStages