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

  public abstract com.microsoft.azure.management.compute.Disk$DefinitionStages$WithCreateAndSize withStorageAccountName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/compute/Disk$DefinitionStages$WithCreateAndSize;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                    Name  Flags
      storageAccountName  

  public abstract com.microsoft.azure.management.compute.Disk$DefinitionStages$WithCreateAndSize withStorageAccount(com.microsoft.azure.management.storage.StorageAccount);
    descriptor: (Lcom/microsoft/azure/management/storage/StorageAccount;)Lcom/microsoft/azure/management/compute/Disk$DefinitionStages$WithCreateAndSize;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      account  
}
SourceFile: "Disk.java"
NestHost: com.microsoft.azure.management.compute.Disk
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.compute.Disk$DefinitionStages of com.microsoft.azure.management.compute.Disk
  public abstract WithCreateAndSize = com.microsoft.azure.management.compute.Disk$DefinitionStages$WithCreateAndSize of com.microsoft.azure.management.compute.Disk$DefinitionStages
  public abstract WithStorageAccount = com.microsoft.azure.management.compute.Disk$DefinitionStages$WithStorageAccount of com.microsoft.azure.management.compute.Disk$DefinitionStages