public interface com.microsoft.azure.management.monitor.AutoscaleSetting$UpdateStages$UpdateAutoscaleSettings
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.monitor.AutoscaleSetting$UpdateStages$UpdateAutoscaleSettings
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.monitor.AutoscaleSetting$Update withAutoscaleEnabled();
    descriptor: ()Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract com.microsoft.azure.management.monitor.AutoscaleSetting$Update withAutoscaleDisabled();
    descriptor: ()Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract com.microsoft.azure.management.monitor.AutoscaleSetting$Update withAdminEmailNotification();
    descriptor: ()Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract com.microsoft.azure.management.monitor.AutoscaleSetting$Update withCoAdminEmailNotification();
    descriptor: ()Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract com.microsoft.azure.management.monitor.AutoscaleSetting$Update withCustomEmailsNotification(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    MethodParameters:
                      Name  Flags
      customEmailAddresses  

  public abstract com.microsoft.azure.management.monitor.AutoscaleSetting$Update withWebhookNotification(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      serviceUri  

  public abstract com.microsoft.azure.management.monitor.AutoscaleSetting$Update withoutAdminEmailNotification();
    descriptor: ()Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract com.microsoft.azure.management.monitor.AutoscaleSetting$Update withoutCoAdminEmailNotification();
    descriptor: ()Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract com.microsoft.azure.management.monitor.AutoscaleSetting$Update withoutCustomEmailsNotification();
    descriptor: ()Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract com.microsoft.azure.management.monitor.AutoscaleSetting$Update withoutWebhookNotification();
    descriptor: ()Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()
}
SourceFile: "AutoscaleSetting.java"
NestHost: com.microsoft.azure.management.monitor.AutoscaleSetting
InnerClasses:
  public abstract Update = com.microsoft.azure.management.monitor.AutoscaleSetting$Update of com.microsoft.azure.management.monitor.AutoscaleSetting
  public abstract UpdateStages = com.microsoft.azure.management.monitor.AutoscaleSetting$UpdateStages of com.microsoft.azure.management.monitor.AutoscaleSetting
  public abstract UpdateAutoscaleSettings = com.microsoft.azure.management.monitor.AutoscaleSetting$UpdateStages$UpdateAutoscaleSettings of com.microsoft.azure.management.monitor.AutoscaleSetting$UpdateStages