public interface com.microsoft.azure.management.monitor.AutoscaleSetting extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.monitor.implementation.MonitorManager, com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<com.microsoft.azure.management.monitor.AutoscaleSetting>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<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.AutoscaleSetting
  super_class: java.lang.Object
{
  public abstract java.lang.String targetResourceId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangMethodDefinition(AsType = com.microsoft.azure.management.apigeneration.LangMethodDefinition$LangMethodType.Property:Lcom/microsoft/azure/management/apigeneration/LangMethodDefinition$LangMethodType;)

  public abstract java.util.Map<java.lang.String, com.microsoft.azure.management.monitor.AutoscaleProfile> profiles();
    descriptor: ()Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/monitor/AutoscaleProfile;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangMethodDefinition(AsType = com.microsoft.azure.management.apigeneration.LangMethodDefinition$LangMethodType.Property:Lcom/microsoft/azure/management/apigeneration/LangMethodDefinition$LangMethodType;)

  public abstract boolean autoscaleEnabled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangMethodDefinition(AsType = com.microsoft.azure.management.apigeneration.LangMethodDefinition$LangMethodType.Property:Lcom/microsoft/azure/management/apigeneration/LangMethodDefinition$LangMethodType;)

  public abstract boolean adminEmailNotificationEnabled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangMethodDefinition(AsType = com.microsoft.azure.management.apigeneration.LangMethodDefinition$LangMethodType.Property:Lcom/microsoft/azure/management/apigeneration/LangMethodDefinition$LangMethodType;)

  public abstract boolean coAdminEmailNotificationEnabled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangMethodDefinition(AsType = com.microsoft.azure.management.apigeneration.LangMethodDefinition$LangMethodType.Property:Lcom/microsoft/azure/management/apigeneration/LangMethodDefinition$LangMethodType;)

  public abstract java.util.List<java.lang.String> customEmailsNotification();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Ljava/lang/String;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangMethodDefinition(AsType = com.microsoft.azure.management.apigeneration.LangMethodDefinition$LangMethodType.Property:Lcom/microsoft/azure/management/apigeneration/LangMethodDefinition$LangMethodType;)

  public abstract java.lang.String webhookNotification();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangMethodDefinition(AsType = com.microsoft.azure.management.apigeneration.LangMethodDefinition$LangMethodType.Property:Lcom/microsoft/azure/management/apigeneration/LangMethodDefinition$LangMethodType;)
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/GroupableResource<Lcom/microsoft/azure/management/monitor/implementation/MonitorManager;Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingResourceInner;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Refreshable<Lcom/microsoft/azure/management/monitor/AutoscaleSetting;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Updatable<Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;>;
SourceFile: "AutoscaleSetting.java"
NestMembers:
  com.microsoft.azure.management.monitor.AutoscaleSetting$Definition  com.microsoft.azure.management.monitor.AutoscaleSetting$DefinitionStages  com.microsoft.azure.management.monitor.AutoscaleSetting$DefinitionStages$Blank  com.microsoft.azure.management.monitor.AutoscaleSetting$DefinitionStages$DefineAutoscaleSettingResourceNotifications  com.microsoft.azure.management.monitor.AutoscaleSetting$DefinitionStages$DefineAutoscaleSettingResourceProfiles  com.microsoft.azure.management.monitor.AutoscaleSetting$DefinitionStages$WithAutoscaleSettingResourceEnabled  com.microsoft.azure.management.monitor.AutoscaleSetting$DefinitionStages$WithAutoscaleSettingResourceTargetResourceUri  com.microsoft.azure.management.monitor.AutoscaleSetting$DefinitionStages$WithCreate  com.microsoft.azure.management.monitor.AutoscaleSetting$DefinitionStages$WithGroup  com.microsoft.azure.management.monitor.AutoscaleSetting$Update  com.microsoft.azure.management.monitor.AutoscaleSetting$UpdateStages  com.microsoft.azure.management.monitor.AutoscaleSetting$UpdateStages$DefineAutoscaleSettingProfiles  com.microsoft.azure.management.monitor.AutoscaleSetting$UpdateStages$UpdateAutoscaleSettings
InnerClasses:
  public final LangMethodType = com.microsoft.azure.management.apigeneration.LangMethodDefinition$LangMethodType of com.microsoft.azure.management.apigeneration.LangMethodDefinition
  public abstract Definition = com.microsoft.azure.management.monitor.AutoscaleSetting$Definition of com.microsoft.azure.management.monitor.AutoscaleSetting
  public abstract DefinitionStages = com.microsoft.azure.management.monitor.AutoscaleSetting$DefinitionStages of com.microsoft.azure.management.monitor.AutoscaleSetting
  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
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()