class com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl extends com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.GroupableResourceImpl<com.microsoft.azure.management.appservice.AppServicePlan, com.microsoft.azure.management.appservice.implementation.AppServicePlanInner, com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl, com.microsoft.azure.management.appservice.implementation.AppServiceManager> implements com.microsoft.azure.management.appservice.AppServicePlan, com.microsoft.azure.management.appservice.AppServicePlan$Definition, com.microsoft.azure.management.appservice.AppServicePlan$Update
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.GroupableResourceImpl
{
  void <init>(java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServicePlanInner, com.microsoft.azure.management.appservice.implementation.AppServiceManager);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.azure.management.appservice.implementation.AppServicePlanInner innerObject
        start local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceManager manager
         0: .line 34
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* innerObject */
            aload 3 /* manager */
            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 35
            return
        end local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceManager manager
        end local 2 // com.microsoft.azure.management.appservice.implementation.AppServicePlanInner innerObject
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
            0    2     1         name  Ljava/lang/String;
            0    2     2  innerObject  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;
            0    2     3      manager  Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;
    MethodParameters:
             Name  Flags
      name         
      innerObject  
      manager      

  public rx.Observable<com.microsoft.azure.management.appservice.AppServicePlan> createResourceAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
         0: .line 39
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.appServicePlans:()Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServicePlanInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.createOrUpdateAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;)Lrx/Observable;
         1: .line 40
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.innerToFluentMap:(Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;)Lrx/functions/Func1;
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 39
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/appservice/AppServicePlan;>;

  protected rx.Observable<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner> getInnerAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
         0: .line 45
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.appServicePlans:()Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.getByResourceGroupAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;

  public int maxInstances();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
         0: .line 50
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServicePlanInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanInner.maximumNumberOfWorkers:()Ljava/lang/Integer;
            invokestatic com.microsoft.azure.management.resources.fluentcore.utils.Utils.toPrimitiveInt:(Ljava/lang/Integer;)I
            ireturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;

  public int capacity();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
         0: .line 55
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServicePlanInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanInner.sku:()Lcom/microsoft/azure/management/appservice/SkuDescription;
            invokevirtual com.microsoft.azure.management.appservice.SkuDescription.capacity:()Ljava/lang/Integer;
            invokestatic com.microsoft.azure.management.resources.fluentcore.utils.Utils.toPrimitiveInt:(Ljava/lang/Integer;)I
            ireturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;

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

  public int numberOfWebApps();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
         0: .line 65
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServicePlanInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanInner.numberOfSites:()Ljava/lang/Integer;
            invokestatic com.microsoft.azure.management.resources.fluentcore.utils.Utils.toPrimitiveInt:(Ljava/lang/Integer;)I
            ireturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;

  public com.microsoft.azure.management.appservice.PricingTier pricingTier();
    descriptor: ()Lcom/microsoft/azure/management/appservice/PricingTier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
         0: .line 70
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServicePlanInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanInner.sku:()Lcom/microsoft/azure/management/appservice/SkuDescription;
            invokestatic com.microsoft.azure.management.appservice.PricingTier.fromSkuDescription:(Lcom/microsoft/azure/management/appservice/SkuDescription;)Lcom/microsoft/azure/management/appservice/PricingTier;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;

  public com.microsoft.azure.management.appservice.OperatingSystem operatingSystem();
    descriptor: ()Lcom/microsoft/azure/management/appservice/OperatingSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
         0: .line 75
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServicePlanInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanInner.reserved:()Ljava/lang/Boolean;
            ifnull 1
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServicePlanInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanInner.reserved:()Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifne 2
         1: .line 76
      StackMap locals:
      StackMap stack:
            getstatic com.microsoft.azure.management.appservice.OperatingSystem.WINDOWS:Lcom/microsoft/azure/management/appservice/OperatingSystem;
            goto 3
         2: .line 77
      StackMap locals:
      StackMap stack:
            getstatic com.microsoft.azure.management.appservice.OperatingSystem.LINUX:Lcom/microsoft/azure/management/appservice/OperatingSystem;
         3: .line 75
      StackMap locals:
      StackMap stack: com.microsoft.azure.management.appservice.OperatingSystem
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;

  public com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl withFreePricingTier();
    descriptor: ()Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
         0: .line 82
            aload 0 /* this */
            getstatic com.microsoft.azure.management.appservice.PricingTier.FREE_F1:Lcom/microsoft/azure/management/appservice/PricingTier;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.withPricingTier:(Lcom/microsoft/azure/management/appservice/PricingTier;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;

  public com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl withSharedPricingTier();
    descriptor: ()Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
         0: .line 87
            aload 0 /* this */
            getstatic com.microsoft.azure.management.appservice.PricingTier.SHARED_D1:Lcom/microsoft/azure/management/appservice/PricingTier;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.withPricingTier:(Lcom/microsoft/azure/management/appservice/PricingTier;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;

  public com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl withPricingTier(com.microsoft.azure.management.appservice.PricingTier);
    descriptor: (Lcom/microsoft/azure/management/appservice/PricingTier;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
        start local 1 // com.microsoft.azure.management.appservice.PricingTier pricingTier
         0: .line 92
            aload 1 /* pricingTier */
            ifnonnull 2
         1: .line 93
            new java.lang.IllegalArgumentException
            dup
            ldc "pricingTier == null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServicePlanInner
            aload 1 /* pricingTier */
            invokevirtual com.microsoft.azure.management.appservice.PricingTier.toSkuDescription:()Lcom/microsoft/azure/management/appservice/SkuDescription;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanInner.withSku:(Lcom/microsoft/azure/management/appservice/SkuDescription;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;
            pop
         3: .line 96
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.PricingTier pricingTier
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
            0    4     1  pricingTier  Lcom/microsoft/azure/management/appservice/PricingTier;
    MethodParameters:
             Name  Flags
      pricingTier  

  public com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl withPerSiteScaling(boolean);
    descriptor: (Z)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
        start local 1 // boolean perSiteScaling
         0: .line 101
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServicePlanInner
            iload 1 /* perSiteScaling */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanInner.withPerSiteScaling:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;
            pop
         1: .line 102
            aload 0 /* this */
            areturn
        end local 1 // boolean perSiteScaling
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
            0    2     1  perSiteScaling  Z
    MethodParameters:
                Name  Flags
      perSiteScaling  

  public com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl withCapacity(int);
    descriptor: (I)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
        start local 1 // int capacity
         0: .line 107
            iload 1 /* capacity */
            iconst_1
            if_icmpge 2
         1: .line 108
            new java.lang.IllegalArgumentException
            dup
            ldc "Capacity is at least 1."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServicePlanInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanInner.sku:()Lcom/microsoft/azure/management/appservice/SkuDescription;
            iload 1 /* capacity */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.microsoft.azure.management.appservice.SkuDescription.withCapacity:(Ljava/lang/Integer;)Lcom/microsoft/azure/management/appservice/SkuDescription;
            pop
         3: .line 111
            aload 0 /* this */
            areturn
        end local 1 // int capacity
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
            0    4     1  capacity  I
    MethodParameters:
          Name  Flags
      capacity  

  public com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl withOperatingSystem(com.microsoft.azure.management.appservice.OperatingSystem);
    descriptor: (Lcom/microsoft/azure/management/appservice/OperatingSystem;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
        start local 1 // com.microsoft.azure.management.appservice.OperatingSystem operatingSystem
         0: .line 116
            getstatic com.microsoft.azure.management.appservice.OperatingSystem.LINUX:Lcom/microsoft/azure/management/appservice/OperatingSystem;
            aload 1 /* operatingSystem */
            invokevirtual com.microsoft.azure.management.appservice.OperatingSystem.equals:(Ljava/lang/Object;)Z
            ifeq 4
         1: .line 117
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServicePlanInner
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanInner.withReserved:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;
            pop
         2: .line 118
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServicePlanInner
            ldc "linux"
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanInner.withKind:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;
            pop
         3: .line 119
            goto 5
         4: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServicePlanInner
            ldc "app"
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanInner.withKind:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;
            pop
         5: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.OperatingSystem operatingSystem
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
            0    6     1  operatingSystem  Lcom/microsoft/azure/management/appservice/OperatingSystem;
    MethodParameters:
                 Name  Flags
      operatingSystem  

  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.appservice.implementation.AppServicePlanImpl.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.appservice.implementation.AppServicePlanImpl.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.appservice.AppServicePlan$DefinitionStages$WithCreate withSharedPricingTier();
    descriptor: ()Lcom/microsoft/azure/management/appservice/AppServicePlan$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.appservice.implementation.AppServicePlanImpl.withSharedPricingTier:()Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.AppServicePlan$DefinitionStages$WithCreate withCapacity(int);
    descriptor: (I)Lcom/microsoft/azure/management/appservice/AppServicePlan$DefinitionStages$WithCreate;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.withCapacity:(I)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.AppServicePlan$Update withCapacity(int);
    descriptor: (I)Lcom/microsoft/azure/management/appservice/AppServicePlan$Update;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.withCapacity:(I)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.AppServicePlan$DefinitionStages$WithOperatingSystem withPricingTier(com.microsoft.azure.management.appservice.PricingTier);
    descriptor: (Lcom/microsoft/azure/management/appservice/PricingTier;)Lcom/microsoft/azure/management/appservice/AppServicePlan$DefinitionStages$WithOperatingSystem;
    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.appservice.implementation.AppServicePlanImpl.withPricingTier:(Lcom/microsoft/azure/management/appservice/PricingTier;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.AppServicePlan$Update withPricingTier(com.microsoft.azure.management.appservice.PricingTier);
    descriptor: (Lcom/microsoft/azure/management/appservice/PricingTier;)Lcom/microsoft/azure/management/appservice/AppServicePlan$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.appservice.implementation.AppServicePlanImpl.withPricingTier:(Lcom/microsoft/azure/management/appservice/PricingTier;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.AppServicePlan$DefinitionStages$WithCreate withPerSiteScaling(boolean);
    descriptor: (Z)Lcom/microsoft/azure/management/appservice/AppServicePlan$DefinitionStages$WithCreate;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.withPerSiteScaling:(Z)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.AppServicePlan$Update withPerSiteScaling(boolean);
    descriptor: (Z)Lcom/microsoft/azure/management/appservice/AppServicePlan$Update;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl.withPerSiteScaling:(Z)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
            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.appservice.implementation.AppServicePlanImpl.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.appservice.implementation.AppServicePlanImpl.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            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.appservice.implementation.AppServicePlanImpl.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.appservice.implementation.AppServicePlanImpl.withExistingResourceGroup:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.AppServicePlan$DefinitionStages$WithCreate withFreePricingTier();
    descriptor: ()Lcom/microsoft/azure/management/appservice/AppServicePlan$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.appservice.implementation.AppServicePlanImpl.withFreePricingTier:()Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
            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.appservice.implementation.AppServicePlanImpl.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.appservice.implementation.AppServicePlanImpl.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.appservice.implementation.AppServicePlanImpl.withNewResourceGroup:()Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            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.appservice.implementation.AppServicePlanImpl.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.appservice.AppServicePlan$DefinitionStages$WithCreate withOperatingSystem(com.microsoft.azure.management.appservice.OperatingSystem);
    descriptor: (Lcom/microsoft/azure/management/appservice/OperatingSystem;)Lcom/microsoft/azure/management/appservice/AppServicePlan$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.appservice.implementation.AppServicePlanImpl.withOperatingSystem:(Lcom/microsoft/azure/management/appservice/OperatingSystem;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
            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.appservice.implementation.AppServicePlanImpl.withoutTag:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl<Lcom/microsoft/azure/management/appservice/AppServicePlan;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;>;Lcom/microsoft/azure/management/appservice/AppServicePlan;Lcom/microsoft/azure/management/appservice/AppServicePlan$Definition;Lcom/microsoft/azure/management/appservice/AppServicePlan$Update;
SourceFile: "AppServicePlanImpl.java"
InnerClasses:
  public abstract Definition = com.microsoft.azure.management.appservice.AppServicePlan$Definition of com.microsoft.azure.management.appservice.AppServicePlan
  public abstract DefinitionStages = com.microsoft.azure.management.appservice.AppServicePlan$DefinitionStages of com.microsoft.azure.management.appservice.AppServicePlan
  public abstract WithCreate = com.microsoft.azure.management.appservice.AppServicePlan$DefinitionStages$WithCreate of com.microsoft.azure.management.appservice.AppServicePlan$DefinitionStages
  public abstract WithOperatingSystem = com.microsoft.azure.management.appservice.AppServicePlan$DefinitionStages$WithOperatingSystem of com.microsoft.azure.management.appservice.AppServicePlan$DefinitionStages
  public abstract Update = com.microsoft.azure.management.appservice.AppServicePlan$Update of com.microsoft.azure.management.appservice.AppServicePlan
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition(ContainerName = "/Microsoft.Azure.Management.AppService.Fluent")