public class com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner implements com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsGet<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>, com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsDelete<java.lang.Void>, com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsListing<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner
super_class: java.lang.Object
{
private com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService service;
descriptor: Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
flags: (0x0002) ACC_PRIVATE
private com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl client;
descriptor: Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
flags: (0x0002) ACC_PRIVATE
public void <init>(retrofit2.Retrofit, com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl);
descriptor: (Lretrofit2/Retrofit;Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
ldc Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
invokevirtual retrofit2.Retrofit.create:(Ljava/lang/Class;)Ljava/lang/Object;
checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService
putfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
2: aload 0
aload 2
putfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 4 1 retrofit Lretrofit2/Retrofit;
0 4 2 client Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
MethodParameters:
Name Flags
retrofit
client
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 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
pop
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 applicationGatewayName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 3
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName 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
applicationGatewayName
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 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$1
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$1.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
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=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter applicationGatewayName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: 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: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
astore 3
start local 3 7: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
aload 3
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$2
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$2.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$2.getType:()Ljava/lang/reflect/Type;
invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 8 1 resourceGroupName Ljava/lang/String;
0 8 2 applicationGatewayName Ljava/lang/String;
7 8 3 observable Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public void beginDelete(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 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginDeleteWithServiceResponseAsync:(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: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 applicationGatewayName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public com.microsoft.rest.ServiceFuture<java.lang.Void> beginDeleteAsync(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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginDeleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 3
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName 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
applicationGatewayName
serviceCallback final
public rx.Observable<java.lang.Void> beginDeleteAsync(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 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginDeleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$3
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$3.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> beginDeleteWithServiceResponseAsync(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 start local 1 start local 2 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter applicationGatewayName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: 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: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.beginDelete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
7: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$4
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$4.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
8: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 9 1 resourceGroupName Ljava/lang/String;
0 9 2 applicationGatewayName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
private com.microsoft.rest.ServiceResponse<java.lang.Void> beginDeleteDelegate(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 start local 1 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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: sipush 200
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$5
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$5.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$5.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: sipush 202
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$6
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$6.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$6.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: sipush 204
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$7
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$7.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$7.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
4: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
5: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
6: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 7 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.network.implementation.ApplicationGatewayInner getByResourceGroup(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.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.network.implementation.ApplicationGatewayInner
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> getByResourceGroupAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>);
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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 3
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
serviceCallback final
public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> 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 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$8
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$8.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> getByResourceGroupWithServiceResponseAsync(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 start local 1 start local 2 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter applicationGatewayName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: 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: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
7: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$9
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$9.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
8: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 9 1 resourceGroupName Ljava/lang/String;
0 9 2 applicationGatewayName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> 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 start local 1 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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: sipush 200
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$10
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$10.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$10.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/ApplicationGatewayInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner createOrUpdate(java.lang.String, java.lang.String, com.microsoft.azure.management.network.implementation.ApplicationGatewayInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayInner
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 parameters Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
parameters
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> createOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.implementation.ApplicationGatewayInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;)Lrx/Observable;
aload 4
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 parameters Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
parameters
serviceCallback final
public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> createOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.implementation.ApplicationGatewayInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;)Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$11
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$11.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 parameters Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
parameters
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> createOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.implementation.ApplicationGatewayInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter applicationGatewayName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: 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: StackMap locals:
StackMap stack:
aload 3
ifnonnull 8
7: 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: StackMap locals:
StackMap stack:
aload 3
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
9: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 3
ldc "2019-11-01"
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.createOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
astore 4
start local 4 10: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
aload 4
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$12
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$12.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$12.getType:()Ljava/lang/reflect/Type;
invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 11 1 resourceGroupName Ljava/lang/String;
0 11 2 applicationGatewayName Ljava/lang/String;
0 11 3 parameters Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
10 11 4 observable Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
parameters
public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner beginCreateOrUpdate(java.lang.String, java.lang.String, com.microsoft.azure.management.network.implementation.ApplicationGatewayInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginCreateOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;)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.network.implementation.ApplicationGatewayInner
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 parameters Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
parameters
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> beginCreateOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.implementation.ApplicationGatewayInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginCreateOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;)Lrx/Observable;
aload 4
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 parameters Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
parameters
serviceCallback final
public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> beginCreateOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.implementation.ApplicationGatewayInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginCreateOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;)Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$13
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$13.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 parameters Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
parameters
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> beginCreateOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.implementation.ApplicationGatewayInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter applicationGatewayName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: 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: StackMap locals:
StackMap stack:
aload 3
ifnonnull 8
7: 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: StackMap locals:
StackMap stack:
aload 3
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
9: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 3
ldc "2019-11-01"
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.beginCreateOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
10: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$14
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$14.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
11: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 12 1 resourceGroupName Ljava/lang/String;
0 12 2 applicationGatewayName Ljava/lang/String;
0 12 3 parameters Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
parameters
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> beginCreateOrUpdateDelegate(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 start local 1 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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: sipush 200
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$15
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$15.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$15.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: sipush 201
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$16
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$16.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$16.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
4: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
5: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/ApplicationGatewayInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner updateTags(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.updateTagsWithServiceResponseAsync:(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.network.implementation.ApplicationGatewayInner
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> updateTagsAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>);
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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.updateTagsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 3
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
serviceCallback final
public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> updateTagsAsync(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 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.updateTagsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$17
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$17.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> updateTagsWithServiceResponseAsync(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 start local 1 start local 2 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter applicationGatewayName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: 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: StackMap locals:
StackMap stack:
new com.microsoft.azure.management.network.TagsObject
dup
invokespecial com.microsoft.azure.management.network.TagsObject.<init>:()V
astore 3
start local 3 7: aload 3
aconst_null
invokevirtual com.microsoft.azure.management.network.TagsObject.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/network/TagsObject;
pop
8: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 3
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.updateTags:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/TagsObject;Ljava/lang/String;)Lrx/Observable;
9: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$18
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$18.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
10: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 11 1 resourceGroupName Ljava/lang/String;
0 11 2 applicationGatewayName Ljava/lang/String;
7 11 3 parameters Lcom/microsoft/azure/management/network/TagsObject;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner updateTags(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/network/implementation/ApplicationGatewayInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.updateTagsWithServiceResponseAsync:(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.network.implementation.ApplicationGatewayInner
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName 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/network/implementation/ApplicationGatewayInner;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
tags
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> updateTagsAsync(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>);
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 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.updateTagsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
aload 4
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName 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/network/implementation/ApplicationGatewayInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
tags
serviceCallback final
public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> updateTagsAsync(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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.updateTagsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$19
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$19.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName 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/network/implementation/ApplicationGatewayInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
tags
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> updateTagsWithServiceResponseAsync(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 start local 1 start local 2 start local 3 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter applicationGatewayName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: 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: StackMap locals:
StackMap stack:
aload 3
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
7: new com.microsoft.azure.management.network.TagsObject
dup
invokespecial com.microsoft.azure.management.network.TagsObject.<init>:()V
astore 4
start local 4 8: aload 4
aload 3
invokevirtual com.microsoft.azure.management.network.TagsObject.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/network/TagsObject;
pop
9: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 4
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.updateTags:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/TagsObject;Ljava/lang/String;)Lrx/Observable;
10: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$20
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$20.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
11: areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 12 1 resourceGroupName Ljava/lang/String;
0 12 2 applicationGatewayName Ljava/lang/String;
0 12 3 tags Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
8 12 4 parameters Lcom/microsoft/azure/management/network/TagsObject;
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/network/implementation/ApplicationGatewayInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
tags
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> updateTagsDelegate(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 start local 1 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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: sipush 200
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$21
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$21.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$21.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/ApplicationGatewayInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> 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 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.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
start local 2 1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$22
dup
aload 0
aload 2
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$22.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;Lcom/microsoft/azure/Page;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 2 1 resourceGroupName Ljava/lang/String;
1 2 2 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
MethodParameters:
Name Flags
resourceGroupName final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> listByResourceGroupAsync(java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>);
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 start local 1 start local 2 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$23
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$23.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
2: aload 2
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 4 1 resourceGroupName Ljava/lang/String;
0 4 2 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> 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 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$24
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$24.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 3 1 resourceGroupName Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>>> 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 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$25
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$25.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/ApplicationGatewayInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>>> 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 start local 1 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 4
3: 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: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 1
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.listByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
5: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$26
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$26.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
6: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/ApplicationGatewayInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.PageImpl<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> 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 start local 1 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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: sipush 200
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$27
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$27.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$27.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/PageImpl<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> list();
descriptor: ()Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.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
start local 1 1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$28
dup
aload 0
aload 1
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$28.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;Lcom/microsoft/azure/Page;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
1 2 1 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> listAsync(com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>);
descriptor: (Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listSinglePageAsync:()Lrx/Observable;
1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$29
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$29.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
2: aload 1
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 4 1 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
Signature: (Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
MethodParameters:
Name Flags
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> listAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listWithServiceResponseAsync:()Lrx/Observable;
1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$30
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$30.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
Signature: ()Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>>> listWithServiceResponseAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listSinglePageAsync:()Lrx/Observable;
1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$31
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$31.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;>;
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>>> listSinglePageAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
3: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$32
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$32.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
4: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;>;
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.PageImpl<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> 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 start local 1 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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: sipush 200
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$33
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$33.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$33.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/PageImpl<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
MethodParameters:
Name Flags
response
public void start(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 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.startWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
pop
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 applicationGatewayName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public com.microsoft.rest.ServiceFuture<java.lang.Void> startAsync(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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.startWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 3
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName 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
applicationGatewayName
serviceCallback final
public rx.Observable<java.lang.Void> startAsync(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 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.startWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$34
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$34.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> startWithServiceResponseAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter applicationGatewayName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: 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: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.start:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
astore 3
start local 3 7: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
aload 3
new com.microsoft.azure.LongRunningOperationOptions
dup
invokespecial com.microsoft.azure.LongRunningOperationOptions.<init>:()V
getstatic com.microsoft.azure.LongRunningFinalState.LOCATION:Lcom/microsoft/azure/LongRunningFinalState;
invokevirtual com.microsoft.azure.LongRunningOperationOptions.withFinalStateVia:(Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$35
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$35.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$35.getType:()Ljava/lang/reflect/Type;
invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 8 1 resourceGroupName Ljava/lang/String;
0 8 2 applicationGatewayName Ljava/lang/String;
7 8 3 observable Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public void beginStart(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 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginStartWithServiceResponseAsync:(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: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 applicationGatewayName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public com.microsoft.rest.ServiceFuture<java.lang.Void> beginStartAsync(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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginStartWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 3
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName 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
applicationGatewayName
serviceCallback final
public rx.Observable<java.lang.Void> beginStartAsync(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 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginStartWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$36
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$36.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> beginStartWithServiceResponseAsync(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 start local 1 start local 2 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter applicationGatewayName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: 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: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.beginStart:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
7: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$37
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$37.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
8: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 9 1 resourceGroupName Ljava/lang/String;
0 9 2 applicationGatewayName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
private com.microsoft.rest.ServiceResponse<java.lang.Void> beginStartDelegate(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 start local 1 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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: sipush 200
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$38
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$38.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$38.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: sipush 202
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$39
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$39.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$39.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
4: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
5: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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<Ljava/lang/Void;>;
MethodParameters:
Name Flags
response
public void stop(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 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.stopWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
pop
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 applicationGatewayName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public com.microsoft.rest.ServiceFuture<java.lang.Void> stopAsync(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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.stopWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 3
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName 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
applicationGatewayName
serviceCallback final
public rx.Observable<java.lang.Void> stopAsync(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 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.stopWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$40
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$40.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> stopWithServiceResponseAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter applicationGatewayName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: 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: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.stop:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
astore 3
start local 3 7: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
aload 3
new com.microsoft.azure.LongRunningOperationOptions
dup
invokespecial com.microsoft.azure.LongRunningOperationOptions.<init>:()V
getstatic com.microsoft.azure.LongRunningFinalState.LOCATION:Lcom/microsoft/azure/LongRunningFinalState;
invokevirtual com.microsoft.azure.LongRunningOperationOptions.withFinalStateVia:(Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$41
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$41.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$41.getType:()Ljava/lang/reflect/Type;
invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 8 1 resourceGroupName Ljava/lang/String;
0 8 2 applicationGatewayName Ljava/lang/String;
7 8 3 observable Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public void beginStop(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 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginStopWithServiceResponseAsync:(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: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 applicationGatewayName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public com.microsoft.rest.ServiceFuture<java.lang.Void> beginStopAsync(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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginStopWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 3
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName 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
applicationGatewayName
serviceCallback final
public rx.Observable<java.lang.Void> beginStopAsync(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 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginStopWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$42
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$42.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> beginStopWithServiceResponseAsync(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 start local 1 start local 2 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter applicationGatewayName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: 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: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.beginStop:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
7: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$43
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$43.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
8: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 9 1 resourceGroupName Ljava/lang/String;
0 9 2 applicationGatewayName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
private com.microsoft.rest.ServiceResponse<java.lang.Void> beginStopDelegate(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 start local 1 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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: sipush 200
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$44
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$44.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$44.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: sipush 202
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$45
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$45.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$45.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
4: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
5: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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<Ljava/lang/Void;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner backendHealth(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner> backendHealthAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner>);
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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 3
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
serviceCallback final
public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner> backendHealthAsync(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 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$46
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$46.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner>> backendHealthWithServiceResponseAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter applicationGatewayName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: 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: StackMap locals:
StackMap stack:
aconst_null
astore 3
start local 3 7: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 3
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.backendHealth:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
astore 4
start local 4 8: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
aload 4
new com.microsoft.azure.LongRunningOperationOptions
dup
invokespecial com.microsoft.azure.LongRunningOperationOptions.<init>:()V
getstatic com.microsoft.azure.LongRunningFinalState.LOCATION:Lcom/microsoft/azure/LongRunningFinalState;
invokevirtual com.microsoft.azure.LongRunningOperationOptions.withFinalStateVia:(Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$47
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$47.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$47.getType:()Ljava/lang/reflect/Type;
invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)Lrx/Observable;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 9 1 resourceGroupName Ljava/lang/String;
0 9 2 applicationGatewayName Ljava/lang/String;
7 9 3 expand Ljava/lang/String;
8 9 4 observable Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner backendHealth(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 expand Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
expand
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner> backendHealthAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner>);
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 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 4
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 expand Ljava/lang/String;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
expand
serviceCallback final
public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner> backendHealthAsync(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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$48
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$48.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 expand Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
expand
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner>> backendHealthWithServiceResponseAsync(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=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter applicationGatewayName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: 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: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 3
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.backendHealth:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
astore 4
start local 4 7: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
aload 4
new com.microsoft.azure.LongRunningOperationOptions
dup
invokespecial com.microsoft.azure.LongRunningOperationOptions.<init>:()V
getstatic com.microsoft.azure.LongRunningFinalState.LOCATION:Lcom/microsoft/azure/LongRunningFinalState;
invokevirtual com.microsoft.azure.LongRunningOperationOptions.withFinalStateVia:(Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$49
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$49.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$49.getType:()Ljava/lang/reflect/Type;
invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)Lrx/Observable;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 8 1 resourceGroupName Ljava/lang/String;
0 8 2 applicationGatewayName Ljava/lang/String;
0 8 3 expand Ljava/lang/String;
7 8 4 observable Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
expand
public com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner beginBackendHealth(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthWithServiceResponseAsync:(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.network.implementation.ApplicationGatewayBackendHealthInner
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner> beginBackendHealthAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner>);
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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 3
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
serviceCallback final
public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner> beginBackendHealthAsync(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 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$50
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$50.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner>> beginBackendHealthWithServiceResponseAsync(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 start local 1 start local 2 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter applicationGatewayName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: 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: StackMap locals:
StackMap stack:
aconst_null
astore 3
start local 3 7: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 3
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.beginBackendHealth:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
8: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$51
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$51.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
9: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 10 1 resourceGroupName Ljava/lang/String;
0 10 2 applicationGatewayName Ljava/lang/String;
7 10 3 expand Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
public com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner beginBackendHealth(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthWithServiceResponseAsync:(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.network.implementation.ApplicationGatewayBackendHealthInner
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 expand Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
expand
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner> beginBackendHealthAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner>);
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 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 4
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 expand Ljava/lang/String;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
expand
serviceCallback final
public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner> beginBackendHealthAsync(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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$52
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$52.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 expand Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
expand
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner>> beginBackendHealthWithServiceResponseAsync(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 start local 1 start local 2 start local 3 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter applicationGatewayName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: 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: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 3
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.beginBackendHealth:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
7: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$53
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$53.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
8: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 9 1 resourceGroupName Ljava/lang/String;
0 9 2 applicationGatewayName Ljava/lang/String;
0 9 3 expand Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
expand
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner> beginBackendHealthDelegate(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 start local 1 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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: sipush 200
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$54
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$54.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$54.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: sipush 202
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$55
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$55.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$55.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
4: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
5: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/ApplicationGatewayBackendHealthInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner backendHealthOnDemand(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 probeRequest Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
probeRequest
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner> backendHealthOnDemandAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable;
aload 4
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 probeRequest Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
probeRequest
serviceCallback final
public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner> backendHealthOnDemandAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$56
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$56.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 probeRequest Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
probeRequest
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner>> backendHealthOnDemandWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter applicationGatewayName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: 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: StackMap locals:
StackMap stack:
aload 3
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter probeRequest is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 3
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
9: aconst_null
astore 4
start local 4 10: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 4
aload 3
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.backendHealthOnDemand:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
astore 5
start local 5 11: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
aload 5
new com.microsoft.azure.LongRunningOperationOptions
dup
invokespecial com.microsoft.azure.LongRunningOperationOptions.<init>:()V
getstatic com.microsoft.azure.LongRunningFinalState.LOCATION:Lcom/microsoft/azure/LongRunningFinalState;
invokevirtual com.microsoft.azure.LongRunningOperationOptions.withFinalStateVia:(Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$57
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$57.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$57.getType:()Ljava/lang/reflect/Type;
invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)Lrx/Observable;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 12 1 resourceGroupName Ljava/lang/String;
0 12 2 applicationGatewayName Ljava/lang/String;
0 12 3 probeRequest Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
10 12 4 expand Ljava/lang/String;
11 12 5 observable Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
probeRequest
public com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner backendHealthOnDemand(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 probeRequest Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
0 1 4 expand Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
probeRequest
expand
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner> backendHealthOnDemandAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable;
aload 5
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 probeRequest Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
0 1 4 expand Ljava/lang/String;
0 1 5 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
probeRequest
expand
serviceCallback final
public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner> backendHealthOnDemandAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$58
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$58.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 probeRequest Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
0 1 4 expand Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
probeRequest
expand
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner>> backendHealthOnDemandWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter applicationGatewayName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: 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: StackMap locals:
StackMap stack:
aload 3
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter probeRequest is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 3
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
9: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 4
aload 3
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.backendHealthOnDemand:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
astore 5
start local 5 10: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
aload 5
new com.microsoft.azure.LongRunningOperationOptions
dup
invokespecial com.microsoft.azure.LongRunningOperationOptions.<init>:()V
getstatic com.microsoft.azure.LongRunningFinalState.LOCATION:Lcom/microsoft/azure/LongRunningFinalState;
invokevirtual com.microsoft.azure.LongRunningOperationOptions.withFinalStateVia:(Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$59
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$59.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$59.getType:()Ljava/lang/reflect/Type;
invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)Lrx/Observable;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 11 1 resourceGroupName Ljava/lang/String;
0 11 2 applicationGatewayName Ljava/lang/String;
0 11 3 probeRequest Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
0 11 4 expand Ljava/lang/String;
10 11 5 observable Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
probeRequest
expand
public com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner beginBackendHealthOnDemand(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)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.network.implementation.ApplicationGatewayBackendHealthOnDemandInner
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 probeRequest Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
probeRequest
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner> beginBackendHealthOnDemandAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable;
aload 4
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 probeRequest Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
probeRequest
serviceCallback final
public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner> beginBackendHealthOnDemandAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$60
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$60.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 probeRequest Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
probeRequest
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner>> beginBackendHealthOnDemandWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter applicationGatewayName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: 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: StackMap locals:
StackMap stack:
aload 3
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter probeRequest is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 3
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
9: aconst_null
astore 4
start local 4 10: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 4
aload 3
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.beginBackendHealthOnDemand:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
11: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$61
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$61.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
12: areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 13 1 resourceGroupName Ljava/lang/String;
0 13 2 applicationGatewayName Ljava/lang/String;
0 13 3 probeRequest Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
10 13 4 expand Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
probeRequest
public com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner beginBackendHealthOnDemand(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;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.network.implementation.ApplicationGatewayBackendHealthOnDemandInner
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 probeRequest Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
0 1 4 expand Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
probeRequest
expand
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner> beginBackendHealthOnDemandAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable;
aload 5
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 probeRequest Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
0 1 4 expand Ljava/lang/String;
0 1 5 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
probeRequest
expand
serviceCallback final
public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner> beginBackendHealthOnDemandAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$62
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$62.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 applicationGatewayName Ljava/lang/String;
0 1 3 probeRequest Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
0 1 4 expand Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
probeRequest
expand
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner>> beginBackendHealthOnDemandWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter applicationGatewayName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: 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: StackMap locals:
StackMap stack:
aload 3
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter probeRequest is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 3
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
9: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 4
aload 3
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.beginBackendHealthOnDemand:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
10: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$63
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$63.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
11: areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 12 1 resourceGroupName Ljava/lang/String;
0 12 2 applicationGatewayName Ljava/lang/String;
0 12 3 probeRequest Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
0 12 4 expand Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
applicationGatewayName
probeRequest
expand
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner> beginBackendHealthOnDemandDelegate(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 start local 1 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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: sipush 200
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$64
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$64.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$64.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: sipush 202
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$65
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$65.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$65.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
4: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
5: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
MethodParameters:
Name Flags
response
public java.util.List<java.lang.String> listAvailableServerVariables();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableServerVariablesWithServiceResponseAsync:()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
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
Signature: ()Ljava/util/List<Ljava/lang/String;>;
public com.microsoft.rest.ServiceFuture<java.util.List<java.lang.String>> listAvailableServerVariablesAsync(com.microsoft.rest.ServiceCallback<java.util.List<java.lang.String>>);
descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableServerVariablesWithServiceResponseAsync:()Lrx/Observable;
aload 1
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 serviceCallback Lcom/microsoft/rest/ServiceCallback<Ljava/util/List<Ljava/lang/String;>;>;
Signature: (Lcom/microsoft/rest/ServiceCallback<Ljava/util/List<Ljava/lang/String;>;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Ljava/lang/String;>;>;
MethodParameters:
Name Flags
serviceCallback final
public rx.Observable<java.util.List<java.lang.String>> listAvailableServerVariablesAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableServerVariablesWithServiceResponseAsync:()Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$66
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$66.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
Signature: ()Lrx/Observable<Ljava/util/List<Ljava/lang/String;>;>;
public rx.Observable<com.microsoft.rest.ServiceResponse<java.util.List<java.lang.String>>> listAvailableServerVariablesWithServiceResponseAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.listAvailableServerVariables:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
3: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$67
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$67.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
4: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/util/List<Ljava/lang/String;>;>;>;
private com.microsoft.rest.ServiceResponse<java.util.List<java.lang.String>> listAvailableServerVariablesDelegate(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 start local 1 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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: sipush 200
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$68
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$68.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$68.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/network/ErrorException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.network.ErrorException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Ljava/util/List<Ljava/lang/String;>;>;
MethodParameters:
Name Flags
response
public java.util.List<java.lang.String> listAvailableRequestHeaders();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableRequestHeadersWithServiceResponseAsync:()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
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
Signature: ()Ljava/util/List<Ljava/lang/String;>;
public com.microsoft.rest.ServiceFuture<java.util.List<java.lang.String>> listAvailableRequestHeadersAsync(com.microsoft.rest.ServiceCallback<java.util.List<java.lang.String>>);
descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableRequestHeadersWithServiceResponseAsync:()Lrx/Observable;
aload 1
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 serviceCallback Lcom/microsoft/rest/ServiceCallback<Ljava/util/List<Ljava/lang/String;>;>;
Signature: (Lcom/microsoft/rest/ServiceCallback<Ljava/util/List<Ljava/lang/String;>;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Ljava/lang/String;>;>;
MethodParameters:
Name Flags
serviceCallback final
public rx.Observable<java.util.List<java.lang.String>> listAvailableRequestHeadersAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableRequestHeadersWithServiceResponseAsync:()Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$69
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$69.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
Signature: ()Lrx/Observable<Ljava/util/List<Ljava/lang/String;>;>;
public rx.Observable<com.microsoft.rest.ServiceResponse<java.util.List<java.lang.String>>> listAvailableRequestHeadersWithServiceResponseAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.listAvailableRequestHeaders:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
3: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$70
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$70.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
4: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/util/List<Ljava/lang/String;>;>;>;
private com.microsoft.rest.ServiceResponse<java.util.List<java.lang.String>> listAvailableRequestHeadersDelegate(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 start local 1 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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: sipush 200
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$71
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$71.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$71.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/network/ErrorException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.network.ErrorException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Ljava/util/List<Ljava/lang/String;>;>;
MethodParameters:
Name Flags
response
public java.util.List<java.lang.String> listAvailableResponseHeaders();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableResponseHeadersWithServiceResponseAsync:()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
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
Signature: ()Ljava/util/List<Ljava/lang/String;>;
public com.microsoft.rest.ServiceFuture<java.util.List<java.lang.String>> listAvailableResponseHeadersAsync(com.microsoft.rest.ServiceCallback<java.util.List<java.lang.String>>);
descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableResponseHeadersWithServiceResponseAsync:()Lrx/Observable;
aload 1
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 serviceCallback Lcom/microsoft/rest/ServiceCallback<Ljava/util/List<Ljava/lang/String;>;>;
Signature: (Lcom/microsoft/rest/ServiceCallback<Ljava/util/List<Ljava/lang/String;>;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Ljava/lang/String;>;>;
MethodParameters:
Name Flags
serviceCallback final
public rx.Observable<java.util.List<java.lang.String>> listAvailableResponseHeadersAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableResponseHeadersWithServiceResponseAsync:()Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$72
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$72.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
Signature: ()Lrx/Observable<Ljava/util/List<Ljava/lang/String;>;>;
public rx.Observable<com.microsoft.rest.ServiceResponse<java.util.List<java.lang.String>>> listAvailableResponseHeadersWithServiceResponseAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.listAvailableResponseHeaders:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
3: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$73
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$73.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
4: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/util/List<Ljava/lang/String;>;>;>;
private com.microsoft.rest.ServiceResponse<java.util.List<java.lang.String>> listAvailableResponseHeadersDelegate(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 start local 1 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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: sipush 200
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$74
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$74.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$74.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/network/ErrorException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.network.ErrorException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Ljava/util/List<Ljava/lang/String;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableWafRuleSetsResultInner listAvailableWafRuleSets();
descriptor: ()Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableWafRuleSetsResultInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableWafRuleSetsWithServiceResponseAsync:()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.network.implementation.ApplicationGatewayAvailableWafRuleSetsResultInner
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableWafRuleSetsResultInner> listAvailableWafRuleSetsAsync(com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableWafRuleSetsResultInner>);
descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableWafRuleSetsWithServiceResponseAsync:()Lrx/Observable;
aload 1
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableWafRuleSetsResultInner;>;
Signature: (Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableWafRuleSetsResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableWafRuleSetsResultInner;>;
MethodParameters:
Name Flags
serviceCallback final
public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableWafRuleSetsResultInner> listAvailableWafRuleSetsAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableWafRuleSetsWithServiceResponseAsync:()Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$75
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$75.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableWafRuleSetsResultInner;>;
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableWafRuleSetsResultInner>> listAvailableWafRuleSetsWithServiceResponseAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.listAvailableWafRuleSets:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
3: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$76
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$76.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
4: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableWafRuleSetsResultInner;>;>;
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableWafRuleSetsResultInner> listAvailableWafRuleSetsDelegate(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 start local 1 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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: sipush 200
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$77
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$77.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$77.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/ApplicationGatewayAvailableWafRuleSetsResultInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableSslOptionsInner listAvailableSslOptions();
descriptor: ()Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableSslOptionsInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableSslOptionsWithServiceResponseAsync:()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.network.implementation.ApplicationGatewayAvailableSslOptionsInner
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableSslOptionsInner> listAvailableSslOptionsAsync(com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableSslOptionsInner>);
descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableSslOptionsWithServiceResponseAsync:()Lrx/Observable;
aload 1
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableSslOptionsInner;>;
Signature: (Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableSslOptionsInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableSslOptionsInner;>;
MethodParameters:
Name Flags
serviceCallback final
public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableSslOptionsInner> listAvailableSslOptionsAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableSslOptionsWithServiceResponseAsync:()Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$78
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$78.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableSslOptionsInner;>;
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableSslOptionsInner>> listAvailableSslOptionsWithServiceResponseAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.listAvailableSslOptions:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
3: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$79
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$79.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
4: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableSslOptionsInner;>;>;
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableSslOptionsInner> listAvailableSslOptionsDelegate(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 start local 1 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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: sipush 200
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$80
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$80.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$80.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/ApplicationGatewayAvailableSslOptionsInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner> listAvailableSslPredefinedPolicies();
descriptor: ()Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableSslPredefinedPoliciesSinglePageAsync:()Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 1
start local 1 1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$81
dup
aload 0
aload 1
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$81.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;Lcom/microsoft/azure/Page;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
1 2 1 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;
Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>> listAvailableSslPredefinedPoliciesAsync(com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>);
descriptor: (Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableSslPredefinedPoliciesSinglePageAsync:()Lrx/Observable;
1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$82
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$82.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
2: aload 1
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 4 1 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;
Signature: (Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;
MethodParameters:
Name Flags
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>> listAvailableSslPredefinedPoliciesAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableSslPredefinedPoliciesWithServiceResponseAsync:()Lrx/Observable;
1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$83
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$83.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
Signature: ()Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>>> listAvailableSslPredefinedPoliciesWithServiceResponseAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableSslPredefinedPoliciesSinglePageAsync:()Lrx/Observable;
1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$84
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$84.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;>;
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>>> listAvailableSslPredefinedPoliciesSinglePageAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2019-11-01"
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.listAvailableSslPredefinedPolicies:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
3: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$85
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$85.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
4: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;>;
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.PageImpl<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>> listAvailableSslPredefinedPoliciesDelegate(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 start local 1 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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: sipush 200
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$86
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$86.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$86.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/PageImpl<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner getSslPredefinedPolicy(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.getSslPredefinedPolicyWithServiceResponseAsync:(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.network.implementation.ApplicationGatewaySslPredefinedPolicyInner
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 predefinedPolicyName Ljava/lang/String;
MethodParameters:
Name Flags
predefinedPolicyName
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner> getSslPredefinedPolicyAsync(java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>);
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 start local 1 start local 2 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.getSslPredefinedPolicyWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
aload 2
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 predefinedPolicyName Ljava/lang/String;
0 1 2 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;
MethodParameters:
Name Flags
predefinedPolicyName
serviceCallback final
public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner> getSslPredefinedPolicyAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.getSslPredefinedPolicyWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$87
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$87.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 1 1 predefinedPolicyName Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;
MethodParameters:
Name Flags
predefinedPolicyName
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>> getSslPredefinedPolicyWithServiceResponseAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter predefinedPolicyName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 1
ldc "2019-11-01"
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.getSslPredefinedPolicy:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
5: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$88
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$88.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
6: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 7 1 predefinedPolicyName Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;
MethodParameters:
Name Flags
predefinedPolicyName
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner> getSslPredefinedPolicyDelegate(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 start local 1 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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: sipush 200
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$89
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$89.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$89.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> 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 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.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
start local 2 1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$90
dup
aload 0
aload 2
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$90.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;Lcom/microsoft/azure/Page;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 2 1 nextPageLink Ljava/lang/String;
1 2 2 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
MethodParameters:
Name Flags
nextPageLink final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> listByResourceGroupNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>);
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 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$91
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$91.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
2: aload 3
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 4 1 nextPageLink Ljava/lang/String;
0 4 2 serviceFuture Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
serviceFuture final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> 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 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listByResourceGroupNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$92
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$92.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>>> 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 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$93
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$93.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/ApplicationGatewayInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>>> 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 start local 1 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
ldc "%s"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
astore 2
start local 2 3: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.listByResourceGroupNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
4: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$94
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$94.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
5: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/ApplicationGatewayInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.PageImpl<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> 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 start local 1 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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: sipush 200
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$95
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$95.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$95.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/PageImpl<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> 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 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.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
start local 2 1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$96
dup
aload 0
aload 2
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$96.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;Lcom/microsoft/azure/Page;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 2 1 nextPageLink Ljava/lang/String;
1 2 2 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
MethodParameters:
Name Flags
nextPageLink final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> listNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>);
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 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$97
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$97.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
2: aload 3
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 4 1 nextPageLink Ljava/lang/String;
0 4 2 serviceFuture Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
serviceFuture final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> 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 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$98
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$98.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>>> 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 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$99
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$99.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/ApplicationGatewayInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>>> 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 start local 1 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
ldc "%s"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
astore 2
start local 2 3: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
4: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$100
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$100.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
5: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/ApplicationGatewayInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.PageImpl<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> 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 start local 1 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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: sipush 200
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$101
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$101.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$101.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/PageImpl<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner> listAvailableSslPredefinedPoliciesNext(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 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableSslPredefinedPoliciesNextSinglePageAsync:(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
start local 2 1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$102
dup
aload 0
aload 2
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$102.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;Lcom/microsoft/azure/Page;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 2 1 nextPageLink Ljava/lang/String;
1 2 2 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;
MethodParameters:
Name Flags
nextPageLink final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>> listAvailableSslPredefinedPoliciesNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>);
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 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableSslPredefinedPoliciesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$103
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$103.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
2: aload 3
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 4 1 nextPageLink Ljava/lang/String;
0 4 2 serviceFuture Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
serviceFuture final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>> listAvailableSslPredefinedPoliciesNextAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableSslPredefinedPoliciesNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$104
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$104.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>>> listAvailableSslPredefinedPoliciesNextWithServiceResponseAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableSslPredefinedPoliciesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$105
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$105.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>>> listAvailableSslPredefinedPoliciesNextSinglePageAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
ldc "%s"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
astore 2
start local 2 3: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
aload 2
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.listAvailableSslPredefinedPoliciesNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
4: new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$106
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$106.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
5: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.PageImpl<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>> listAvailableSslPredefinedPoliciesNextDelegate(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 start local 1 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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: sipush 200
new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$107
dup
aload 0
invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$107.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$107.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
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/network/implementation/PageImpl<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;
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: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsGet<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsDelete<Ljava/lang/Void;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsListing<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
SourceFile: "ApplicationGatewaysInner.java"
NestMembers:
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$1 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$10 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$100 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$101 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$102 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$103 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$104 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$105 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$106 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$107 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$11 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$12 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$13 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$14 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$15 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$16 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$17 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$18 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$19 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$2 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$20 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$21 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$22 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$23 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$24 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$25 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$26 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$27 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$28 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$29 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$3 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$30 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$31 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$32 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$33 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$34 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$35 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$36 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$37 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$38 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$39 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$4 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$40 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$41 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$42 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$43 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$44 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$45 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$46 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$47 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$48 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$49 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$5 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$50 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$51 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$52 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$53 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$54 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$55 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$56 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$57 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$58 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$59 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$6 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$60 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$61 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$62 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$63 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$64 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$65 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$66 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$67 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$68 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$69 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$7 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$70 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$71 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$72 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$73 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$74 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$75 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$76 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$77 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$78 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$79 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$8 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$80 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$81 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$82 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$83 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$84 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$85 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$86 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$87 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$88 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$89 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$9 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$90 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$91 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$92 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$93 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$94 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$95 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$96 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$97 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$98 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$99 com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService
InnerClasses:
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$1
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$10
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$100
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$101
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$102
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$103
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$104
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$105
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$106
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$107
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$11
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$12
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$13
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$14
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$15
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$16
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$17
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$18
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$19
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$2
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$20
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$21
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$22
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$23
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$24
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$25
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$26
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$27
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$28
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$29
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$3
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$30
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$31
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$32
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$33
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$34
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$35
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$36
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$37
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$38
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$39
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$4
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$40
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$41
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$42
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$43
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$44
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$45
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$46
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$47
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$48
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$49
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$5
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$50
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$51
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$52
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$53
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$54
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$55
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$56
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$57
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$58
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$59
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$6
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$60
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$61
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$62
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$63
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$64
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$65
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$66
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$67
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$68
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$69
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$7
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$70
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$71
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$72
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$73
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$74
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$75
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$76
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$77
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$78
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$79
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$8
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$80
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$81
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$82
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$83
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$84
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$85
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$86
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$87
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$88
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$89
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$9
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$90
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$91
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$92
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$93
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$94
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$95
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$96
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$97
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$98
com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$99
abstract ApplicationGatewaysService = com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService of com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner
public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder