class com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl extends com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.GroupableResourceImpl<com.microsoft.azure.management.monitor.AutoscaleSetting, com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner, com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl, com.microsoft.azure.management.monitor.implementation.MonitorManager> implements com.microsoft.azure.management.monitor.AutoscaleSetting, com.microsoft.azure.management.monitor.AutoscaleSetting$Definition, com.microsoft.azure.management.monitor.AutoscaleSetting$Update
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.GroupableResourceImpl
{
  void <init>(java.lang.String, com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner, com.microsoft.azure.management.monitor.implementation.MonitorManager);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingResourceInner;Lcom/microsoft/azure/management/monitor/implementation/MonitorManager;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner innerModel
        start local 3 // com.microsoft.azure.management.monitor.implementation.MonitorManager monitorManager
         0: .line 39
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* innerModel */
            aload 3 /* monitorManager */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.GroupableResourceImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/Resource;Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;)V
         1: .line 40
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.isInCreateMode:()Z
            ifeq 3
         2: .line 41
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.withEnabled:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingResourceInner;
            pop
         3: .line 43
      StackMap locals: com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl java.lang.String com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner com.microsoft.azure.management.monitor.implementation.MonitorManager
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            ifnonnull 6
         4: .line 44
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.withNotifications:(Ljava/util/List;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingResourceInner;
            pop
         5: .line 45
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            new com.microsoft.azure.management.monitor.AutoscaleNotification
            dup
            invokespecial com.microsoft.azure.management.monitor.AutoscaleNotification.<init>:()V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 47
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.profiles:()Ljava/util/List;
            ifnonnull 8
         7: .line 48
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.withProfiles:(Ljava/util/List;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingResourceInner;
            pop
         8: .line 50
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.microsoft.azure.management.monitor.implementation.MonitorManager monitorManager
        end local 2 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner innerModel
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            0    9     1            name  Ljava/lang/String;
            0    9     2      innerModel  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingResourceInner;
            0    9     3  monitorManager  Lcom/microsoft/azure/management/monitor/implementation/MonitorManager;
    MethodParameters:
                Name  Flags
      name            
      innerModel      final
      monitorManager  final

  public java.lang.String targetResourceId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
         0: .line 54
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.targetResourceUri:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;

  public java.util.Map<java.lang.String, com.microsoft.azure.management.monitor.AutoscaleProfile> profiles();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
         0: .line 59
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 1 /* result */
        start local 1 // java.util.Map result
         1: .line 60
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.profiles:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl java.util.Map top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner
            astore 2 /* profileInner */
        start local 2 // com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner profileInner
         3: .line 61
            new com.microsoft.azure.management.monitor.implementation.AutoscaleProfileImpl
            dup
            aload 2 /* profileInner */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner.name:()Ljava/lang/String;
            aload 2 /* profileInner */
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.monitor.implementation.AutoscaleProfileImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/monitor/implementation/AutoscaleProfileInner;Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;)V
            astore 4 /* profileImpl */
        start local 4 // com.microsoft.azure.management.monitor.AutoscaleProfile profileImpl
         4: .line 62
            aload 1 /* result */
            aload 4 /* profileImpl */
            invokeinterface com.microsoft.azure.management.monitor.AutoscaleProfile.name:()Ljava/lang/String;
            aload 4 /* profileImpl */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // com.microsoft.azure.management.monitor.AutoscaleProfile profileImpl
        end local 2 // com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner profileInner
         5: .line 60
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 64
            aload 1 /* result */
            areturn
        end local 1 // java.util.Map result
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            1    7     1        result  Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/monitor/AutoscaleProfile;>;
            3    5     2  profileInner  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleProfileInner;
            4    5     4   profileImpl  Lcom/microsoft/azure/management/monitor/AutoscaleProfile;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/monitor/AutoscaleProfile;>;

  public boolean autoscaleEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
         0: .line 69
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.enabled:()Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;

  public boolean adminEmailNotificationEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
         0: .line 74
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            ifnull 4
         1: .line 75
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            ifnull 4
         2: .line 76
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.AutoscaleNotification
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.email:()Lcom/microsoft/azure/management/monitor/EmailNotification;
            ifnull 4
         3: .line 77
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.AutoscaleNotification
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.email:()Lcom/microsoft/azure/management/monitor/EmailNotification;
            invokevirtual com.microsoft.azure.management.monitor.EmailNotification.sendToSubscriptionAdministrator:()Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
         4: .line 79
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;

  public boolean coAdminEmailNotificationEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
         0: .line 84
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            ifnull 4
         1: .line 85
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            ifnull 4
         2: .line 86
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.AutoscaleNotification
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.email:()Lcom/microsoft/azure/management/monitor/EmailNotification;
            ifnull 4
         3: .line 87
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.AutoscaleNotification
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.email:()Lcom/microsoft/azure/management/monitor/EmailNotification;
            invokevirtual com.microsoft.azure.management.monitor.EmailNotification.sendToSubscriptionCoAdministrators:()Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
         4: .line 89
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;

  public java.util.List<java.lang.String> customEmailsNotification();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
         0: .line 94
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            ifnull 5
         1: .line 95
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            ifnull 5
         2: .line 96
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.AutoscaleNotification
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.email:()Lcom/microsoft/azure/management/monitor/EmailNotification;
            ifnull 5
         3: .line 97
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.AutoscaleNotification
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.email:()Lcom/microsoft/azure/management/monitor/EmailNotification;
            invokevirtual com.microsoft.azure.management.monitor.EmailNotification.customEmails:()Ljava/util/List;
            ifnull 5
         4: .line 98
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.AutoscaleNotification
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.email:()Lcom/microsoft/azure/management/monitor/EmailNotification;
            invokevirtual com.microsoft.azure.management.monitor.EmailNotification.customEmails:()Ljava/util/List;
            areturn
         5: .line 100
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            areturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public java.lang.String webhookNotification();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
         0: .line 105
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            ifnull 6
         1: .line 106
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            ifnull 6
         2: .line 107
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.AutoscaleNotification
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.email:()Lcom/microsoft/azure/management/monitor/EmailNotification;
            ifnull 6
         3: .line 108
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.AutoscaleNotification
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.webhooks:()Ljava/util/List;
            ifnull 6
         4: .line 109
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.AutoscaleNotification
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.webhooks:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ifle 6
         5: .line 110
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.AutoscaleNotification
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.webhooks:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.WebhookNotification
            invokevirtual com.microsoft.azure.management.monitor.WebhookNotification.serviceUri:()Ljava/lang/String;
            areturn
         6: .line 112
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;

  public com.microsoft.azure.management.monitor.implementation.AutoscaleProfileImpl defineAutoscaleProfile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleProfileImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
        start local 1 // java.lang.String name
         0: .line 117
            new com.microsoft.azure.management.monitor.implementation.AutoscaleProfileImpl
            dup
            aload 1 /* name */
            new com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner
            dup
            invokespecial com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner.<init>:()V
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.monitor.implementation.AutoscaleProfileImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/monitor/implementation/AutoscaleProfileInner;Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;)V
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.management.monitor.implementation.AutoscaleProfileImpl updateAutoscaleProfile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleProfileImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
        start local 1 // java.lang.String name
         0: .line 122
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.getProfileIndexByName:(Ljava/lang/String;)I
            istore 2 /* idx */
        start local 2 // int idx
         1: .line 123
            iload 2 /* idx */
            iconst_m1
            if_icmpne 3
         2: .line 124
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot find autoscale profile with the name '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 126
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.profiles:()Ljava/util/List;
            iload 2 /* idx */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner
            astore 3 /* innerProfile */
        start local 3 // com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner innerProfile
         4: .line 128
            new com.microsoft.azure.management.monitor.implementation.AutoscaleProfileImpl
            dup
            aload 3 /* innerProfile */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner.name:()Ljava/lang/String;
            aload 3 /* innerProfile */
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.monitor.implementation.AutoscaleProfileImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/monitor/implementation/AutoscaleProfileInner;Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;)V
            areturn
        end local 3 // com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner innerProfile
        end local 2 // int idx
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            0    5     1          name  Ljava/lang/String;
            1    5     2           idx  I
            4    5     3  innerProfile  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleProfileInner;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl withoutAutoscaleProfile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
        start local 1 // java.lang.String name
         0: .line 133
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.getProfileIndexByName:(Ljava/lang/String;)I
            istore 2 /* idx */
        start local 2 // int idx
         1: .line 134
            iload 2 /* idx */
            iconst_m1
            if_icmpeq 3
         2: .line 135
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.profiles:()Ljava/util/List;
            iload 2 /* idx */
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            pop
         3: .line 137
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // int idx
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            0    4     1  name  Ljava/lang/String;
            1    4     2   idx  I
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl withTargetResource(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
        start local 1 // java.lang.String targetResourceId
         0: .line 142
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            aload 1 /* targetResourceId */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.withTargetResourceUri:(Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingResourceInner;
            pop
         1: .line 143
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String targetResourceId
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            0    2     1  targetResourceId  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      targetResourceId  

  public com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl withAdminEmailNotification();
    descriptor: ()Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
         0: .line 148
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.getNotificationInner:()Lcom/microsoft/azure/management/monitor/AutoscaleNotification;
            astore 1 /* notificationInner */
        start local 1 // com.microsoft.azure.management.monitor.AutoscaleNotification notificationInner
         1: .line 149
            aload 1 /* notificationInner */
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.email:()Lcom/microsoft/azure/management/monitor/EmailNotification;
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.monitor.EmailNotification.withSendToSubscriptionAdministrator:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/monitor/EmailNotification;
            pop
         2: .line 150
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.AutoscaleNotification notificationInner
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            1    3     1  notificationInner  Lcom/microsoft/azure/management/monitor/AutoscaleNotification;

  public com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl withCoAdminEmailNotification();
    descriptor: ()Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
         0: .line 155
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.getNotificationInner:()Lcom/microsoft/azure/management/monitor/AutoscaleNotification;
            astore 1 /* notificationInner */
        start local 1 // com.microsoft.azure.management.monitor.AutoscaleNotification notificationInner
         1: .line 156
            aload 1 /* notificationInner */
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.email:()Lcom/microsoft/azure/management/monitor/EmailNotification;
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.monitor.EmailNotification.withSendToSubscriptionCoAdministrators:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/monitor/EmailNotification;
            pop
         2: .line 157
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.AutoscaleNotification notificationInner
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            1    3     1  notificationInner  Lcom/microsoft/azure/management/monitor/AutoscaleNotification;

  public com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl withCustomEmailsNotification(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
        start local 1 // java.lang.String[] customEmailAddresses
         0: .line 162
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.getNotificationInner:()Lcom/microsoft/azure/management/monitor/AutoscaleNotification;
            astore 2 /* notificationInner */
        start local 2 // com.microsoft.azure.management.monitor.AutoscaleNotification notificationInner
         1: .line 163
            aload 2 /* notificationInner */
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.email:()Lcom/microsoft/azure/management/monitor/EmailNotification;
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokevirtual com.microsoft.azure.management.monitor.EmailNotification.withCustomEmails:(Ljava/util/List;)Lcom/microsoft/azure/management/monitor/EmailNotification;
            pop
         2: .line 164
            aload 1 /* customEmailAddresses */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 6
      StackMap locals: com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl java.lang.String[] com.microsoft.azure.management.monitor.AutoscaleNotification top int int java.lang.String[]
      StackMap stack:
         3: aload 6
            iload 4
            aaload
            astore 3 /* strEmail */
        start local 3 // java.lang.String strEmail
         4: .line 165
            aload 2 /* notificationInner */
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.email:()Lcom/microsoft/azure/management/monitor/EmailNotification;
            invokevirtual com.microsoft.azure.management.monitor.EmailNotification.customEmails:()Ljava/util/List;
            aload 3 /* strEmail */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // java.lang.String strEmail
         5: .line 164
            iinc 4 1
      StackMap locals:
      StackMap stack:
         6: iload 4
            iload 5
            if_icmplt 3
         7: .line 167
            aload 0 /* this */
            areturn
        end local 2 // com.microsoft.azure.management.monitor.AutoscaleNotification notificationInner
        end local 1 // java.lang.String[] customEmailAddresses
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    8     0                  this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            0    8     1  customEmailAddresses  [Ljava/lang/String;
            1    8     2     notificationInner  Lcom/microsoft/azure/management/monitor/AutoscaleNotification;
            4    5     3              strEmail  Ljava/lang/String;
    MethodParameters:
                      Name  Flags
      customEmailAddresses  

  public com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl withWebhookNotification(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
        start local 1 // java.lang.String serviceUri
         0: .line 172
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.getNotificationInner:()Lcom/microsoft/azure/management/monitor/AutoscaleNotification;
            astore 2 /* notificationInner */
        start local 2 // com.microsoft.azure.management.monitor.AutoscaleNotification notificationInner
         1: .line 173
            aload 2 /* notificationInner */
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.webhooks:()Ljava/util/List;
            ifnonnull 3
         2: .line 174
            aload 2 /* notificationInner */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.withWebhooks:(Ljava/util/List;)Lcom/microsoft/azure/management/monitor/AutoscaleNotification;
            pop
         3: .line 176
      StackMap locals: com.microsoft.azure.management.monitor.AutoscaleNotification
      StackMap stack:
            aload 2 /* notificationInner */
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.webhooks:()Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 5
         4: .line 177
            aload 2 /* notificationInner */
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.webhooks:()Ljava/util/List;
            new com.microsoft.azure.management.monitor.WebhookNotification
            dup
            invokespecial com.microsoft.azure.management.monitor.WebhookNotification.<init>:()V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 179
      StackMap locals:
      StackMap stack:
            aload 2 /* notificationInner */
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.webhooks:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.WebhookNotification
            aload 1 /* serviceUri */
            invokevirtual com.microsoft.azure.management.monitor.WebhookNotification.withServiceUri:(Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/WebhookNotification;
            pop
         6: .line 180
            aload 0 /* this */
            areturn
        end local 2 // com.microsoft.azure.management.monitor.AutoscaleNotification notificationInner
        end local 1 // java.lang.String serviceUri
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            0    7     1         serviceUri  Ljava/lang/String;
            1    7     2  notificationInner  Lcom/microsoft/azure/management/monitor/AutoscaleNotification;
    MethodParameters:
            Name  Flags
      serviceUri  

  public com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl withoutAdminEmailNotification();
    descriptor: ()Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
         0: .line 185
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.getNotificationInner:()Lcom/microsoft/azure/management/monitor/AutoscaleNotification;
            astore 1 /* notificationInner */
        start local 1 // com.microsoft.azure.management.monitor.AutoscaleNotification notificationInner
         1: .line 186
            aload 1 /* notificationInner */
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.email:()Lcom/microsoft/azure/management/monitor/EmailNotification;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.monitor.EmailNotification.withSendToSubscriptionAdministrator:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/monitor/EmailNotification;
            pop
         2: .line 187
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.AutoscaleNotification notificationInner
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            1    3     1  notificationInner  Lcom/microsoft/azure/management/monitor/AutoscaleNotification;

  public com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl withoutCoAdminEmailNotification();
    descriptor: ()Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
         0: .line 192
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.getNotificationInner:()Lcom/microsoft/azure/management/monitor/AutoscaleNotification;
            astore 1 /* notificationInner */
        start local 1 // com.microsoft.azure.management.monitor.AutoscaleNotification notificationInner
         1: .line 193
            aload 1 /* notificationInner */
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.email:()Lcom/microsoft/azure/management/monitor/EmailNotification;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.monitor.EmailNotification.withSendToSubscriptionCoAdministrators:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/monitor/EmailNotification;
            pop
         2: .line 194
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.AutoscaleNotification notificationInner
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            1    3     1  notificationInner  Lcom/microsoft/azure/management/monitor/AutoscaleNotification;

  public com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl withoutCustomEmailsNotification();
    descriptor: ()Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
         0: .line 199
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.getNotificationInner:()Lcom/microsoft/azure/management/monitor/AutoscaleNotification;
            astore 1 /* notificationInner */
        start local 1 // com.microsoft.azure.management.monitor.AutoscaleNotification notificationInner
         1: .line 200
            aload 1 /* notificationInner */
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.email:()Lcom/microsoft/azure/management/monitor/EmailNotification;
            aconst_null
            invokevirtual com.microsoft.azure.management.monitor.EmailNotification.withCustomEmails:(Ljava/util/List;)Lcom/microsoft/azure/management/monitor/EmailNotification;
            pop
         2: .line 201
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.AutoscaleNotification notificationInner
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            1    3     1  notificationInner  Lcom/microsoft/azure/management/monitor/AutoscaleNotification;

  public com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl withoutWebhookNotification();
    descriptor: ()Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
         0: .line 206
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.getNotificationInner:()Lcom/microsoft/azure/management/monitor/AutoscaleNotification;
            astore 1 /* notificationInner */
        start local 1 // com.microsoft.azure.management.monitor.AutoscaleNotification notificationInner
         1: .line 207
            aload 1 /* notificationInner */
            aconst_null
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.withWebhooks:(Ljava/util/List;)Lcom/microsoft/azure/management/monitor/AutoscaleNotification;
            pop
         2: .line 208
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.AutoscaleNotification notificationInner
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            1    3     1  notificationInner  Lcom/microsoft/azure/management/monitor/AutoscaleNotification;

  public com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl withAutoscaleEnabled();
    descriptor: ()Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
         0: .line 213
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.withEnabled:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingResourceInner;
            pop
         1: .line 214
            aload 0 /* this */
            areturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;

  public com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl withAutoscaleDisabled();
    descriptor: ()Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
         0: .line 219
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.withEnabled:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingResourceInner;
            pop
         1: .line 220
            aload 0 /* this */
            areturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;

  public rx.Observable<com.microsoft.azure.management.monitor.AutoscaleSetting> createResourceAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
         0: .line 225
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.monitor.implementation.MonitorManager
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.autoscaleSettings:()Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingsInner.createOrUpdateAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingResourceInner;)Lrx/Observable;
         1: .line 226
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.innerToFluentMap:(Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;)Lrx/functions/Func1;
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 225
            areturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/monitor/AutoscaleSetting;>;

  protected rx.Observable<com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner> getInnerAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
         0: .line 231
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.monitor.implementation.MonitorManager
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.autoscaleSettings:()Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingsInner.getByResourceGroupAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingResourceInner;>;

  public com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl addNewAutoscaleProfile(com.microsoft.azure.management.monitor.implementation.AutoscaleProfileImpl);
    descriptor: (Lcom/microsoft/azure/management/monitor/implementation/AutoscaleProfileImpl;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
        start local 1 // com.microsoft.azure.management.monitor.implementation.AutoscaleProfileImpl profile
         0: .line 235
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.profiles:()Ljava/util/List;
            aload 1 /* profile */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleProfileImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 236
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.implementation.AutoscaleProfileImpl profile
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            0    2     1  profile  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleProfileImpl;
    MethodParameters:
         Name  Flags
      profile  

  private int getProfileIndexByName(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
        start local 1 // java.lang.String name
         0: .line 240
            iconst_m1
            istore 2 /* idxResult */
        start local 2 // int idxResult
         1: .line 241
            iconst_0
            istore 3 /* idx */
        start local 3 // int idx
         2: goto 7
         3: .line 242
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.profiles:()Ljava/util/List;
            iload 3 /* idx */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner.name:()Ljava/lang/String;
            aload 1 /* name */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 6
         4: .line 243
            iload 3 /* idx */
            istore 2 /* idxResult */
         5: .line 244
            goto 8
         6: .line 241
      StackMap locals:
      StackMap stack:
            iinc 3 /* idx */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* idx */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.profiles:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 3
        end local 3 // int idx
         8: .line 247
      StackMap locals:
      StackMap stack:
            iload 2 /* idxResult */
            ireturn
        end local 2 // int idxResult
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            0    9     1       name  Ljava/lang/String;
            1    9     2  idxResult  I
            2    8     3        idx  I
    MethodParameters:
      Name  Flags
      name  

  private com.microsoft.azure.management.monitor.AutoscaleNotification getNotificationInner();
    descriptor: ()Lcom/microsoft/azure/management/monitor/AutoscaleNotification;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
         0: .line 251
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.AutoscaleNotification
            astore 1 /* notificationInner */
        start local 1 // com.microsoft.azure.management.monitor.AutoscaleNotification notificationInner
         1: .line 252
            aload 1 /* notificationInner */
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.email:()Lcom/microsoft/azure/management/monitor/EmailNotification;
            ifnonnull 3
         2: .line 253
            aload 1 /* notificationInner */
            new com.microsoft.azure.management.monitor.EmailNotification
            dup
            invokespecial com.microsoft.azure.management.monitor.EmailNotification.<init>:()V
            invokevirtual com.microsoft.azure.management.monitor.AutoscaleNotification.withEmail:(Lcom/microsoft/azure/management/monitor/EmailNotification;)Lcom/microsoft/azure/management/monitor/AutoscaleNotification;
            pop
         3: .line 255
      StackMap locals: com.microsoft.azure.management.monitor.AutoscaleNotification
      StackMap stack:
            aload 1 /* notificationInner */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.AutoscaleNotification notificationInner
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            1    4     1  notificationInner  Lcom/microsoft/azure/management/monitor/AutoscaleNotification;

  public java.lang.Object withRegion(com.microsoft.azure.management.resources.fluentcore.arm.Region);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withRegion:(Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withRegion(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withRegion:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.monitor.AutoscaleSetting$Update withoutCustomEmailsNotification();
    descriptor: ()Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withoutCustomEmailsNotification:()Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.monitor.AutoscaleSetting$Update withAutoscaleEnabled();
    descriptor: ()Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withAutoscaleEnabled:()Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.monitor.AutoscaleSetting$Update withoutCoAdminEmailNotification();
    descriptor: ()Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withoutCoAdminEmailNotification:()Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.monitor.AutoscaleProfile$Update updateAutoscaleProfile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/AutoscaleProfile$Update;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.updateAutoscaleProfile:(Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleProfileImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.monitor.AutoscaleSetting$Update withoutAutoscaleProfile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withoutAutoscaleProfile:(Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.monitor.AutoscaleSetting$Update withoutWebhookNotification();
    descriptor: ()Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withoutWebhookNotification:()Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.monitor.AutoscaleSetting$DefinitionStages$DefineAutoscaleSettingResourceProfiles withTargetResource(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/AutoscaleSetting$DefinitionStages$DefineAutoscaleSettingResourceProfiles;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withTargetResource:(Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.monitor.AutoscaleSetting$DefinitionStages$WithCreate withWebhookNotification(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/AutoscaleSetting$DefinitionStages$WithCreate;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withWebhookNotification:(Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.monitor.AutoscaleSetting$Update withWebhookNotification(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withWebhookNotification:(Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object update();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.update:()Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withTags(java.util.Map);
    descriptor: (Ljava/util/Map;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.monitor.AutoscaleProfile$DefinitionStages$Blank defineAutoscaleProfile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/AutoscaleProfile$DefinitionStages$Blank;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.defineAutoscaleProfile:(Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleProfileImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.monitor.AutoscaleProfile$UpdateDefinitionStages$Blank defineAutoscaleProfile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/AutoscaleProfile$UpdateDefinitionStages$Blank;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.defineAutoscaleProfile:(Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleProfileImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withExistingResourceGroup(com.microsoft.azure.management.resources.ResourceGroup);
    descriptor: (Lcom/microsoft/azure/management/resources/ResourceGroup;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withExistingResourceGroup:(Lcom/microsoft/azure/management/resources/ResourceGroup;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withExistingResourceGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withExistingResourceGroup:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withNewResourceGroup(com.microsoft.azure.management.resources.fluentcore.model.Creatable);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withNewResourceGroup:(Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withNewResourceGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withNewResourceGroup:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withNewResourceGroup();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withNewResourceGroup:()Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.monitor.AutoscaleSetting$DefinitionStages$WithCreate withCustomEmailsNotification(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/AutoscaleSetting$DefinitionStages$WithCreate;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withCustomEmailsNotification:([Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.monitor.AutoscaleSetting$Update withCustomEmailsNotification(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withCustomEmailsNotification:([Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withTag(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withTag:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.monitor.AutoscaleSetting$DefinitionStages$WithCreate withCoAdminEmailNotification();
    descriptor: ()Lcom/microsoft/azure/management/monitor/AutoscaleSetting$DefinitionStages$WithCreate;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withCoAdminEmailNotification:()Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.monitor.AutoscaleSetting$Update withCoAdminEmailNotification();
    descriptor: ()Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withCoAdminEmailNotification:()Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.monitor.AutoscaleSetting$DefinitionStages$WithCreate withAdminEmailNotification();
    descriptor: ()Lcom/microsoft/azure/management/monitor/AutoscaleSetting$DefinitionStages$WithCreate;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withAdminEmailNotification:()Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.monitor.AutoscaleSetting$Update withAdminEmailNotification();
    descriptor: ()Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withAdminEmailNotification:()Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withoutTag(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withoutTag:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.monitor.AutoscaleSetting$Update withoutAdminEmailNotification();
    descriptor: ()Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withoutAdminEmailNotification:()Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.monitor.AutoscaleSetting$DefinitionStages$WithCreate withAutoscaleDisabled();
    descriptor: ()Lcom/microsoft/azure/management/monitor/AutoscaleSetting$DefinitionStages$WithCreate;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withAutoscaleDisabled:()Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.monitor.AutoscaleSetting$Update withAutoscaleDisabled();
    descriptor: ()Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.monitor.implementation.AutoscaleSettingImpl.withAutoscaleDisabled:()Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl<Lcom/microsoft/azure/management/monitor/AutoscaleSetting;Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingResourceInner;Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingImpl;Lcom/microsoft/azure/management/monitor/implementation/MonitorManager;>;Lcom/microsoft/azure/management/monitor/AutoscaleSetting;Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Definition;Lcom/microsoft/azure/management/monitor/AutoscaleSetting$Update;
SourceFile: "AutoscaleSettingImpl.java"
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.monitor.AutoscaleProfile$DefinitionStages of com.microsoft.azure.management.monitor.AutoscaleProfile
  public abstract Blank = com.microsoft.azure.management.monitor.AutoscaleProfile$DefinitionStages$Blank of com.microsoft.azure.management.monitor.AutoscaleProfile$DefinitionStages
  public abstract Update = com.microsoft.azure.management.monitor.AutoscaleProfile$Update of com.microsoft.azure.management.monitor.AutoscaleProfile
  public abstract UpdateDefinitionStages = com.microsoft.azure.management.monitor.AutoscaleProfile$UpdateDefinitionStages of com.microsoft.azure.management.monitor.AutoscaleProfile
  public abstract Blank = com.microsoft.azure.management.monitor.AutoscaleProfile$UpdateDefinitionStages$Blank of com.microsoft.azure.management.monitor.AutoscaleProfile$UpdateDefinitionStages
  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 DefineAutoscaleSettingResourceProfiles = com.microsoft.azure.management.monitor.AutoscaleSetting$DefinitionStages$DefineAutoscaleSettingResourceProfiles of com.microsoft.azure.management.monitor.AutoscaleSetting$DefinitionStages
  public abstract WithCreate = com.microsoft.azure.management.monitor.AutoscaleSetting$DefinitionStages$WithCreate of com.microsoft.azure.management.monitor.AutoscaleSetting$DefinitionStages
  public abstract Update = com.microsoft.azure.management.monitor.AutoscaleSetting$Update of com.microsoft.azure.management.monitor.AutoscaleSetting
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()