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

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

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

  public abstract com.microsoft.azure.management.batchai.BatchAICluster$Update withManualScale(int, com.microsoft.azure.management.batchai.DeallocationOption);
    descriptor: (ILcom/microsoft/azure/management/batchai/DeallocationOption;)Lcom/microsoft/azure/management/batchai/BatchAICluster$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                    Name  Flags
      targetNodeCount     
      deallocationOption  
}
SourceFile: "BatchAICluster.java"
NestHost: com.microsoft.azure.management.batchai.BatchAICluster
InnerClasses:
  public abstract Update = com.microsoft.azure.management.batchai.BatchAICluster$Update of com.microsoft.azure.management.batchai.BatchAICluster
  public abstract UpdateStages = com.microsoft.azure.management.batchai.BatchAICluster$UpdateStages of com.microsoft.azure.management.batchai.BatchAICluster
  public abstract WithScaleSettings = com.microsoft.azure.management.batchai.BatchAICluster$UpdateStages$WithScaleSettings of com.microsoft.azure.management.batchai.BatchAICluster$UpdateStages