public interface com.microsoft.azure.management.batchai.model.HasMountVolumes
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.batchai.model.HasMountVolumes
  super_class: java.lang.Object
{
  public abstract void attachAzureFileShare(com.microsoft.azure.management.batchai.AzureFileShare);
    descriptor: (Lcom/microsoft/azure/management/batchai/AzureFileShare;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      azureFileShare  

  public abstract void attachAzureBlobFileSystem(com.microsoft.azure.management.batchai.AzureBlobFileSystem);
    descriptor: (Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                     Name  Flags
      azureBlobFileSystem  

  public abstract void attachFileServer(com.microsoft.azure.management.batchai.FileServer);
    descriptor: (Lcom/microsoft/azure/management/batchai/FileServer;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      fileServer  
}
SourceFile: "HasMountVolumes.java"
NestMembers:
  com.microsoft.azure.management.batchai.model.HasMountVolumes$DefinitionStages  com.microsoft.azure.management.batchai.model.HasMountVolumes$DefinitionStages$WithMountVolumes
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.batchai.model.HasMountVolumes$DefinitionStages of com.microsoft.azure.management.batchai.model.HasMountVolumes
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()