public class com.microsoft.azure.management.monitor.implementation.LogProfilesInner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.monitor.implementation.LogProfilesInner
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.monitor.implementation.LogProfilesInner$LogProfilesService service;
    descriptor: Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner$LogProfilesService;
    flags: (0x0002) ACC_PRIVATE

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

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

  public void delete(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
        start local 1 // java.lang.String logProfileName
         0: .line 95
            aload 0 /* this */
            aload 1 /* logProfileName */
            invokevirtual com.microsoft.azure.management.monitor.implementation.LogProfilesInner.deleteWithServiceResponseAsync:(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 96
            return
        end local 1 // java.lang.String logProfileName
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
            0    2     1  logProfileName  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      logProfileName  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteAsync(java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
        start local 1 // java.lang.String logProfileName
        start local 2 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 107
            aload 0 /* this */
            aload 1 /* logProfileName */
            invokevirtual com.microsoft.azure.management.monitor.implementation.LogProfilesInner.deleteWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
            aload 2 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 1 // java.lang.String logProfileName
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
            0    1     1   logProfileName  Ljava/lang/String;
            0    1     2  serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                 Name  Flags
      logProfileName   
      serviceCallback  final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteWithServiceResponseAsync(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.monitor.implementation.LogProfilesInner this
        start local 1 // java.lang.String logProfileName
         0: .line 134
            aload 1 /* logProfileName */
            ifnonnull 2
         1: .line 135
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter logProfileName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 138
            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 141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.service:Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner$LogProfilesService;
            aload 1 /* logProfileName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2016-03-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.monitor.implementation.LogProfilesInner$LogProfilesService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         5: .line 142
            new com.microsoft.azure.management.monitor.implementation.LogProfilesInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.monitor.implementation.LogProfilesInner$2.<init>:(Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         6: .line 141
            areturn
        end local 1 // java.lang.String logProfileName
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
            0    7     1  logProfileName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                Name  Flags
      logProfileName  

  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.monitor.implementation.LogProfilesInner this
        start local 1 // retrofit2.Response response
         0: .line 156
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.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.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.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 157
            sipush 200
            new com.microsoft.azure.management.monitor.implementation.LogProfilesInner$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.monitor.implementation.LogProfilesInner$3.<init>:(Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;)V
            invokevirtual com.microsoft.azure.management.monitor.implementation.LogProfilesInner$3.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 158
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 159
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 156
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
            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.monitor.implementation.LogProfileResourceInner get(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
        start local 1 // java.lang.String logProfileName
         0: .line 172
            aload 0 /* this */
            aload 1 /* logProfileName */
            invokevirtual com.microsoft.azure.management.monitor.implementation.LogProfilesInner.getWithServiceResponseAsync:(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.monitor.implementation.LogProfileResourceInner
            areturn
        end local 1 // java.lang.String logProfileName
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
            0    1     1  logProfileName  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      logProfileName  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner> getAsync(java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
        start local 1 // java.lang.String logProfileName
        start local 2 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 184
            aload 0 /* this */
            aload 1 /* logProfileName */
            invokevirtual com.microsoft.azure.management.monitor.implementation.LogProfilesInner.getWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
            aload 2 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 1 // java.lang.String logProfileName
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
            0    1     1   logProfileName  Ljava/lang/String;
            0    1     2  serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;
    MethodParameters:
                 Name  Flags
      logProfileName   
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner> getAsync(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.monitor.implementation.LogProfilesInner this
        start local 1 // java.lang.String logProfileName
         0: .line 195
            aload 0 /* this */
            aload 1 /* logProfileName */
            invokevirtual com.microsoft.azure.management.monitor.implementation.LogProfilesInner.getWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.monitor.implementation.LogProfilesInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.monitor.implementation.LogProfilesInner$4.<init>:(Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 1 // java.lang.String logProfileName
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
            0    1     1  logProfileName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;
    MethodParameters:
                Name  Flags
      logProfileName  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner>> getWithServiceResponseAsync(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.monitor.implementation.LogProfilesInner this
        start local 1 // java.lang.String logProfileName
         0: .line 211
            aload 1 /* logProfileName */
            ifnonnull 2
         1: .line 212
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter logProfileName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 215
            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 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.service:Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner$LogProfilesService;
            aload 1 /* logProfileName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2016-03-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.monitor.implementation.LogProfilesInner$LogProfilesService.get:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         5: .line 219
            new com.microsoft.azure.management.monitor.implementation.LogProfilesInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.monitor.implementation.LogProfilesInner$5.<init>:(Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         6: .line 218
            areturn
        end local 1 // java.lang.String logProfileName
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
            0    7     1  logProfileName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;>;
    MethodParameters:
                Name  Flags
      logProfileName  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner> getDelegate(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.monitor.implementation.LogProfilesInner this
        start local 1 // retrofit2.Response response
         0: .line 233
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.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.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.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 234
            sipush 200
            new com.microsoft.azure.management.monitor.implementation.LogProfilesInner$6
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.monitor.implementation.LogProfilesInner$6.<init>:(Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;)V
            invokevirtual com.microsoft.azure.management.monitor.implementation.LogProfilesInner$6.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 235
            ldc Lcom/microsoft/azure/management/monitor/ErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 236
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 233
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.monitor.ErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner createOrUpdate(java.lang.String, com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;)Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
        start local 1 // java.lang.String logProfileName
        start local 2 // com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner parameters
         0: .line 250
            aload 0 /* this */
            aload 1 /* logProfileName */
            aload 2 /* parameters */
            invokevirtual com.microsoft.azure.management.monitor.implementation.LogProfilesInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;)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.monitor.implementation.LogProfileResourceInner
            areturn
        end local 2 // com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner parameters
        end local 1 // java.lang.String logProfileName
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
            0    1     1  logProfileName  Ljava/lang/String;
            0    1     2      parameters  Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;
    MethodParameters:
                Name  Flags
      logProfileName  
      parameters      

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner> createOrUpdateAsync(java.lang.String, com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;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.monitor.implementation.LogProfilesInner this
        start local 1 // java.lang.String logProfileName
        start local 2 // com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner parameters
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 263
            aload 0 /* this */
            aload 1 /* logProfileName */
            aload 2 /* parameters */
            invokevirtual com.microsoft.azure.management.monitor.implementation.LogProfilesInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;)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 // com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner parameters
        end local 1 // java.lang.String logProfileName
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
            0    1     1   logProfileName  Ljava/lang/String;
            0    1     2       parameters  Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;
            0    1     3  serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;
    MethodParameters:
                 Name  Flags
      logProfileName   
      parameters       
      serviceCallback  final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner>> createOrUpdateWithServiceResponseAsync(java.lang.String, com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
        start local 1 // java.lang.String logProfileName
        start local 2 // com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner parameters
         0: .line 292
            aload 1 /* logProfileName */
            ifnonnull 2
         1: .line 293
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter logProfileName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 296
            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 298
      StackMap locals:
      StackMap stack:
            aload 2 /* parameters */
            ifnonnull 6
         5: .line 299
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter parameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 301
      StackMap locals:
      StackMap stack:
            aload 2 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         7: .line 303
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.service:Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner$LogProfilesService;
            aload 1 /* logProfileName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2016-03-01"
            aload 2 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.monitor.implementation.LogProfilesInner$LogProfilesService.createOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         8: .line 304
            new com.microsoft.azure.management.monitor.implementation.LogProfilesInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.monitor.implementation.LogProfilesInner$8.<init>:(Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         9: .line 303
            areturn
        end local 2 // com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner parameters
        end local 1 // java.lang.String logProfileName
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
            0   10     1  logProfileName  Ljava/lang/String;
            0   10     2      parameters  Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;>;
    MethodParameters:
                Name  Flags
      logProfileName  
      parameters      

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner> 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.monitor.implementation.LogProfilesInner this
        start local 1 // retrofit2.Response response
         0: .line 318
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.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.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.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 319
            sipush 200
            new com.microsoft.azure.management.monitor.implementation.LogProfilesInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.monitor.implementation.LogProfilesInner$9.<init>:(Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;)V
            invokevirtual com.microsoft.azure.management.monitor.implementation.LogProfilesInner$9.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 320
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 321
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 318
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
            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/monitor/implementation/LogProfileResourceInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner update(java.lang.String, com.microsoft.azure.management.monitor.LogProfileResourcePatch);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/monitor/LogProfileResourcePatch;)Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
        start local 1 // java.lang.String logProfileName
        start local 2 // com.microsoft.azure.management.monitor.LogProfileResourcePatch logProfilesResource
         0: .line 335
            aload 0 /* this */
            aload 1 /* logProfileName */
            aload 2 /* logProfilesResource */
            invokevirtual com.microsoft.azure.management.monitor.implementation.LogProfilesInner.updateWithServiceResponseAsync:(Ljava/lang/String;Lcom/microsoft/azure/management/monitor/LogProfileResourcePatch;)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.monitor.implementation.LogProfileResourceInner
            areturn
        end local 2 // com.microsoft.azure.management.monitor.LogProfileResourcePatch logProfilesResource
        end local 1 // java.lang.String logProfileName
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
            0    1     1       logProfileName  Ljava/lang/String;
            0    1     2  logProfilesResource  Lcom/microsoft/azure/management/monitor/LogProfileResourcePatch;
    MethodParameters:
                     Name  Flags
      logProfileName       
      logProfilesResource  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner> updateAsync(java.lang.String, com.microsoft.azure.management.monitor.LogProfileResourcePatch, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/monitor/LogProfileResourcePatch;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.monitor.implementation.LogProfilesInner this
        start local 1 // java.lang.String logProfileName
        start local 2 // com.microsoft.azure.management.monitor.LogProfileResourcePatch logProfilesResource
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 348
            aload 0 /* this */
            aload 1 /* logProfileName */
            aload 2 /* logProfilesResource */
            invokevirtual com.microsoft.azure.management.monitor.implementation.LogProfilesInner.updateWithServiceResponseAsync:(Ljava/lang/String;Lcom/microsoft/azure/management/monitor/LogProfileResourcePatch;)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 // com.microsoft.azure.management.monitor.LogProfileResourcePatch logProfilesResource
        end local 1 // java.lang.String logProfileName
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
            0    1     1       logProfileName  Ljava/lang/String;
            0    1     2  logProfilesResource  Lcom/microsoft/azure/management/monitor/LogProfileResourcePatch;
            0    1     3      serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/management/monitor/LogProfileResourcePatch;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;
    MethodParameters:
                     Name  Flags
      logProfileName       
      logProfilesResource  
      serviceCallback      final

  public rx.Observable<com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner> updateAsync(java.lang.String, com.microsoft.azure.management.monitor.LogProfileResourcePatch);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/monitor/LogProfileResourcePatch;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
        start local 1 // java.lang.String logProfileName
        start local 2 // com.microsoft.azure.management.monitor.LogProfileResourcePatch logProfilesResource
         0: .line 360
            aload 0 /* this */
            aload 1 /* logProfileName */
            aload 2 /* logProfilesResource */
            invokevirtual com.microsoft.azure.management.monitor.implementation.LogProfilesInner.updateWithServiceResponseAsync:(Ljava/lang/String;Lcom/microsoft/azure/management/monitor/LogProfileResourcePatch;)Lrx/Observable;
            new com.microsoft.azure.management.monitor.implementation.LogProfilesInner$10
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.monitor.implementation.LogProfilesInner$10.<init>:(Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // com.microsoft.azure.management.monitor.LogProfileResourcePatch logProfilesResource
        end local 1 // java.lang.String logProfileName
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
            0    1     1       logProfileName  Ljava/lang/String;
            0    1     2  logProfilesResource  Lcom/microsoft/azure/management/monitor/LogProfileResourcePatch;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/management/monitor/LogProfileResourcePatch;)Lrx/Observable<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;
    MethodParameters:
                     Name  Flags
      logProfileName       
      logProfilesResource  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner>> updateWithServiceResponseAsync(java.lang.String, com.microsoft.azure.management.monitor.LogProfileResourcePatch);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/monitor/LogProfileResourcePatch;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
        start local 1 // java.lang.String logProfileName
        start local 2 // com.microsoft.azure.management.monitor.LogProfileResourcePatch logProfilesResource
         0: .line 377
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 378
            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 380
      StackMap locals:
      StackMap stack:
            aload 1 /* logProfileName */
            ifnonnull 4
         3: .line 381
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter logProfileName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 383
      StackMap locals:
      StackMap stack:
            aload 2 /* logProfilesResource */
            ifnonnull 6
         5: .line 384
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter logProfilesResource is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 386
      StackMap locals:
      StackMap stack:
            aload 2 /* logProfilesResource */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         7: .line 388
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.service:Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner$LogProfilesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* logProfileName */
            ldc "2016-03-01"
            aload 2 /* logProfilesResource */
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.monitor.implementation.LogProfilesInner$LogProfilesService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/monitor/LogProfileResourcePatch;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         8: .line 389
            new com.microsoft.azure.management.monitor.implementation.LogProfilesInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.monitor.implementation.LogProfilesInner$11.<init>:(Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         9: .line 388
            areturn
        end local 2 // com.microsoft.azure.management.monitor.LogProfileResourcePatch logProfilesResource
        end local 1 // java.lang.String logProfileName
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   10     0                 this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
            0   10     1       logProfileName  Ljava/lang/String;
            0   10     2  logProfilesResource  Lcom/microsoft/azure/management/monitor/LogProfileResourcePatch;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/management/monitor/LogProfileResourcePatch;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;>;
    MethodParameters:
                     Name  Flags
      logProfileName       
      logProfilesResource  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner> 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.monitor.implementation.LogProfilesInner this
        start local 1 // retrofit2.Response response
         0: .line 403
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.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.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.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 404
            sipush 200
            new com.microsoft.azure.management.monitor.implementation.LogProfilesInner$12
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.monitor.implementation.LogProfilesInner$12.<init>:(Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;)V
            invokevirtual com.microsoft.azure.management.monitor.implementation.LogProfilesInner$12.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 405
            ldc Lcom/microsoft/azure/management/monitor/ErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 406
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 403
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.monitor.ErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner> 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.monitor.implementation.LogProfilesInner this
         0: .line 415
            new com.microsoft.azure.management.monitor.implementation.PageImpl1
            dup
            invokespecial com.microsoft.azure.management.monitor.implementation.PageImpl1.<init>:()V
            astore 1 /* page */
        start local 1 // com.microsoft.azure.management.monitor.implementation.PageImpl1 page
         1: .line 416
            aload 1 /* page */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.LogProfilesInner.listWithServiceResponseAsync:()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 java.util.List
            invokevirtual com.microsoft.azure.management.monitor.implementation.PageImpl1.setItems:(Ljava/util/List;)Lcom/microsoft/azure/management/monitor/implementation/PageImpl1;
            pop
         2: .line 417
            aload 1 /* page */
            aconst_null
            invokevirtual com.microsoft.azure.management.monitor.implementation.PageImpl1.setNextPageLink:(Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/implementation/PageImpl1;
            pop
         3: .line 418
            new com.microsoft.azure.management.monitor.implementation.LogProfilesInner$13
            dup
            aload 0 /* this */
            aload 1 /* page */
            invokespecial com.microsoft.azure.management.monitor.implementation.LogProfilesInner$13.<init>:(Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 1 // com.microsoft.azure.management.monitor.implementation.PageImpl1 page
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
            1    4     1  page  Lcom/microsoft/azure/management/monitor/implementation/PageImpl1<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner>> listAsync(com.microsoft.rest.ServiceCallback<java.util.List<com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner>>);
    descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
        start local 1 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 433
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.LogProfilesInner.listWithServiceResponseAsync:()Lrx/Observable;
            aload 1 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 1 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
            0    1     1  serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/util/List<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;>;
    Signature: (Lcom/microsoft/rest/ServiceCallback<Ljava/util/List<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;>;
    MethodParameters:
                 Name  Flags
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner>> listAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
         0: .line 442
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.LogProfilesInner.listWithServiceResponseAsync:()Lrx/Observable;
            new com.microsoft.azure.management.monitor.implementation.LogProfilesInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.monitor.implementation.LogProfilesInner$14.<init>:(Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.util.List<com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner>>> listWithServiceResponseAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
         0: .line 458
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 459
            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 462
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.service:Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner$LogProfilesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2016-03-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.monitor.implementation.LogProfilesInner$LogProfilesService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         3: .line 463
            new com.microsoft.azure.management.monitor.implementation.LogProfilesInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.monitor.implementation.LogProfilesInner$15.<init>:(Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         4: .line 462
            areturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/util/List<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;>;>;

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.monitor.implementation.PageImpl1<com.microsoft.azure.management.monitor.implementation.LogProfileResourceInner>> 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.monitor.implementation.LogProfilesInner this
        start local 1 // retrofit2.Response response
         0: .line 482
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.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.monitor.implementation.LogProfilesInner.client:Lcom/microsoft/azure/management/monitor/implementation/MonitorManagementClientImpl;
            invokevirtual com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl.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 483
            sipush 200
            new com.microsoft.azure.management.monitor.implementation.LogProfilesInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.monitor.implementation.LogProfilesInner$16.<init>:(Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;)V
            invokevirtual com.microsoft.azure.management.monitor.implementation.LogProfilesInner$16.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 484
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 485
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 482
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.monitor.implementation.LogProfilesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/monitor/implementation/LogProfilesInner;
            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/monitor/implementation/PageImpl1<Lcom/microsoft/azure/management/monitor/implementation/LogProfileResourceInner;>;>;
    MethodParameters:
          Name  Flags
      response  
}
SourceFile: "LogProfilesInner.java"
NestMembers:
  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$1  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$10  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$11  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$12  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$13  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$14  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$15  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$16  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$2  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$3  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$4  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$5  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$6  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$7  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$8  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$9  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$LogProfilesService
InnerClasses:
  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$1
  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$10
  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$11
  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$12
  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$13
  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$14
  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$15
  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$16
  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$2
  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$3
  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$4
  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$5
  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$6
  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$7
  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$8
  com.microsoft.azure.management.monitor.implementation.LogProfilesInner$9
  abstract LogProfilesService = com.microsoft.azure.management.monitor.implementation.LogProfilesInner$LogProfilesService of com.microsoft.azure.management.monitor.implementation.LogProfilesInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder