public interface com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages$WithVirtualMachineImage
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages$WithVirtualMachineImage
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages$WithCreate withVirtualMachineImage(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/BatchAICluster$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      publisher  
      offer      
      sku        
      version    

  public abstract com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages$WithCreate withVirtualMachineImage(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/BatchAICluster$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      publisher  
      offer      
      sku        

  public abstract com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages$WithCreate withVirtualMachineImageId(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/BatchAICluster$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                       Name  Flags
      virtualMachineImageId  
      publisher              
      offer                  
      sku                    
}
SourceFile: "BatchAICluster.java"
NestHost: com.microsoft.azure.management.batchai.BatchAICluster
InnerClasses:
  public final SinceVersion = com.microsoft.azure.management.apigeneration.Beta$SinceVersion of com.microsoft.azure.management.apigeneration.Beta
  public abstract DefinitionStages = com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages of com.microsoft.azure.management.batchai.BatchAICluster
  public abstract WithCreate = com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages$WithCreate of com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages
  public abstract WithVirtualMachineImage = com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages$WithVirtualMachineImage of com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_8_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)