public abstract class com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl<FluentModelT extends com.microsoft.azure.management.resources.fluentcore.arm.models.Resource, InnerModelT extends com.microsoft.azure.Resource, FluentModelImplT extends com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl<FluentModelT, InnerModelT, FluentModelImplT>> extends com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl<FluentModelT, InnerModelT, FluentModelImplT> implements com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl
{
  protected void <init>(java.lang.String, );
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/Resource;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.azure.Resource innerObject
         0: .line 40
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* innerObject */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 41
            aload 2 /* innerObject */
            invokevirtual com.microsoft.azure.Resource.getTags:()Ljava/util/Map;
            ifnonnull 3
         2: .line 42
            aload 2 /* innerObject */
            new java.util.TreeMap
            dup
            invokespecial java.util.TreeMap.<init>:()V
            invokevirtual com.microsoft.azure.Resource.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/Resource;
            pop
         3: .line 44
      StackMap locals: com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl java.lang.String com.microsoft.azure.Resource
      StackMap stack:
            return
        end local 2 // com.microsoft.azure.Resource innerObject
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            0    4     1         name  Ljava/lang/String;
            0    4     2  innerObject  TInnerModelT;
    Signature: (Ljava/lang/String;TInnerModelT;)V
    MethodParameters:
             Name  Flags
      name         
      innerObject  

  public java.lang.String regionName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
         0: .line 52
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Resource
            invokevirtual com.microsoft.azure.Resource.location:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;

  public com.microsoft.azure.management.resources.fluentcore.arm.Region region();
    descriptor: ()Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
         0: .line 57
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl.regionName:()Ljava/lang/String;
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.Region.fromName:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;

  public java.util.Map<java.lang.String, java.lang.String> tags();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
         0: .line 62
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Resource
            invokevirtual com.microsoft.azure.Resource.getTags:()Ljava/util/Map;
            astore 1 /* tags */
        start local 1 // java.util.Map tags
         1: .line 63
            aload 1 /* tags */
            ifnonnull 3
         2: .line 64
            new java.util.TreeMap
            dup
            invokespecial java.util.TreeMap.<init>:()V
            astore 1 /* tags */
         3: .line 66
      StackMap locals: java.util.Map
      StackMap stack:
            aload 1 /* tags */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            areturn
        end local 1 // java.util.Map tags
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            1    4     1  tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  public java.lang.String id();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
         0: .line 71
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Resource
            invokevirtual com.microsoft.azure.Resource.id:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;

  public java.lang.String type();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
         0: .line 76
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Resource
            invokevirtual com.microsoft.azure.Resource.type:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
         0: .line 81
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Resource
            invokevirtual com.microsoft.azure.Resource.name:()Ljava/lang/String;
            ifnonnull 2
         1: .line 82
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.name:()Ljava/lang/String;
            areturn
         2: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Resource
            invokevirtual com.microsoft.azure.Resource.name:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;

  public final FluentModelImplT withTags(java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/util/Map;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
        start local 1 // java.util.Map tags
         0: .line 99
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Resource
            new java.util.HashMap
            dup
            aload 1 /* tags */
            invokespecial java.util.HashMap.<init>:(Ljava/util/Map;)V
            invokevirtual com.microsoft.azure.Resource.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/Resource;
            pop
         1: .line 100
            aload 0 /* this */
            areturn
        end local 1 // java.util.Map tags
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            0    2     1  tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)TFluentModelImplT;
    MethodParameters:
      Name  Flags
      tags  

  public final FluentModelImplT withTag(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
         0: .line 111
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Resource
            invokevirtual com.microsoft.azure.Resource.getTags:()Ljava/util/Map;
            ifnonnull 2
         1: .line 112
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Resource
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            invokevirtual com.microsoft.azure.Resource.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/Resource;
            pop
         2: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Resource
            invokevirtual com.microsoft.azure.Resource.getTags:()Ljava/util/Map;
            aload 1 /* key */
            aload 2 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 115
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            0    4     1    key  Ljava/lang/String;
            0    4     2  value  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)TFluentModelImplT;
    MethodParameters:
       Name  Flags
      key    
      value  

  public final FluentModelImplT withoutTag(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
        start local 1 // java.lang.String key
         0: .line 125
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Resource
            invokevirtual com.microsoft.azure.Resource.getTags:()Ljava/util/Map;
            ifnull 2
         1: .line 126
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Resource
            invokevirtual com.microsoft.azure.Resource.getTags:()Ljava/util/Map;
            aload 1 /* key */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String key
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            0    3     1   key  Ljava/lang/String;
    Signature: (Ljava/lang/String;)TFluentModelImplT;
    MethodParameters:
      Name  Flags
      key   

  public final FluentModelImplT withRegion(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
        start local 1 // java.lang.String regionName
         0: .line 142
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Resource
            aload 1 /* regionName */
            invokevirtual com.microsoft.azure.Resource.withLocation:(Ljava/lang/String;)Lcom/microsoft/azure/Resource;
            pop
         1: .line 143
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String regionName
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            0    2     1  regionName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)TFluentModelImplT;
    MethodParameters:
            Name  Flags
      regionName  

  public final FluentModelImplT withRegion(com.microsoft.azure.management.resources.fluentcore.arm.Region);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.arm.Region region
         0: .line 152
            aload 0 /* this */
            aload 1 /* region */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.Region.toString:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl.withRegion:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            areturn
        end local 1 // com.microsoft.azure.management.resources.fluentcore.arm.Region region
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            0    1     1  region  Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;
    Signature: (Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;)TFluentModelImplT;
    MethodParameters:
        Name  Flags
      region  

  public boolean isInCreateMode();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
         0: .line 160
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Resource
            invokevirtual com.microsoft.azure.Resource.id:()Ljava/lang/String;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;

  protected <InnerT> java.util.List<InnerT> innersFromWrappers(java.util.Collection<? extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<InnerT>>);
    descriptor: (Ljava/util/Collection;)Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
        start local 1 // java.util.Collection wrappers
         0: .line 164
            aload 0 /* this */
            aload 1 /* wrappers */
            aconst_null
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl.innersFromWrappers:(Ljava/util/Collection;Ljava/util/List;)Ljava/util/List;
            areturn
        end local 1 // java.util.Collection wrappers
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            0    1     1  wrappers  Ljava/util/Collection<+Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<TInnerT;>;>;
    Signature: <InnerT:Ljava/lang/Object;>(Ljava/util/Collection<+Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<TInnerT;>;>;)Ljava/util/List<TInnerT;>;
    MethodParameters:
          Name  Flags
      wrappers  

  protected <InnerT> java.util.List<InnerT> innersFromWrappers(java.util.Collection<? extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<InnerT>>, java.util.List<InnerT>);
    descriptor: (Ljava/util/Collection;Ljava/util/List;)Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
        start local 1 // java.util.Collection wrappers
        start local 2 // java.util.List inners
         0: .line 169
            aload 1 /* wrappers */
            ifnull 1
            aload 1 /* wrappers */
            invokeinterface java.util.Collection.size:()I
            ifne 2
         1: .line 170
      StackMap locals:
      StackMap stack:
            aload 2 /* inners */
            areturn
         2: .line 172
      StackMap locals:
      StackMap stack:
            aload 2 /* inners */
            ifnonnull 4
         3: .line 173
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* inners */
         4: .line 175
      StackMap locals:
      StackMap stack:
            aload 1 /* wrappers */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 7
      StackMap locals: com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl java.util.Collection java.util.List top java.util.Iterator
      StackMap stack:
         5: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.fluentcore.model.HasInner
            astore 3 /* wrapper */
        start local 3 // com.microsoft.azure.management.resources.fluentcore.model.HasInner wrapper
         6: .line 176
            aload 2 /* inners */
            aload 3 /* wrapper */
            invokeinterface com.microsoft.azure.management.resources.fluentcore.model.HasInner.inner:()Ljava/lang/Object;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // com.microsoft.azure.management.resources.fluentcore.model.HasInner wrapper
         7: .line 175
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 178
            aload 2 /* inners */
            areturn
        end local 2 // java.util.List inners
        end local 1 // java.util.Collection wrappers
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ResourceImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            0    9     1  wrappers  Ljava/util/Collection<+Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<TInnerT;>;>;
            0    9     2    inners  Ljava/util/List<TInnerT;>;
            6    7     3   wrapper  Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<TInnerT;>;
    Signature: <InnerT:Ljava/lang/Object;>(Ljava/util/Collection<+Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<TInnerT;>;>;Ljava/util/List<TInnerT;>;)Ljava/util/List<TInnerT;>;
    MethodParameters:
          Name  Flags
      wrappers  
      inners    

  public java.lang.String key();
    descriptor: ()Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.key:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.toString:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <FluentModelT::Lcom/microsoft/azure/management/resources/fluentcore/arm/models/Resource;InnerModelT:Lcom/microsoft/azure/Resource;FluentModelImplT:Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;>Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/Resource;
SourceFile: "ResourceImpl.java"