class com.microsoft.azure.management.resources.implementation.ResourceGroupImpl extends com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl<com.microsoft.azure.management.resources.ResourceGroup, com.microsoft.azure.management.resources.implementation.ResourceGroupInner, com.microsoft.azure.management.resources.implementation.ResourceGroupImpl> implements com.microsoft.azure.management.resources.ResourceGroup, com.microsoft.azure.management.resources.ResourceGroup$Definition, com.microsoft.azure.management.resources.ResourceGroup$Update
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.resources.implementation.ResourceGroupImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl
{
  private final com.microsoft.azure.management.resources.implementation.ResourceGroupsInner client;
    descriptor: Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsInner;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(com.microsoft.azure.management.resources.implementation.ResourceGroupInner, java.lang.String, com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl);
    descriptor: (Lcom/microsoft/azure/management/resources/implementation/ResourceGroupInner;Ljava/lang/String;Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
        start local 1 // com.microsoft.azure.management.resources.implementation.ResourceGroupInner innerModel
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl serviceClient
         0: .line 38
            aload 0 /* this */
            aload 2 /* name */
            aload 1 /* innerModel */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 39
            aload 0 /* this */
            aload 3 /* serviceClient */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.resourceGroups:()Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsInner;
            putfield com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.client:Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsInner;
         2: .line 40
            return
        end local 3 // com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl serviceClient
        end local 2 // java.lang.String name
        end local 1 // com.microsoft.azure.management.resources.implementation.ResourceGroupInner innerModel
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            0    3     1     innerModel  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupInner;
            0    3     2           name  Ljava/lang/String;
            0    3     3  serviceClient  Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
    MethodParameters:
               Name  Flags
      innerModel     final
      name           
      serviceClient  final

  public java.lang.String provisioningState();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
         0: .line 44
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.ResourceGroupInner
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupInner.properties:()Lcom/microsoft/azure/management/resources/ResourceGroupProperties;
            invokevirtual com.microsoft.azure.management.resources.ResourceGroupProperties.provisioningState:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;

  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.implementation.ResourceGroupImpl this
         0: .line 49
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.ResourceGroupInner
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupInner.location:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;

  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.implementation.ResourceGroupImpl this
         0: .line 54
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.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.implementation.ResourceGroupImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;

  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.implementation.ResourceGroupImpl this
         0: .line 59
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.ResourceGroupInner
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupInner.id:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;

  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.implementation.ResourceGroupImpl this
         0: .line 64
            aconst_null
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;

  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.implementation.ResourceGroupImpl this
         0: .line 69
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.ResourceGroupInner
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupInner.getTags:()Ljava/util/Map;
            astore 1 /* tags */
        start local 1 // java.util.Map tags
         1: .line 70
            aload 1 /* tags */
            ifnonnull 3
         2: .line 71
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 1 /* tags */
         3: .line 73
      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.implementation.ResourceGroupImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            1    4     1  tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  public com.microsoft.azure.management.resources.ResourceGroupExportResult exportTemplate(com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions);
    descriptor: (Lcom/microsoft/azure/management/resources/ResourceGroupExportTemplateOptions;)Lcom/microsoft/azure/management/resources/ResourceGroupExportResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
        start local 1 // com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions options
         0: .line 78
            aload 0 /* this */
            aload 1 /* options */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.exportTemplateAsync:(Lcom/microsoft/azure/management/resources/ResourceGroupExportTemplateOptions;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.ResourceGroupExportResult
            areturn
        end local 1 // com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions options
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            0    1     1  options  Lcom/microsoft/azure/management/resources/ResourceGroupExportTemplateOptions;
    MethodParameters:
         Name  Flags
      options  

  public rx.Observable<com.microsoft.azure.management.resources.ResourceGroupExportResult> exportTemplateAsync(com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions);
    descriptor: (Lcom/microsoft/azure/management/resources/ResourceGroupExportTemplateOptions;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
        start local 1 // com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions options
         0: .line 83
            new com.microsoft.azure.management.resources.ExportTemplateRequest
            dup
            invokespecial com.microsoft.azure.management.resources.ExportTemplateRequest.<init>:()V
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 84
            ldc "*"
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual com.microsoft.azure.management.resources.ExportTemplateRequest.withResources:(Ljava/util/List;)Lcom/microsoft/azure/management/resources/ExportTemplateRequest;
         2: .line 85
            aload 1 /* options */
            invokevirtual com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions.toString:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.resources.ExportTemplateRequest.withOptions:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/ExportTemplateRequest;
         3: .line 83
            astore 2 /* inner */
        start local 2 // com.microsoft.azure.management.resources.ExportTemplateRequest inner
         4: .line 86
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.client:Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.name:()Ljava/lang/String;
            aload 2 /* inner */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsInner.exportTemplateAsync:(Ljava/lang/String;Lcom/microsoft/azure/management/resources/ExportTemplateRequest;)Lrx/Observable;
            new com.microsoft.azure.management.resources.implementation.ResourceGroupImpl$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.ResourceGroupImpl$1.<init>:(Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // com.microsoft.azure.management.resources.ExportTemplateRequest inner
        end local 1 // com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions options
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            0    5     1  options  Lcom/microsoft/azure/management/resources/ResourceGroupExportTemplateOptions;
            4    5     2    inner  Lcom/microsoft/azure/management/resources/ExportTemplateRequest;
    Signature: (Lcom/microsoft/azure/management/resources/ResourceGroupExportTemplateOptions;)Lrx/Observable<Lcom/microsoft/azure/management/resources/ResourceGroupExportResult;>;
    MethodParameters:
         Name  Flags
      options  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.resources.ResourceGroupExportResult> exportTemplateAsync(com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.resources.ResourceGroupExportResult>);
    descriptor: (Lcom/microsoft/azure/management/resources/ResourceGroupExportTemplateOptions;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
        start local 1 // com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions options
        start local 2 // com.microsoft.rest.ServiceCallback callback
         0: .line 96
            aload 0 /* this */
            aload 1 /* options */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.exportTemplateAsync:(Lcom/microsoft/azure/management/resources/ResourceGroupExportTemplateOptions;)Lrx/Observable;
            aload 2 /* callback */
            invokestatic com.microsoft.rest.ServiceFuture.fromBody:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.rest.ServiceCallback callback
        end local 1 // com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions options
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            0    1     1   options  Lcom/microsoft/azure/management/resources/ResourceGroupExportTemplateOptions;
            0    1     2  callback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/resources/ResourceGroupExportResult;>;
    Signature: (Lcom/microsoft/azure/management/resources/ResourceGroupExportTemplateOptions;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/resources/ResourceGroupExportResult;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/resources/ResourceGroupExportResult;>;
    MethodParameters:
          Name  Flags
      options   
      callback  

  public com.microsoft.azure.management.resources.implementation.ResourceGroupImpl withRegion(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
        start local 1 // java.lang.String regionName
         0: .line 101
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.ResourceGroupInner
            aload 1 /* regionName */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupInner.withLocation:(Ljava/lang/String;)Lcom/microsoft/azure/Resource;
            pop
         1: .line 102
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String regionName
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            0    2     1  regionName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      regionName  

  public com.microsoft.azure.management.resources.implementation.ResourceGroupImpl withRegion(com.microsoft.azure.management.resources.fluentcore.arm.Region);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.arm.Region region
         0: .line 107
            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.implementation.ResourceGroupImpl.withRegion:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            areturn
        end local 1 // com.microsoft.azure.management.resources.fluentcore.arm.Region region
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            0    1     1  region  Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;
    MethodParameters:
        Name  Flags
      region  

  public com.microsoft.azure.management.resources.implementation.ResourceGroupImpl withTags(java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/util/Map;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
        start local 1 // java.util.Map tags
         0: .line 112
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.ResourceGroupInner
            new java.util.HashMap
            dup
            aload 1 /* tags */
            invokespecial java.util.HashMap.<init>:(Ljava/util/Map;)V
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupInner.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/Resource;
            pop
         1: .line 113
            aload 0 /* this */
            areturn
        end local 1 // java.util.Map tags
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            0    2     1  tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
    MethodParameters:
      Name  Flags
      tags  

  public com.microsoft.azure.management.resources.implementation.ResourceGroupImpl withTag(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
         0: .line 118
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.ResourceGroupInner
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupInner.getTags:()Ljava/util/Map;
            ifnonnull 2
         1: .line 119
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.ResourceGroupInner
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupInner.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/Resource;
            pop
         2: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.ResourceGroupInner
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupInner.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 122
            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.implementation.ResourceGroupImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            0    4     1    key  Ljava/lang/String;
            0    4     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      key    
      value  

  public com.microsoft.azure.management.resources.implementation.ResourceGroupImpl withoutTag(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
        start local 1 // java.lang.String key
         0: .line 127
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.ResourceGroupInner
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupInner.getTags:()Ljava/util/Map;
            aload 1 /* key */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 128
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String key
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            0    2     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public rx.Observable<com.microsoft.azure.management.resources.ResourceGroup> createResourceAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
         0: .line 133
            new com.microsoft.azure.management.resources.implementation.ResourceGroupInner
            dup
            invokespecial com.microsoft.azure.management.resources.implementation.ResourceGroupInner.<init>:()V
            astore 1 /* params */
        start local 1 // com.microsoft.azure.management.resources.implementation.ResourceGroupInner params
         1: .line 134
            aload 1 /* params */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.ResourceGroupInner
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupInner.location:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupInner.withLocation:(Ljava/lang/String;)Lcom/microsoft/azure/Resource;
            pop
         2: .line 135
            aload 1 /* params */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.ResourceGroupInner
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupInner.getTags:()Ljava/util/Map;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupInner.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/Resource;
            pop
         3: .line 136
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.client:Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.name:()Ljava/lang/String;
            aload 1 /* params */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsInner.createOrUpdateAsync:(Ljava/lang/String;Lcom/microsoft/azure/management/resources/implementation/ResourceGroupInner;)Lrx/Observable;
         4: .line 137
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.innerToFluentMap:(Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;)Lrx/functions/Func1;
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 136
            areturn
        end local 1 // com.microsoft.azure.management.resources.implementation.ResourceGroupInner params
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            1    6     1  params  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/resources/ResourceGroup;>;

  public rx.Observable<com.microsoft.azure.management.resources.ResourceGroup> updateResourceAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
         0: .line 142
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.createResourceAsync:()Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/resources/ResourceGroup;>;

  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.implementation.ResourceGroupImpl this
         0: .line 147
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.ResourceGroupInner
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupInner.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.implementation.ResourceGroupImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;

  protected rx.Observable<com.microsoft.azure.management.resources.implementation.ResourceGroupInner> getInnerAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
         0: .line 152
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.client:Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.key:Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsInner.getAsync:(Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/resources/implementation/ResourceGroupInner;>;

  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.resources.implementation.ResourceGroupImpl.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.resources.implementation.ResourceGroupImpl.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.resources.implementation.ResourceGroupImpl.withRegion:(Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            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.resources.implementation.ResourceGroupImpl.withRegion:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            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.resources.implementation.ResourceGroupImpl.withTag:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            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.resources.implementation.ResourceGroupImpl.withoutTag:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<Lcom/microsoft/azure/management/resources/ResourceGroup;Lcom/microsoft/azure/management/resources/implementation/ResourceGroupInner;Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;>;Lcom/microsoft/azure/management/resources/ResourceGroup;Lcom/microsoft/azure/management/resources/ResourceGroup$Definition;Lcom/microsoft/azure/management/resources/ResourceGroup$Update;
SourceFile: "ResourceGroupImpl.java"
NestMembers:
  com.microsoft.azure.management.resources.implementation.ResourceGroupImpl$1
InnerClasses:
  public abstract Definition = com.microsoft.azure.management.resources.ResourceGroup$Definition of com.microsoft.azure.management.resources.ResourceGroup
  public abstract Update = com.microsoft.azure.management.resources.ResourceGroup$Update of com.microsoft.azure.management.resources.ResourceGroup
  com.microsoft.azure.management.resources.implementation.ResourceGroupImpl$1