public interface com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages$WithScaleSettings
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages$WithScaleSettings
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages$WithCreate withAutoScale(int, int);
    descriptor: (II)Lcom/microsoft/azure/management/batchai/BatchAICluster$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      minimumNodeCount  
      maximumNodeCount  

  public abstract com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages$WithCreate withAutoScale(int, int, int);
    descriptor: (III)Lcom/microsoft/azure/management/batchai/BatchAICluster$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      minimumNodeCount  
      maximumNodeCount  
      initialNodeCount  

  public abstract com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages$WithCreate withManualScale(int);
    descriptor: (I)Lcom/microsoft/azure/management/batchai/BatchAICluster$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      targetNodeCount  

  public abstract com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages$WithCreate withManualScale(int, com.microsoft.azure.management.batchai.DeallocationOption);
    descriptor: (ILcom/microsoft/azure/management/batchai/DeallocationOption;)Lcom/microsoft/azure/management/batchai/BatchAICluster$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                    Name  Flags
      targetNodeCount     
      deallocationOption  
}
SourceFile: "BatchAICluster.java"
NestHost: com.microsoft.azure.management.batchai.BatchAICluster
InnerClasses:
  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 WithScaleSettings = com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages$WithScaleSettings of com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages