final class com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl extends com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.CreatableResourcesImpl<com.microsoft.azure.management.resources.ResourceGroup, com.microsoft.azure.management.resources.implementation.ResourceGroupImpl, com.microsoft.azure.management.resources.implementation.ResourceGroupInner> implements com.microsoft.azure.management.resources.ResourceGroups
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.CreatableResourcesImpl
{
  private final com.microsoft.azure.management.resources.implementation.ResourceGroupsInner client;
    descriptor: Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsInner;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl serviceClient;
    descriptor: Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl);
    descriptor: (Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
        start local 1 // com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl serviceClient
         0: .line 38
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.CreatableResourcesImpl.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* serviceClient */
            putfield com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.serviceClient:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
         2: .line 40
            aload 0 /* this */
            aload 1 /* serviceClient */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.resourceGroups:()Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsInner;
            putfield com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.client:Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsInner;
         3: .line 41
            return
        end local 1 // com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl serviceClient
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsImpl;
            0    4     1  serviceClient  Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
    MethodParameters:
               Name  Flags
      serviceClient  final

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.ResourceGroup> list();
    descriptor: ()Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
         0: .line 45
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.client:Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsInner;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsInner.list:()Lcom/microsoft/azure/PagedList;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.wrapList:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsImpl;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/ResourceGroup;>;

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.ResourceGroup> listByTag(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
        start local 1 // java.lang.String tagName
        start local 2 // java.lang.String tagValue
         0: .line 50
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.client:Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsInner;
            aload 1 /* tagName */
            aload 2 /* tagValue */
            invokestatic com.microsoft.azure.management.resources.fluentcore.utils.Utils.createOdataFilterForTags:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            aconst_null
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsInner.list:(Ljava/lang/String;Ljava/lang/Integer;)Lcom/microsoft/azure/PagedList;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.wrapList:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
            areturn
        end local 2 // java.lang.String tagValue
        end local 1 // java.lang.String tagName
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsImpl;
            0    1     1   tagName  Ljava/lang/String;
            0    1     2  tagValue  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/ResourceGroup;>;
    MethodParameters:
          Name  Flags
      tagName   
      tagValue  

  public rx.Observable<com.microsoft.azure.management.resources.ResourceGroup> listByTagAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
        start local 1 // java.lang.String tagName
        start local 2 // java.lang.String tagValue
         0: .line 55
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.client:Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsInner;
            aload 1 /* tagName */
            aload 2 /* tagValue */
            invokestatic com.microsoft.azure.management.resources.fluentcore.utils.Utils.createOdataFilterForTags:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            aconst_null
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsInner.listAsync:(Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.wrapPageAsync:(Lrx/Observable;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String tagValue
        end local 1 // java.lang.String tagName
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsImpl;
            0    1     1   tagName  Ljava/lang/String;
            0    1     2  tagValue  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/resources/ResourceGroup;>;
    MethodParameters:
          Name  Flags
      tagName   
      tagValue  

  public com.microsoft.azure.management.resources.implementation.ResourceGroupImpl getByName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
        start local 1 // java.lang.String name
         0: .line 60
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.client:Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsInner;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsInner.get:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupInner;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.wrapModel:(Lcom/microsoft/azure/management/resources/implementation/ResourceGroupInner;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void deleteByName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
        start local 1 // java.lang.String name
         0: .line 65
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.deleteByNameAsync:(Ljava/lang/String;)Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 66
            return
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsImpl;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteByNameAsync(java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;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.ResourceGroupsImpl this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.rest.ServiceCallback callback
         0: .line 70
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.client:Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsInner;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
            aload 2 /* callback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.rest.ServiceCallback callback
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsImpl;
            0    1     1      name  Ljava/lang/String;
            0    1     2  callback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      name      
      callback  

  public rx.Completable deleteByNameAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
        start local 1 // java.lang.String name
         0: .line 75
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.client:Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsInner;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsInner.deleteAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.management.resources.implementation.ResourceGroupImpl define(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.ResourceGroupsImpl this
        start local 1 // java.lang.String name
         0: .line 80
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public boolean checkExistence(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
        start local 1 // java.lang.String name
         0: .line 85
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.contain:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public boolean contain(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
        start local 1 // java.lang.String name
         0: .line 90
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.client:Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsInner;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsInner.checkExistence:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void deleteByName(java.lang.String, java.util.Collection<com.microsoft.azure.management.resources.ForceDeletionResourceType>);
    descriptor: (Ljava/lang/String;Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
        start local 1 // java.lang.String name
        start local 2 // java.util.Collection forceDeletionResourceTypes
         0: .line 95
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* forceDeletionResourceTypes */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.deleteByNameAsync:(Ljava/lang/String;Ljava/util/Collection;)Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 96
            return
        end local 2 // java.util.Collection forceDeletionResourceTypes
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsImpl;
            0    2     1                        name  Ljava/lang/String;
            0    2     2  forceDeletionResourceTypes  Ljava/util/Collection<Lcom/microsoft/azure/management/resources/ForceDeletionResourceType;>;
    Signature: (Ljava/lang/String;Ljava/util/Collection<Lcom/microsoft/azure/management/resources/ForceDeletionResourceType;>;)V
    MethodParameters:
                            Name  Flags
      name                        
      forceDeletionResourceTypes  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteByNameAsync(java.lang.String, java.util.Collection<com.microsoft.azure.management.resources.ForceDeletionResourceType>, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/util/Collection;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
        start local 1 // java.lang.String name
        start local 2 // java.util.Collection forceDeletionResourceTypes
        start local 3 // com.microsoft.rest.ServiceCallback callback
         0: .line 100
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.client:Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsInner;
            aload 1 /* name */
            aload 2 /* forceDeletionResourceTypes */
            invokestatic com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.forceDeletionTypes:(Ljava/util/Collection;)Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 3 /* callback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.rest.ServiceCallback callback
        end local 2 // java.util.Collection forceDeletionResourceTypes
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    1     0                        this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsImpl;
            0    1     1                        name  Ljava/lang/String;
            0    1     2  forceDeletionResourceTypes  Ljava/util/Collection<Lcom/microsoft/azure/management/resources/ForceDeletionResourceType;>;
            0    1     3                    callback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/util/Collection<Lcom/microsoft/azure/management/resources/ForceDeletionResourceType;>;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                            Name  Flags
      name                        
      forceDeletionResourceTypes  
      callback                    

  public rx.Completable deleteByNameAsync(java.lang.String, java.util.Collection<com.microsoft.azure.management.resources.ForceDeletionResourceType>);
    descriptor: (Ljava/lang/String;Ljava/util/Collection;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
        start local 1 // java.lang.String name
        start local 2 // java.util.Collection forceDeletionResourceTypes
         0: .line 105
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.client:Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsInner;
            aload 1 /* name */
            aload 2 /* forceDeletionResourceTypes */
            invokestatic com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.forceDeletionTypes:(Ljava/util/Collection;)Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsInner.deleteAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
            areturn
        end local 2 // java.util.Collection forceDeletionResourceTypes
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    1     0                        this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsImpl;
            0    1     1                        name  Ljava/lang/String;
            0    1     2  forceDeletionResourceTypes  Ljava/util/Collection<Lcom/microsoft/azure/management/resources/ForceDeletionResourceType;>;
    Signature: (Ljava/lang/String;Ljava/util/Collection<Lcom/microsoft/azure/management/resources/ForceDeletionResourceType;>;)Lrx/Completable;
    MethodParameters:
                            Name  Flags
      name                        
      forceDeletionResourceTypes  

  private static java.lang.String forceDeletionTypes(java.util.Collection<com.microsoft.azure.management.resources.ForceDeletionResourceType>);
    descriptor: (Ljava/util/Collection;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.util.Collection forceDeletionResourceTypes
         0: .line 109
            aconst_null
            astore 1 /* typesInStr */
        start local 1 // java.lang.String typesInStr
         1: .line 110
            aload 0 /* forceDeletionResourceTypes */
            ifnull 3
            aload 0 /* forceDeletionResourceTypes */
            invokeinterface java.util.Collection.isEmpty:()Z
            ifne 3
         2: .line 111
            ldc ","
            invokestatic com.google.common.base.Joiner.on:(Ljava/lang/String;)Lcom/google/common/base/Joiner;
            aload 0 /* forceDeletionResourceTypes */
            invokevirtual com.google.common.base.Joiner.join:(Ljava/lang/Iterable;)Ljava/lang/String;
            astore 1 /* typesInStr */
         3: .line 113
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* typesInStr */
            areturn
        end local 1 // java.lang.String typesInStr
        end local 0 // java.util.Collection forceDeletionResourceTypes
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    4     0  forceDeletionResourceTypes  Ljava/util/Collection<Lcom/microsoft/azure/management/resources/ForceDeletionResourceType;>;
            1    4     1                  typesInStr  Ljava/lang/String;
    Signature: (Ljava/util/Collection<Lcom/microsoft/azure/management/resources/ForceDeletionResourceType;>;)Ljava/lang/String;
    MethodParameters:
                            Name  Flags
      forceDeletionResourceTypes  

  protected com.microsoft.azure.management.resources.implementation.ResourceGroupImpl wrapModel(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
        start local 1 // java.lang.String name
         0: .line 118
            new com.microsoft.azure.management.resources.implementation.ResourceGroupImpl
            dup
            new com.microsoft.azure.management.resources.implementation.ResourceGroupInner
            dup
            invokespecial com.microsoft.azure.management.resources.implementation.ResourceGroupInner.<init>:()V
            aload 1 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.serviceClient:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokespecial com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.<init>:(Lcom/microsoft/azure/management/resources/implementation/ResourceGroupInner;Ljava/lang/String;Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;)V
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  protected com.microsoft.azure.management.resources.implementation.ResourceGroupImpl wrapModel(com.microsoft.azure.management.resources.implementation.ResourceGroupInner);
    descriptor: (Lcom/microsoft/azure/management/resources/implementation/ResourceGroupInner;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
        start local 1 // com.microsoft.azure.management.resources.implementation.ResourceGroupInner inner
         0: .line 123
            aload 1 /* inner */
            ifnonnull 2
         1: .line 124
            aconst_null
            areturn
         2: .line 126
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.resources.implementation.ResourceGroupImpl
            dup
            aload 1 /* inner */
            aload 1 /* inner */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupInner.name:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.serviceClient:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokespecial com.microsoft.azure.management.resources.implementation.ResourceGroupImpl.<init>:(Lcom/microsoft/azure/management/resources/implementation/ResourceGroupInner;Ljava/lang/String;Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;)V
            areturn
        end local 1 // com.microsoft.azure.management.resources.implementation.ResourceGroupInner inner
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsImpl;
            0    3     1  inner  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupInner;
    MethodParameters:
       Name  Flags
      inner  

  public void beginDeleteByName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
        start local 1 // java.lang.String id
         0: .line 131
            aload 0 /* this */
            aload 1 /* id */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.beginDeleteByNameAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.subscribe:()V
         1: .line 132
            return
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsImpl;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public com.microsoft.rest.ServiceFuture<java.lang.Void> beginDeleteByNameAsync(java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;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.ResourceGroupsImpl this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.rest.ServiceCallback callback
         0: .line 136
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.beginDeleteByNameAsync:(Ljava/lang/String;)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 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsImpl;
            0    1     1      name  Ljava/lang/String;
            0    1     2  callback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      name      
      callback  

  public rx.Observable<java.lang.Void> beginDeleteByNameAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
        start local 1 // java.lang.String name
         0: .line 141
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.client:Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsInner;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsInner.beginDeleteAsync:(Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsImpl;
            0    1     1  name  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      name  

  public rx.Completable deleteByIdAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
        start local 1 // java.lang.String id
         0: .line 146
            aload 0 /* this */
            aload 1 /* id */
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceUtils.nameFromResourceId:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.deleteByNameAsync:(Ljava/lang/String;)Lrx/Completable;
            areturn
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsImpl;
            0    1     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public rx.Observable<com.microsoft.azure.management.resources.ResourceGroup> listAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
         0: .line 151
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.client:Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsInner;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsInner.listAsync:()Lrx/Observable;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.wrapPageAsync:(Lrx/Observable;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupsImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/resources/ResourceGroup;>;

  protected java.lang.Object wrapModel(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.microsoft.azure.management.resources.implementation.ResourceGroupInner
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupsImpl.wrapModel:(Lcom/microsoft/azure/management/resources/implementation/ResourceGroupInner;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.lang.Object wrapModel(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, 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.ResourceGroupsImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object getByName(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.ResourceGroupsImpl.getByName:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object define(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.ResourceGroupsImpl.define:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/implementation/CreatableResourcesImpl<Lcom/microsoft/azure/management/resources/ResourceGroup;Lcom/microsoft/azure/management/resources/implementation/ResourceGroupImpl;Lcom/microsoft/azure/management/resources/implementation/ResourceGroupInner;>;Lcom/microsoft/azure/management/resources/ResourceGroups;
SourceFile: "ResourceGroupsImpl.java"