class com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl extends com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<com.microsoft.azure.management.compute.AvailabilitySet, com.microsoft.azure.management.compute.implementation.AvailabilitySetImpl, com.microsoft.azure.management.compute.implementation.AvailabilitySetInner, com.microsoft.azure.management.compute.implementation.AvailabilitySetsInner, com.microsoft.azure.management.compute.implementation.ComputeManager> implements com.microsoft.azure.management.compute.AvailabilitySets
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl
{
  void <init>(com.microsoft.azure.management.compute.implementation.ComputeManager);
    descriptor: (Lcom/microsoft/azure/management/compute/implementation/ComputeManager;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl this
        start local 1 // com.microsoft.azure.management.compute.implementation.ComputeManager computeManager
         0: .line 36
            aload 0 /* this */
            aload 1 /* computeManager */
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.availabilitySets:()Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetsInner;
            aload 1 /* computeManager */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl.<init>:(Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;)V
         1: .line 37
            return
        end local 1 // com.microsoft.azure.management.compute.implementation.ComputeManager computeManager
        end local 0 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetsImpl;
            0    2     1  computeManager  Lcom/microsoft/azure/management/compute/implementation/ComputeManager;
    MethodParameters:
                Name  Flags
      computeManager  final

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.compute.AvailabilitySet> list();
    descriptor: ()Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl this
         0: .line 41
            aload 0 /* this */
            astore 1 /* self */
        start local 1 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl self
         1: .line 42
            new com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.compute.implementation.ComputeManager
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManager.resourceManager:()Lcom/microsoft/azure/management/resources/implementation/ResourceManager;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManager.resourceGroups:()Lcom/microsoft/azure/management/resources/ResourceGroups;
            invokeinterface com.microsoft.azure.management.resources.ResourceGroups.list:()Lcom/microsoft/azure/PagedList;
            aload 1 /* self */
            invokespecial com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl$1.<init>:(Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetsImpl;Lcom/microsoft/azure/PagedList;Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetsImpl;)V
            areturn
        end local 1 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl self
        end local 0 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetsImpl;
            1    2     1  self  Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetsImpl;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/compute/AvailabilitySet;>;

  public rx.Observable<com.microsoft.azure.management.compute.AvailabilitySet> listAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl this
         0: .line 52
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.compute.implementation.ComputeManager
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManager.resourceManager:()Lcom/microsoft/azure/management/resources/implementation/ResourceManager;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManager.resourceGroups:()Lcom/microsoft/azure/management/resources/ResourceGroups;
            invokeinterface com.microsoft.azure.management.resources.ResourceGroups.listAsync:()Lrx/Observable;
         1: .line 53
            new com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl$2.<init>:(Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetsImpl;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 52
            areturn
        end local 0 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetsImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/compute/AvailabilitySet;>;

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.compute.AvailabilitySet> listByResourceGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl this
        start local 1 // java.lang.String groupName
         0: .line 63
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.compute.implementation.AvailabilitySetsInner
            aload 1 /* groupName */
            invokevirtual com.microsoft.azure.management.compute.implementation.AvailabilitySetsInner.listByResourceGroup:(Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
            invokevirtual com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl.wrapList:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
            areturn
        end local 1 // java.lang.String groupName
        end local 0 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetsImpl;
            0    1     1  groupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/compute/AvailabilitySet;>;
    MethodParameters:
           Name  Flags
      groupName  

  public rx.Observable<com.microsoft.azure.management.compute.AvailabilitySet> listByResourceGroupAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl this
        start local 1 // java.lang.String resourceGroupName
         0: .line 68
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.compute.implementation.AvailabilitySetsInner
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.compute.implementation.AvailabilitySetsInner.listByResourceGroupAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl.wrapPageAsync:(Lrx/Observable;)Lrx/Observable;
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetsImpl;
            0    1     1  resourceGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/compute/AvailabilitySet;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  

  protected rx.Observable<com.microsoft.azure.management.compute.implementation.AvailabilitySetInner> getInnerAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 73
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.compute.implementation.AvailabilitySetsInner
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.compute.implementation.AvailabilitySetsInner.getByResourceGroupAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetsImpl;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  public com.microsoft.azure.management.compute.implementation.AvailabilitySetImpl define(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl this
        start local 1 // java.lang.String name
         0: .line 78
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetImpl;
            getstatic com.microsoft.azure.management.compute.AvailabilitySetSkuTypes.ALIGNED:Lcom/microsoft/azure/management/compute/AvailabilitySetSkuTypes;
            invokevirtual com.microsoft.azure.management.compute.implementation.AvailabilitySetImpl.withSku:(Lcom/microsoft/azure/management/compute/AvailabilitySetSkuTypes;)Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetImpl;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  protected rx.Completable deleteInnerAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Completable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl this
        start local 1 // java.lang.String groupName
        start local 2 // java.lang.String name
         0: .line 83
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.compute.implementation.AvailabilitySetsInner
            aload 1 /* groupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.compute.implementation.AvailabilitySetsInner.deleteAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String groupName
        end local 0 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetsImpl;
            0    1     1  groupName  Ljava/lang/String;
            0    1     2       name  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      groupName  
      name       

  protected com.microsoft.azure.management.compute.implementation.AvailabilitySetImpl wrapModel(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl this
        start local 1 // java.lang.String name
         0: .line 92
            new com.microsoft.azure.management.compute.implementation.AvailabilitySetImpl
            dup
            aload 1 /* name */
         1: .line 93
            new com.microsoft.azure.management.compute.implementation.AvailabilitySetInner
            dup
            invokespecial com.microsoft.azure.management.compute.implementation.AvailabilitySetInner.<init>:()V
         2: .line 94
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.compute.implementation.ComputeManager
         3: .line 92
            invokespecial com.microsoft.azure.management.compute.implementation.AvailabilitySetImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetInner;Lcom/microsoft/azure/management/compute/implementation/ComputeManager;)V
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetsImpl;
            0    4     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  protected com.microsoft.azure.management.compute.implementation.AvailabilitySetImpl wrapModel(com.microsoft.azure.management.compute.implementation.AvailabilitySetInner);
    descriptor: (Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetInner;)Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl this
        start local 1 // com.microsoft.azure.management.compute.implementation.AvailabilitySetInner availabilitySetInner
         0: .line 99
            aload 1 /* availabilitySetInner */
            ifnonnull 2
         1: .line 100
            aconst_null
            areturn
         2: .line 102
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.compute.implementation.AvailabilitySetImpl
            dup
            aload 1 /* availabilitySetInner */
            invokevirtual com.microsoft.azure.management.compute.implementation.AvailabilitySetInner.name:()Ljava/lang/String;
         3: .line 103
            aload 1 /* availabilitySetInner */
         4: .line 104
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.compute.implementation.ComputeManager
         5: .line 102
            invokespecial com.microsoft.azure.management.compute.implementation.AvailabilitySetImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetInner;Lcom/microsoft/azure/management/compute/implementation/ComputeManager;)V
            areturn
        end local 1 // com.microsoft.azure.management.compute.implementation.AvailabilitySetInner availabilitySetInner
        end local 0 // com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    6     0                  this  Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetsImpl;
            0    6     1  availabilitySetInner  Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetInner;
    MethodParameters:
                      Name  Flags
      availabilitySetInner  

  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.compute.implementation.AvailabilitySetInner
            invokevirtual com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl.wrapModel:(Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetInner;)Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetImpl;
            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.compute.implementation.AvailabilitySetsImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetImpl;
            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.compute.implementation.AvailabilitySetsImpl.define:(Ljava/lang/String;)Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.microsoft.azure.PagedList access$3(com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl, com.microsoft.azure.PagedList);
    descriptor: (Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetsImpl;Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl.wrapList:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static rx.Observable access$4(com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl, rx.Observable);
    descriptor: (Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetsImpl;Lrx/Observable;)Lrx/Observable;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl.wrapPageAsync:(Lrx/Observable;)Lrx/Observable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/implementation/GroupableResourcesImpl<Lcom/microsoft/azure/management/compute/AvailabilitySet;Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetImpl;Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetInner;Lcom/microsoft/azure/management/compute/implementation/AvailabilitySetsInner;Lcom/microsoft/azure/management/compute/implementation/ComputeManager;>;Lcom/microsoft/azure/management/compute/AvailabilitySets;
SourceFile: "AvailabilitySetsImpl.java"
NestMembers:
  com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl$1  com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl$2
InnerClasses:
  com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl$1
  com.microsoft.azure.management.compute.implementation.AvailabilitySetsImpl$2
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()