public interface com.microsoft.azure.management.monitor.AutoscaleProfile$Update extends com.microsoft.azure.management.resources.fluentcore.model.Settable<com.microsoft.azure.management.monitor.AutoscaleSetting$Update>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.monitor.AutoscaleProfile$Update
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.monitor.AutoscaleProfile$Update withMetricBasedScale(int, int, int);
    descriptor: (III)Lcom/microsoft/azure/management/monitor/AutoscaleProfile$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                      Name  Flags
      minimumInstanceCount  
      maximumInstanceCount  
      defaultInstanceCount  

  public abstract com.microsoft.azure.management.monitor.AutoscaleProfile$Update withScheduleBasedScale(int);
    descriptor: (I)Lcom/microsoft/azure/management/monitor/AutoscaleProfile$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      instanceCount  

  public abstract com.microsoft.azure.management.monitor.AutoscaleProfile$Update withFixedDateSchedule(java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime);
    descriptor: (Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/monitor/AutoscaleProfile$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      timeZone  
      start     
      end       

  public abstract com.microsoft.azure.management.monitor.AutoscaleProfile$Update withRecurrentSchedule(java.lang.String, java.lang.String, com.microsoft.azure.management.monitor.DayOfWeek[]);
    descriptor: (Ljava/lang/String;Ljava/lang/String;[Lcom/microsoft/azure/management/monitor/DayOfWeek;)Lcom/microsoft/azure/management/monitor/AutoscaleProfile$Update;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      scheduleTimeZone  
      startTime         
      weekday           

  public abstract com.microsoft.azure.management.monitor.ScaleRule$UpdateDefinitionStages$Blank defineScaleRule();
    descriptor: ()Lcom/microsoft/azure/management/monitor/ScaleRule$UpdateDefinitionStages$Blank;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract com.microsoft.azure.management.monitor.ScaleRule$Update updateScaleRule(int);
    descriptor: (I)Lcom/microsoft/azure/management/monitor/ScaleRule$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      ruleIndex  

  public abstract com.microsoft.azure.management.monitor.AutoscaleProfile$Update withoutScaleRule(int);
    descriptor: (I)Lcom/microsoft/azure/management/monitor/AutoscaleProfile$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      ruleIndex  
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/model/Settable<Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;>;
SourceFile: "AutoscaleProfile.java"
NestHost: com.microsoft.azure.management.monitor.AutoscaleProfile
InnerClasses:
  public abstract Update = com.microsoft.azure.management.monitor.AutoscaleProfile$Update of com.microsoft.azure.management.monitor.AutoscaleProfile
  public abstract Update = com.microsoft.azure.management.monitor.AutoscaleSetting$Update of com.microsoft.azure.management.monitor.AutoscaleSetting
  public abstract Update = com.microsoft.azure.management.monitor.ScaleRule$Update of com.microsoft.azure.management.monitor.ScaleRule
  public abstract UpdateDefinitionStages = com.microsoft.azure.management.monitor.ScaleRule$UpdateDefinitionStages of com.microsoft.azure.management.monitor.ScaleRule
  public abstract Blank = com.microsoft.azure.management.monitor.ScaleRule$UpdateDefinitionStages$Blank of com.microsoft.azure.management.monitor.ScaleRule$UpdateDefinitionStages