public class com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner implements com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsGet<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>, com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsDelete<java.lang.Void>, com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsListing<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$ProximityPlacementGroupsService service;
    descriptor: Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner$ProximityPlacementGroupsService;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl client;
    descriptor: Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(retrofit2.Retrofit, com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl);
    descriptor: (Lretrofit2/Retrofit;Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // retrofit2.Retrofit retrofit
        start local 2 // com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl client
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 0 /* this */
            aload 1 /* retrofit */
            ldc Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner$ProximityPlacementGroupsService;
            invokevirtual retrofit2.Retrofit.create:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$ProximityPlacementGroupsService
            putfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.service:Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner$ProximityPlacementGroupsService;
         2: .line 62
            aload 0 /* this */
            aload 2 /* client */
            putfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
         3: .line 63
            return
        end local 2 // com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl client
        end local 1 // retrofit2.Retrofit retrofit
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    4     1  retrofit  Lretrofit2/Retrofit;
            0    4     2    client  Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
    MethodParameters:
          Name  Flags
      retrofit  
      client    

  public com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner createOrUpdate(java.lang.String, java.lang.String, com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;)Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
        start local 3 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner parameters
         0: .line 116
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner
            areturn
        end local 3 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner parameters
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    1     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    1     1            resourceGroupName  Ljava/lang/String;
            0    1     2  proximityPlacementGroupName  Ljava/lang/String;
            0    1     3                   parameters  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  
      parameters                   

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner> createOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
        start local 3 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner parameters
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 130
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner parameters
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    1     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    1     1            resourceGroupName  Ljava/lang/String;
            0    1     2  proximityPlacementGroupName  Ljava/lang/String;
            0    1     3                   parameters  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;
            0    1     4              serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  
      parameters                   
      serviceCallback              final

  public rx.Observable<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner> createOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
        start local 3 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner parameters
         0: .line 143
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;)Lrx/Observable;
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$1.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner parameters
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    1     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    1     1            resourceGroupName  Ljava/lang/String;
            0    1     2  proximityPlacementGroupName  Ljava/lang/String;
            0    1     3                   parameters  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;)Lrx/Observable<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  
      parameters                   

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>> createOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
        start local 3 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner parameters
         0: .line 161
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 162
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 164
      StackMap locals:
      StackMap stack:
            aload 2 /* proximityPlacementGroupName */
            ifnonnull 4
         3: .line 165
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter proximityPlacementGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 168
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 170
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 171
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter parameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 173
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 175
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.service:Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner$ProximityPlacementGroupsService;
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* parameters */
            ldc "2020-12-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$ProximityPlacementGroupsService.createOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        10: .line 176
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$2.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 175
            areturn
        end local 3 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner parameters
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0   12     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0   12     1            resourceGroupName  Ljava/lang/String;
            0   12     2  proximityPlacementGroupName  Ljava/lang/String;
            0   12     3                   parameters  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  
      parameters                   

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner> createOrUpdateDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // retrofit2.Response response
         0: .line 190
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 191
            sipush 200
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$3.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$3.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 192
            sipush 201
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$4.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$4.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 193
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 194
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 190
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner update(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
         0: .line 208
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner
            areturn
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    1     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    1     1            resourceGroupName  Ljava/lang/String;
            0    1     2  proximityPlacementGroupName  Ljava/lang/String;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner> updateAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;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.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 221
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 3 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    1     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    1     1            resourceGroupName  Ljava/lang/String;
            0    1     2  proximityPlacementGroupName  Ljava/lang/String;
            0    1     3              serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  
      serviceCallback              final

  public rx.Observable<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner> updateAsync(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.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
         0: .line 233
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$5.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    1     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    1     1            resourceGroupName  Ljava/lang/String;
            0    1     2  proximityPlacementGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
         0: .line 250
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 251
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 253
      StackMap locals:
      StackMap stack:
            aload 2 /* proximityPlacementGroupName */
            ifnonnull 4
         3: .line 254
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter proximityPlacementGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 257
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 261
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.compute.ProximityPlacementGroupUpdate
            dup
            invokespecial com.microsoft.azure.management.compute.ProximityPlacementGroupUpdate.<init>:()V
            astore 3 /* parameters */
        start local 3 // com.microsoft.azure.management.compute.ProximityPlacementGroupUpdate parameters
         7: .line 262
            aload 3 /* parameters */
            aconst_null
            invokevirtual com.microsoft.azure.management.compute.ProximityPlacementGroupUpdate.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/compute/UpdateResource;
            pop
         8: .line 263
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.service:Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner$ProximityPlacementGroupsService;
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2020-12-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 3 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$ProximityPlacementGroupsService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/compute/ProximityPlacementGroupUpdate;Ljava/lang/String;)Lrx/Observable;
         9: .line 264
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$6
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$6.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 263
            areturn
        end local 3 // com.microsoft.azure.management.compute.ProximityPlacementGroupUpdate parameters
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0   11     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0   11     1            resourceGroupName  Ljava/lang/String;
            0   11     2  proximityPlacementGroupName  Ljava/lang/String;
            7   11     3                   parameters  Lcom/microsoft/azure/management/compute/ProximityPlacementGroupUpdate;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  

  public com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner update(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
        start local 3 // java.util.Map tags
         0: .line 289
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            aload 3 /* tags */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner
            areturn
        end local 3 // java.util.Map tags
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    1     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    1     1            resourceGroupName  Ljava/lang/String;
            0    1     2  proximityPlacementGroupName  Ljava/lang/String;
            0    1     3                         tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  
      tags                         

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner> updateAsync(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
        start local 3 // java.util.Map tags
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 303
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            aload 3 /* tags */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.util.Map tags
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    1     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    1     1            resourceGroupName  Ljava/lang/String;
            0    1     2  proximityPlacementGroupName  Ljava/lang/String;
            0    1     3                         tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            0    1     4              serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  
      tags                         
      serviceCallback              final

  public rx.Observable<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner> updateAsync(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
        start local 3 // java.util.Map tags
         0: .line 316
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            aload 3 /* tags */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$7.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.util.Map tags
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    1     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    1     1            resourceGroupName  Ljava/lang/String;
            0    1     2  proximityPlacementGroupName  Ljava/lang/String;
            0    1     3                         tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lrx/Observable<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  
      tags                         

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
        start local 3 // java.util.Map tags
         0: .line 334
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 335
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 337
      StackMap locals:
      StackMap stack:
            aload 2 /* proximityPlacementGroupName */
            ifnonnull 4
         3: .line 338
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter proximityPlacementGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 341
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 343
      StackMap locals:
      StackMap stack:
            aload 3 /* tags */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         7: .line 345
            new com.microsoft.azure.management.compute.ProximityPlacementGroupUpdate
            dup
            invokespecial com.microsoft.azure.management.compute.ProximityPlacementGroupUpdate.<init>:()V
            astore 4 /* parameters */
        start local 4 // com.microsoft.azure.management.compute.ProximityPlacementGroupUpdate parameters
         8: .line 346
            aload 4 /* parameters */
            aload 3 /* tags */
            invokevirtual com.microsoft.azure.management.compute.ProximityPlacementGroupUpdate.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/compute/UpdateResource;
            pop
         9: .line 347
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.service:Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner$ProximityPlacementGroupsService;
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2020-12-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 4 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$ProximityPlacementGroupsService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/compute/ProximityPlacementGroupUpdate;Ljava/lang/String;)Lrx/Observable;
        10: .line 348
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$8.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 347
            areturn
        end local 4 // com.microsoft.azure.management.compute.ProximityPlacementGroupUpdate parameters
        end local 3 // java.util.Map tags
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0   12     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0   12     1            resourceGroupName  Ljava/lang/String;
            0   12     2  proximityPlacementGroupName  Ljava/lang/String;
            0   12     3                         tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            8   12     4                   parameters  Lcom/microsoft/azure/management/compute/ProximityPlacementGroupUpdate;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  
      tags                         

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner> updateDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // retrofit2.Response response
         0: .line 362
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 363
            sipush 200
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$9.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$9.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 364
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 365
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 362
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    MethodParameters:
          Name  Flags
      response  

  public void delete(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
         0: .line 378
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            pop
         1: .line 379
            return
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    2     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    2     1            resourceGroupName  Ljava/lang/String;
            0    2     2  proximityPlacementGroupName  Ljava/lang/String;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;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.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 391
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 3 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    1     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    1     1            resourceGroupName  Ljava/lang/String;
            0    1     2  proximityPlacementGroupName  Ljava/lang/String;
            0    1     3              serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  
      serviceCallback              final

  public rx.Observable<java.lang.Void> deleteAsync(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.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
         0: .line 403
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$10
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$10.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    1     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    1     1            resourceGroupName  Ljava/lang/String;
            0    1     2  proximityPlacementGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
         0: .line 420
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 421
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 423
      StackMap locals:
      StackMap stack:
            aload 2 /* proximityPlacementGroupName */
            ifnonnull 4
         3: .line 424
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter proximityPlacementGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 427
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 430
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.service:Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner$ProximityPlacementGroupsService;
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2020-12-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$ProximityPlacementGroupsService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 431
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$11.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 430
            areturn
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    9     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    9     1            resourceGroupName  Ljava/lang/String;
            0    9     2  proximityPlacementGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  

  private com.microsoft.rest.ServiceResponse<java.lang.Void> deleteDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // retrofit2.Response response
         0: .line 445
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 446
            sipush 200
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$12
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$12.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$12.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 447
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 448
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 445
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner getByResourceGroup(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
         0: .line 462
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner
            areturn
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    1     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    1     1            resourceGroupName  Ljava/lang/String;
            0    1     2  proximityPlacementGroupName  Ljava/lang/String;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner> getByResourceGroupAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;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.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 475
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 3 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    1     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    1     1            resourceGroupName  Ljava/lang/String;
            0    1     2  proximityPlacementGroupName  Ljava/lang/String;
            0    1     3              serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  
      serviceCallback              final

  public rx.Observable<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner> getByResourceGroupAsync(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.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
         0: .line 487
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$13
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$13.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    1     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    1     1            resourceGroupName  Ljava/lang/String;
            0    1     2  proximityPlacementGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>> getByResourceGroupWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
         0: .line 504
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 505
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 507
      StackMap locals:
      StackMap stack:
            aload 2 /* proximityPlacementGroupName */
            ifnonnull 4
         3: .line 508
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter proximityPlacementGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 510
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 511
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 514
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* includeColocationStatus */
        start local 3 // java.lang.String includeColocationStatus
         7: .line 515
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.service:Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner$ProximityPlacementGroupsService;
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* includeColocationStatus */
            ldc "2020-12-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$ProximityPlacementGroupsService.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         8: .line 516
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$14.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         9: .line 515
            areturn
        end local 3 // java.lang.String includeColocationStatus
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0   10     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0   10     1            resourceGroupName  Ljava/lang/String;
            0   10     2  proximityPlacementGroupName  Ljava/lang/String;
            7   10     3      includeColocationStatus  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  

  public com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner getByResourceGroup(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
        start local 3 // java.lang.String includeColocationStatus
         0: .line 541
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            aload 3 /* includeColocationStatus */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner
            areturn
        end local 3 // java.lang.String includeColocationStatus
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    1     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    1     1            resourceGroupName  Ljava/lang/String;
            0    1     2  proximityPlacementGroupName  Ljava/lang/String;
            0    1     3      includeColocationStatus  Ljava/lang/String;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  
      includeColocationStatus      

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner> getByResourceGroupAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
        start local 3 // java.lang.String includeColocationStatus
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 555
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            aload 3 /* includeColocationStatus */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String includeColocationStatus
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    1     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    1     1            resourceGroupName  Ljava/lang/String;
            0    1     2  proximityPlacementGroupName  Ljava/lang/String;
            0    1     3      includeColocationStatus  Ljava/lang/String;
            0    1     4              serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  
      includeColocationStatus      
      serviceCallback              final

  public rx.Observable<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner> getByResourceGroupAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
        start local 3 // java.lang.String includeColocationStatus
         0: .line 568
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            aload 3 /* includeColocationStatus */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$15.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String includeColocationStatus
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    1     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    1     1            resourceGroupName  Ljava/lang/String;
            0    1     2  proximityPlacementGroupName  Ljava/lang/String;
            0    1     3      includeColocationStatus  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  
      includeColocationStatus      

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>> getByResourceGroupWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String proximityPlacementGroupName
        start local 3 // java.lang.String includeColocationStatus
         0: .line 586
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 587
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 589
      StackMap locals:
      StackMap stack:
            aload 2 /* proximityPlacementGroupName */
            ifnonnull 4
         3: .line 590
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter proximityPlacementGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 592
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 593
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 596
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.service:Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner$ProximityPlacementGroupsService;
            aload 1 /* resourceGroupName */
            aload 2 /* proximityPlacementGroupName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* includeColocationStatus */
            ldc "2020-12-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$ProximityPlacementGroupsService.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 597
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$16.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 596
            areturn
        end local 3 // java.lang.String includeColocationStatus
        end local 2 // java.lang.String proximityPlacementGroupName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    9     0                         this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    9     1            resourceGroupName  Ljava/lang/String;
            0    9     2  proximityPlacementGroupName  Ljava/lang/String;
            0    9     3      includeColocationStatus  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
    MethodParameters:
                             Name  Flags
      resourceGroupName            
      proximityPlacementGroupName  
      includeColocationStatus      

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner> getByResourceGroupDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // retrofit2.Response response
         0: .line 611
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 612
            sipush 200
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$17
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$17.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$17.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 613
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 614
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 611
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner> list();
    descriptor: ()Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
         0: .line 626
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.listSinglePageAsync:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 1 /* response */
        start local 1 // com.microsoft.rest.ServiceResponse response
         1: .line 627
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$18
            dup
            aload 0 /* this */
            aload 1 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$18.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 1 // com.microsoft.rest.ServiceResponse response
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            1    2     1  response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>> listAsync(com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>);
    descriptor: (Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 644
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.listSinglePageAsync:()Lrx/Observable;
         1: .line 645
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$19
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$19.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
         2: .line 651
            aload 1 /* serviceCallback */
         3: .line 643
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 1 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    4     1  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    Signature: (Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
    MethodParameters:
                 Name  Flags
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>> 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.ProximityPlacementGroupsInner this
         0: .line 661
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.listWithServiceResponseAsync:()Lrx/Observable;
         1: .line 662
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$20.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 661
            areturn
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>>> listWithServiceResponseAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
         0: .line 677
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.listSinglePageAsync:()Lrx/Observable;
         1: .line 678
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$21
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$21.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 677
            areturn
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>>> listSinglePageAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
         0: .line 697
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 698
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 701
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.service:Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner$ProximityPlacementGroupsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2020-12-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$ProximityPlacementGroupsService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         3: .line 702
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$22.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         4: .line 701
            areturn
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;>;

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.compute.implementation.PageImpl1<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>> listDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // retrofit2.Response response
         0: .line 716
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 717
            sipush 200
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$23
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$23.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$23.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 718
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 719
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 716
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/compute/implementation/PageImpl1<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner> listByResourceGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 732
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 733
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$24
            dup
            aload 0 /* this */
            aload 2 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$24.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            1    2     2           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>> listByResourceGroupAsync(java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 751
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 752
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$25
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$25.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
         2: .line 758
            aload 2 /* serviceCallback */
         3: .line 750
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>> listByResourceGroupAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 769
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.listByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 770
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$26
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$26.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 769
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>>> listByResourceGroupWithServiceResponseAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 786
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 787
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$27
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$27.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 786
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>>> listByResourceGroupSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 807
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 808
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 810
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 811
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 814
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.service:Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner$ProximityPlacementGroupsService;
            aload 1 /* resourceGroupName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2020-12-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$ProximityPlacementGroupsService.listByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         5: .line 815
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$28
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$28.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         6: .line 814
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    7     1  resourceGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.compute.implementation.PageImpl1<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>> listByResourceGroupDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // retrofit2.Response response
         0: .line 829
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 830
            sipush 200
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$29
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$29.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$29.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 831
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 832
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 829
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/compute/implementation/PageImpl1<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner> listNext(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 845
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 846
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$30
            dup
            aload 0 /* this */
            aload 2 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$30.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>> listNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String nextPageLink
        start local 2 // com.microsoft.rest.ServiceFuture serviceFuture
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 865
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 866
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$31
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$31.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
         2: .line 872
            aload 3 /* serviceCallback */
         3: .line 864
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // com.microsoft.rest.ServiceFuture serviceFuture
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>> listNextAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 883
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.listNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 884
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$32
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$32.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 883
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>>> listNextWithServiceResponseAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 900
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 901
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$33
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$33.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 900
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>>> listNextSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 921
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 922
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter nextPageLink is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 924
      StackMap locals:
      StackMap stack:
            ldc "%s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* nextPageLink */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 2 /* nextUrl */
        start local 2 // java.lang.String nextUrl
         3: .line 925
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.service:Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner$ProximityPlacementGroupsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$ProximityPlacementGroupsService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 926
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$34
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$34.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 925
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    6     1  nextPageLink  Ljava/lang/String;
            3    6     2       nextUrl  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.compute.implementation.PageImpl1<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>> listNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // retrofit2.Response response
         0: .line 940
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 941
            sipush 200
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$35
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$35.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$35.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 942
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 943
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 940
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/compute/implementation/PageImpl1<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner> listByResourceGroupNext(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 956
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 957
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$36
            dup
            aload 0 /* this */
            aload 2 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$36.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>> listByResourceGroupNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String nextPageLink
        start local 2 // com.microsoft.rest.ServiceFuture serviceFuture
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 976
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 977
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$37
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$37.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
         2: .line 983
            aload 3 /* serviceCallback */
         3: .line 975
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // com.microsoft.rest.ServiceFuture serviceFuture
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>> listByResourceGroupNextAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 994
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.listByResourceGroupNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 995
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$38
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$38.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 994
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>>> listByResourceGroupNextWithServiceResponseAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1011
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1012
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$39
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$39.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1011
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>>> listByResourceGroupNextSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1032
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 1033
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter nextPageLink is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1035
      StackMap locals:
      StackMap stack:
            ldc "%s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* nextPageLink */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 2 /* nextUrl */
        start local 2 // java.lang.String nextUrl
         3: .line 1036
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.service:Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner$ProximityPlacementGroupsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$ProximityPlacementGroupsService.listByResourceGroupNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 1037
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$40
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$40.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 1036
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    6     1  nextPageLink  Ljava/lang/String;
            3    6     2       nextUrl  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.compute.implementation.PageImpl1<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>> listByResourceGroupNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
        start local 1 // retrofit2.Response response
         0: .line 1051
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner.client:Lcom/microsoft/azure/management/compute/implementation/ComputeManagementClientImpl;
            invokevirtual com.microsoft.azure.management.compute.implementation.ComputeManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 1052
            sipush 200
            new com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$41
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$41.<init>:(Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;)V
            invokevirtual com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$41.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1053
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1054
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1051
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/compute/implementation/PageImpl1<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public java.lang.Object getByResourceGroup(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.compute.implementation.ProximityPlacementGroupsInner.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsGet<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsDelete<Ljava/lang/Void;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsListing<Lcom/microsoft/azure/management/compute/implementation/ProximityPlacementGroupInner;>;
SourceFile: "ProximityPlacementGroupsInner.java"
NestMembers:
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$1  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$10  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$11  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$12  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$13  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$14  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$15  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$16  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$17  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$18  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$19  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$2  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$20  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$21  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$22  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$23  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$24  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$25  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$26  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$27  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$28  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$29  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$3  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$30  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$31  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$32  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$33  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$34  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$35  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$36  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$37  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$38  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$39  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$4  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$40  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$41  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$5  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$6  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$7  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$8  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$9  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$ProximityPlacementGroupsService
InnerClasses:
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$1
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$10
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$11
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$12
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$13
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$14
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$15
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$16
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$17
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$18
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$19
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$2
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$20
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$21
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$22
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$23
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$24
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$25
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$26
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$27
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$28
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$29
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$3
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$30
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$31
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$32
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$33
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$34
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$35
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$36
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$37
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$38
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$39
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$4
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$40
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$41
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$5
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$6
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$7
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$8
  com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$9
  abstract ProximityPlacementGroupsService = com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner$ProximityPlacementGroupsService of com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupsInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder