Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License. See License.txt in the project root for
license information.
Code generated by Microsoft (R) AutoRest Code Generator.
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.appservice.implementation;
import retrofit2.Retrofit;
import com.google.common.reflect.TypeToken;
import com.microsoft.azure.AzureServiceFuture;
import com.microsoft.azure.ListOperationCallback;
import com.microsoft.azure.management.appservice.DefaultErrorResponseException;
import com.microsoft.azure.Page;
import com.microsoft.azure.PagedList;
import com.microsoft.rest.ServiceCallback;
import com.microsoft.rest.ServiceFuture;
import com.microsoft.rest.ServiceResponse;
import java.io.IOException;
import java.util.List;
import okhttp3.ResponseBody;
import retrofit2.http.GET;
import retrofit2.http.Header;
import retrofit2.http.Headers;
import retrofit2.http.Path;
import retrofit2.http.POST;
import retrofit2.http.Query;
import retrofit2.http.Url;
import retrofit2.Response;
import rx.functions.Func1;
import rx.Observable;
An instance of this class provides access to all the operations defined
in Recommendations.
/**
* An instance of this class provides access to all the operations defined
* in Recommendations.
*/
public class RecommendationsInner {
The Retrofit service to perform REST calls. /** The Retrofit service to perform REST calls. */
private RecommendationsService service;
The service client containing this operation class. /** The service client containing this operation class. */
private WebSiteManagementClientImpl client;
Initializes an instance of RecommendationsInner.
Params: - retrofit – the Retrofit instance built from a Retrofit Builder.
- client – the instance of the service client containing this operation class.
/**
* Initializes an instance of RecommendationsInner.
*
* @param retrofit the Retrofit instance built from a Retrofit Builder.
* @param client the instance of the service client containing this operation class.
*/
public RecommendationsInner(Retrofit retrofit, WebSiteManagementClientImpl client) {
this.service = retrofit.create(RecommendationsService.class);
this.client = client;
}
The interface defining all the services for Recommendations to be
used by Retrofit to perform actually REST calls.
/**
* The interface defining all the services for Recommendations to be
* used by Retrofit to perform actually REST calls.
*/
interface RecommendationsService {
@Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.Recommendations list" })
@GET("subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations")
Observable<Response<ResponseBody>> list(@Path("subscriptionId") String subscriptionId, @Query("featured") Boolean featured, @Query(value = "$filter", encoded = true) String filter, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent);
@Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.Recommendations resetAllFilters" })
@POST("subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations/reset")
Observable<Response<ResponseBody>> resetAllFilters(@Path("subscriptionId") String subscriptionId, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent);
@Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.Recommendations disableRecommendationForSubscription" })
@POST("subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations/{name}/disable")
Observable<Response<ResponseBody>> disableRecommendationForSubscription(@Path("name") String name, @Path("subscriptionId") String subscriptionId, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent);
@Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.Recommendations listHistoryForHostingEnvironment" })
@GET("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{hostingEnvironmentName}/recommendationHistory")
Observable<Response<ResponseBody>> listHistoryForHostingEnvironment(@Path("resourceGroupName") String resourceGroupName, @Path("hostingEnvironmentName") String hostingEnvironmentName, @Path("subscriptionId") String subscriptionId, @Query("expiredOnly") Boolean expiredOnly, @Query(value = "$filter", encoded = true) String filter, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent);
@Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.Recommendations listRecommendedRulesForHostingEnvironment" })
@GET("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{hostingEnvironmentName}/recommendations")
Observable<Response<ResponseBody>> listRecommendedRulesForHostingEnvironment(@Path("resourceGroupName") String resourceGroupName, @Path("hostingEnvironmentName") String hostingEnvironmentName, @Path("subscriptionId") String subscriptionId, @Query("featured") Boolean featured, @Query(value = "$filter", encoded = true) String filter, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent);
@Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.Recommendations disableAllForHostingEnvironment" })
@POST("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{hostingEnvironmentName}/recommendations/disable")
Observable<Response<ResponseBody>> disableAllForHostingEnvironment(@Path("resourceGroupName") String resourceGroupName, @Path("hostingEnvironmentName") String hostingEnvironmentName, @Path("subscriptionId") String subscriptionId, @Query("environmentName") String environmentName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent);
@Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.Recommendations resetAllFiltersForHostingEnvironment" })
@POST("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{hostingEnvironmentName}/recommendations/reset")
Observable<Response<ResponseBody>> resetAllFiltersForHostingEnvironment(@Path("resourceGroupName") String resourceGroupName, @Path("hostingEnvironmentName") String hostingEnvironmentName, @Path("subscriptionId") String subscriptionId, @Query("environmentName") String environmentName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent);
@Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.Recommendations getRuleDetailsByHostingEnvironment" })
@GET("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{hostingEnvironmentName}/recommendations/{name}")
Observable<Response<ResponseBody>> getRuleDetailsByHostingEnvironment(@Path("resourceGroupName") String resourceGroupName, @Path("hostingEnvironmentName") String hostingEnvironmentName, @Path("name") String name, @Path("subscriptionId") String subscriptionId, @Query("updateSeen") Boolean updateSeen, @Query("recommendationId") String recommendationId, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent);
@Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.Recommendations disableRecommendationForHostingEnvironment" })
@POST("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{hostingEnvironmentName}/recommendations/{name}/disable")
Observable<Response<ResponseBody>> disableRecommendationForHostingEnvironment(@Path("resourceGroupName") String resourceGroupName, @Path("name") String name, @Path("hostingEnvironmentName") String hostingEnvironmentName, @Path("subscriptionId") String subscriptionId, @Query("environmentName") String environmentName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent);
@Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.Recommendations listHistoryForWebApp" })
@GET("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendationHistory")
Observable<Response<ResponseBody>> listHistoryForWebApp(@Path("resourceGroupName") String resourceGroupName, @Path("siteName") String siteName, @Path("subscriptionId") String subscriptionId, @Query("expiredOnly") Boolean expiredOnly, @Query(value = "$filter", encoded = true) String filter, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent);
@Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.Recommendations listRecommendedRulesForWebApp" })
@GET("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendations")
Observable<Response<ResponseBody>> listRecommendedRulesForWebApp(@Path("resourceGroupName") String resourceGroupName, @Path("siteName") String siteName, @Path("subscriptionId") String subscriptionId, @Query("featured") Boolean featured, @Query(value = "$filter", encoded = true) String filter, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent);
@Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.Recommendations disableAllForWebApp" })
@POST("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendations/disable")
Observable<Response<ResponseBody>> disableAllForWebApp(@Path("resourceGroupName") String resourceGroupName, @Path("siteName") String siteName, @Path("subscriptionId") String subscriptionId, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent);
@Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.Recommendations resetAllFiltersForWebApp" })
@POST("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendations/reset")
Observable<Response<ResponseBody>> resetAllFiltersForWebApp(@Path("resourceGroupName") String resourceGroupName, @Path("siteName") String siteName, @Path("subscriptionId") String subscriptionId, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent);
@Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.Recommendations getRuleDetailsByWebApp" })
@GET("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendations/{name}")
Observable<Response<ResponseBody>> getRuleDetailsByWebApp(@Path("resourceGroupName") String resourceGroupName, @Path("siteName") String siteName, @Path("name") String name, @Path("subscriptionId") String subscriptionId, @Query("updateSeen") Boolean updateSeen, @Query("recommendationId") String recommendationId, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent);
@Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.Recommendations disableRecommendationForSite" })
@POST("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendations/{name}/disable")
Observable<Response<ResponseBody>> disableRecommendationForSite(@Path("resourceGroupName") String resourceGroupName, @Path("siteName") String siteName, @Path("name") String name, @Path("subscriptionId") String subscriptionId, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent);
@Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.Recommendations listNext" })
@GET
Observable<Response<ResponseBody>> listNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent);
@Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.Recommendations listHistoryForHostingEnvironmentNext" })
@GET
Observable<Response<ResponseBody>> listHistoryForHostingEnvironmentNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent);
@Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.Recommendations listRecommendedRulesForHostingEnvironmentNext" })
@GET
Observable<Response<ResponseBody>> listRecommendedRulesForHostingEnvironmentNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent);
@Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.Recommendations listHistoryForWebAppNext" })
@GET
Observable<Response<ResponseBody>> listHistoryForWebAppNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent);
@Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.Recommendations listRecommendedRulesForWebAppNext" })
@GET
Observable<Response<ResponseBody>> listRecommendedRulesForWebAppNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent);
}
List all recommendations for a subscription.
Description for List all recommendations for a subscription.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
Returns: the PagedList<RecommendationInner> object if successful.
/**
* List all recommendations for a subscription.
* Description for List all recommendations for a subscription.
*
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the PagedList<RecommendationInner> object if successful.
*/
public PagedList<RecommendationInner> list() {
ServiceResponse<Page<RecommendationInner>> response = listSinglePageAsync().toBlocking().single();
return new PagedList<RecommendationInner>(response.body()) {
@Override
public Page<RecommendationInner> nextPage(String nextPageLink) {
return listNextSinglePageAsync(nextPageLink).toBlocking().single().body();
}
};
}
List all recommendations for a subscription.
Description for List all recommendations for a subscription.
Params: - serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* List all recommendations for a subscription.
* Description for List all recommendations for a subscription.
*
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<List<RecommendationInner>> listAsync(final ListOperationCallback<RecommendationInner> serviceCallback) {
return AzureServiceFuture.fromPageResponse(
listSinglePageAsync(),
new Func1<String, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(String nextPageLink) {
return listNextSinglePageAsync(nextPageLink);
}
},
serviceCallback);
}
List all recommendations for a subscription.
Description for List all recommendations for a subscription.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* List all recommendations for a subscription.
* Description for List all recommendations for a subscription.
*
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<Page<RecommendationInner>> listAsync() {
return listWithServiceResponseAsync()
.map(new Func1<ServiceResponse<Page<RecommendationInner>>, Page<RecommendationInner>>() {
@Override
public Page<RecommendationInner> call(ServiceResponse<Page<RecommendationInner>> response) {
return response.body();
}
});
}
List all recommendations for a subscription.
Description for List all recommendations for a subscription.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* List all recommendations for a subscription.
* Description for List all recommendations for a subscription.
*
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listWithServiceResponseAsync() {
return listSinglePageAsync()
.concatMap(new Func1<ServiceResponse<Page<RecommendationInner>>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(ServiceResponse<Page<RecommendationInner>> page) {
String nextPageLink = page.body().nextPageLink();
if (nextPageLink == null) {
return Observable.just(page);
}
return Observable.just(page).concatWith(listNextWithServiceResponseAsync(nextPageLink));
}
});
}
List all recommendations for a subscription.
Description for List all recommendations for a subscription.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the PagedList<RecommendationInner> object wrapped in ServiceResponse
if successful.
/**
* List all recommendations for a subscription.
* Description for List all recommendations for a subscription.
*
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the PagedList<RecommendationInner> object wrapped in {@link ServiceResponse} if successful.
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listSinglePageAsync() {
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
final Boolean featured = null;
final String filter = null;
return service.list(this.client.subscriptionId(), featured, filter, this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(Response<ResponseBody> response) {
try {
ServiceResponse<PageImpl<RecommendationInner>> result = listDelegate(response);
return Observable.just(new ServiceResponse<Page<RecommendationInner>>(result.body(), result.response()));
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
List all recommendations for a subscription.
Description for List all recommendations for a subscription.
Params: - featured – Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
- filter – Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
Returns: the PagedList<RecommendationInner> object if successful.
/**
* List all recommendations for a subscription.
* Description for List all recommendations for a subscription.
*
* @param featured Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
* @param filter Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the PagedList<RecommendationInner> object if successful.
*/
public PagedList<RecommendationInner> list(final Boolean featured, final String filter) {
ServiceResponse<Page<RecommendationInner>> response = listSinglePageAsync(featured, filter).toBlocking().single();
return new PagedList<RecommendationInner>(response.body()) {
@Override
public Page<RecommendationInner> nextPage(String nextPageLink) {
return listNextSinglePageAsync(nextPageLink).toBlocking().single().body();
}
};
}
List all recommendations for a subscription.
Description for List all recommendations for a subscription.
Params: - featured – Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
- filter – Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* List all recommendations for a subscription.
* Description for List all recommendations for a subscription.
*
* @param featured Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
* @param filter Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<List<RecommendationInner>> listAsync(final Boolean featured, final String filter, final ListOperationCallback<RecommendationInner> serviceCallback) {
return AzureServiceFuture.fromPageResponse(
listSinglePageAsync(featured, filter),
new Func1<String, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(String nextPageLink) {
return listNextSinglePageAsync(nextPageLink);
}
},
serviceCallback);
}
List all recommendations for a subscription.
Description for List all recommendations for a subscription.
Params: - featured – Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
- filter – Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* List all recommendations for a subscription.
* Description for List all recommendations for a subscription.
*
* @param featured Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
* @param filter Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<Page<RecommendationInner>> listAsync(final Boolean featured, final String filter) {
return listWithServiceResponseAsync(featured, filter)
.map(new Func1<ServiceResponse<Page<RecommendationInner>>, Page<RecommendationInner>>() {
@Override
public Page<RecommendationInner> call(ServiceResponse<Page<RecommendationInner>> response) {
return response.body();
}
});
}
List all recommendations for a subscription.
Description for List all recommendations for a subscription.
Params: - featured – Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
- filter – Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* List all recommendations for a subscription.
* Description for List all recommendations for a subscription.
*
* @param featured Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
* @param filter Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listWithServiceResponseAsync(final Boolean featured, final String filter) {
return listSinglePageAsync(featured, filter)
.concatMap(new Func1<ServiceResponse<Page<RecommendationInner>>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(ServiceResponse<Page<RecommendationInner>> page) {
String nextPageLink = page.body().nextPageLink();
if (nextPageLink == null) {
return Observable.just(page);
}
return Observable.just(page).concatWith(listNextWithServiceResponseAsync(nextPageLink));
}
});
}
List all recommendations for a subscription.
Description for List all recommendations for a subscription.
ServiceResponse> * @param featured Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
ServiceResponse> * @param filter Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the PagedList<RecommendationInner> object wrapped in ServiceResponse
if successful.
/**
* List all recommendations for a subscription.
* Description for List all recommendations for a subscription.
*
ServiceResponse<PageImpl<RecommendationInner>> * @param featured Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
ServiceResponse<PageImpl<RecommendationInner>> * @param filter Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the PagedList<RecommendationInner> object wrapped in {@link ServiceResponse} if successful.
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listSinglePageAsync(final Boolean featured, final String filter) {
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
return service.list(this.client.subscriptionId(), featured, filter, this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(Response<ResponseBody> response) {
try {
ServiceResponse<PageImpl<RecommendationInner>> result = listDelegate(response);
return Observable.just(new ServiceResponse<Page<RecommendationInner>>(result.body(), result.response()));
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
private ServiceResponse<PageImpl<RecommendationInner>> listDelegate(Response<ResponseBody> response) throws DefaultErrorResponseException, IOException, IllegalArgumentException {
return this.client.restClient().responseBuilderFactory().<PageImpl<RecommendationInner>, DefaultErrorResponseException>newInstance(this.client.serializerAdapter())
.register(200, new TypeToken<PageImpl<RecommendationInner>>() { }.getType())
.registerError(DefaultErrorResponseException.class)
.build(response);
}
Reset all recommendation opt-out settings for a subscription.
Description for Reset all recommendation opt-out settings for a subscription.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
/**
* Reset all recommendation opt-out settings for a subscription.
* Description for Reset all recommendation opt-out settings for a subscription.
*
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
*/
public void resetAllFilters() {
resetAllFiltersWithServiceResponseAsync().toBlocking().single().body();
}
Reset all recommendation opt-out settings for a subscription.
Description for Reset all recommendation opt-out settings for a subscription.
Params: - serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Reset all recommendation opt-out settings for a subscription.
* Description for Reset all recommendation opt-out settings for a subscription.
*
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<Void> resetAllFiltersAsync(final ServiceCallback<Void> serviceCallback) {
return ServiceFuture.fromResponse(resetAllFiltersWithServiceResponseAsync(), serviceCallback);
}
Reset all recommendation opt-out settings for a subscription.
Description for Reset all recommendation opt-out settings for a subscription.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceResponse
object if successful.
/**
* Reset all recommendation opt-out settings for a subscription.
* Description for Reset all recommendation opt-out settings for a subscription.
*
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceResponse} object if successful.
*/
public Observable<Void> resetAllFiltersAsync() {
return resetAllFiltersWithServiceResponseAsync().map(new Func1<ServiceResponse<Void>, Void>() {
@Override
public Void call(ServiceResponse<Void> response) {
return response.body();
}
});
}
Reset all recommendation opt-out settings for a subscription.
Description for Reset all recommendation opt-out settings for a subscription.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceResponse
object if successful.
/**
* Reset all recommendation opt-out settings for a subscription.
* Description for Reset all recommendation opt-out settings for a subscription.
*
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceResponse} object if successful.
*/
public Observable<ServiceResponse<Void>> resetAllFiltersWithServiceResponseAsync() {
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
return service.resetAllFilters(this.client.subscriptionId(), this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Void>>>() {
@Override
public Observable<ServiceResponse<Void>> call(Response<ResponseBody> response) {
try {
ServiceResponse<Void> clientResponse = resetAllFiltersDelegate(response);
return Observable.just(clientResponse);
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
private ServiceResponse<Void> resetAllFiltersDelegate(Response<ResponseBody> response) throws DefaultErrorResponseException, IOException, IllegalArgumentException {
return this.client.restClient().responseBuilderFactory().<Void, DefaultErrorResponseException>newInstance(this.client.serializerAdapter())
.register(204, new TypeToken<Void>() { }.getType())
.registerError(DefaultErrorResponseException.class)
.build(response);
}
Disables the specified rule so it will not apply to a subscription in the future.
Description for Disables the specified rule so it will not apply to a subscription in the future.
Params: - name – Rule name
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
/**
* Disables the specified rule so it will not apply to a subscription in the future.
* Description for Disables the specified rule so it will not apply to a subscription in the future.
*
* @param name Rule name
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
*/
public void disableRecommendationForSubscription(String name) {
disableRecommendationForSubscriptionWithServiceResponseAsync(name).toBlocking().single().body();
}
Disables the specified rule so it will not apply to a subscription in the future.
Description for Disables the specified rule so it will not apply to a subscription in the future.
Params: - name – Rule name
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Disables the specified rule so it will not apply to a subscription in the future.
* Description for Disables the specified rule so it will not apply to a subscription in the future.
*
* @param name Rule name
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<Void> disableRecommendationForSubscriptionAsync(String name, final ServiceCallback<Void> serviceCallback) {
return ServiceFuture.fromResponse(disableRecommendationForSubscriptionWithServiceResponseAsync(name), serviceCallback);
}
Disables the specified rule so it will not apply to a subscription in the future.
Description for Disables the specified rule so it will not apply to a subscription in the future.
Params: - name – Rule name
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceResponse
object if successful.
/**
* Disables the specified rule so it will not apply to a subscription in the future.
* Description for Disables the specified rule so it will not apply to a subscription in the future.
*
* @param name Rule name
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceResponse} object if successful.
*/
public Observable<Void> disableRecommendationForSubscriptionAsync(String name) {
return disableRecommendationForSubscriptionWithServiceResponseAsync(name).map(new Func1<ServiceResponse<Void>, Void>() {
@Override
public Void call(ServiceResponse<Void> response) {
return response.body();
}
});
}
Disables the specified rule so it will not apply to a subscription in the future.
Description for Disables the specified rule so it will not apply to a subscription in the future.
Params: - name – Rule name
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceResponse
object if successful.
/**
* Disables the specified rule so it will not apply to a subscription in the future.
* Description for Disables the specified rule so it will not apply to a subscription in the future.
*
* @param name Rule name
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceResponse} object if successful.
*/
public Observable<ServiceResponse<Void>> disableRecommendationForSubscriptionWithServiceResponseAsync(String name) {
if (name == null) {
throw new IllegalArgumentException("Parameter name is required and cannot be null.");
}
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
return service.disableRecommendationForSubscription(name, this.client.subscriptionId(), this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Void>>>() {
@Override
public Observable<ServiceResponse<Void>> call(Response<ResponseBody> response) {
try {
ServiceResponse<Void> clientResponse = disableRecommendationForSubscriptionDelegate(response);
return Observable.just(clientResponse);
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
private ServiceResponse<Void> disableRecommendationForSubscriptionDelegate(Response<ResponseBody> response) throws DefaultErrorResponseException, IOException, IllegalArgumentException {
return this.client.restClient().responseBuilderFactory().<Void, DefaultErrorResponseException>newInstance(this.client.serializerAdapter())
.register(200, new TypeToken<Void>() { }.getType())
.registerError(DefaultErrorResponseException.class)
.build(response);
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the hosting environment.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
Returns: the PagedList<RecommendationInner> object if successful.
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the hosting environment.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the PagedList<RecommendationInner> object if successful.
*/
public PagedList<RecommendationInner> listHistoryForHostingEnvironment(final String resourceGroupName, final String hostingEnvironmentName) {
ServiceResponse<Page<RecommendationInner>> response = listHistoryForHostingEnvironmentSinglePageAsync(resourceGroupName, hostingEnvironmentName).toBlocking().single();
return new PagedList<RecommendationInner>(response.body()) {
@Override
public Page<RecommendationInner> nextPage(String nextPageLink) {
return listHistoryForHostingEnvironmentNextSinglePageAsync(nextPageLink).toBlocking().single().body();
}
};
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the hosting environment.
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the hosting environment.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<List<RecommendationInner>> listHistoryForHostingEnvironmentAsync(final String resourceGroupName, final String hostingEnvironmentName, final ListOperationCallback<RecommendationInner> serviceCallback) {
return AzureServiceFuture.fromPageResponse(
listHistoryForHostingEnvironmentSinglePageAsync(resourceGroupName, hostingEnvironmentName),
new Func1<String, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(String nextPageLink) {
return listHistoryForHostingEnvironmentNextSinglePageAsync(nextPageLink);
}
},
serviceCallback);
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the hosting environment.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the hosting environment.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<Page<RecommendationInner>> listHistoryForHostingEnvironmentAsync(final String resourceGroupName, final String hostingEnvironmentName) {
return listHistoryForHostingEnvironmentWithServiceResponseAsync(resourceGroupName, hostingEnvironmentName)
.map(new Func1<ServiceResponse<Page<RecommendationInner>>, Page<RecommendationInner>>() {
@Override
public Page<RecommendationInner> call(ServiceResponse<Page<RecommendationInner>> response) {
return response.body();
}
});
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the hosting environment.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the hosting environment.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listHistoryForHostingEnvironmentWithServiceResponseAsync(final String resourceGroupName, final String hostingEnvironmentName) {
return listHistoryForHostingEnvironmentSinglePageAsync(resourceGroupName, hostingEnvironmentName)
.concatMap(new Func1<ServiceResponse<Page<RecommendationInner>>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(ServiceResponse<Page<RecommendationInner>> page) {
String nextPageLink = page.body().nextPageLink();
if (nextPageLink == null) {
return Observable.just(page);
}
return Observable.just(page).concatWith(listHistoryForHostingEnvironmentNextWithServiceResponseAsync(nextPageLink));
}
});
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the hosting environment.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the PagedList<RecommendationInner> object wrapped in ServiceResponse
if successful.
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the hosting environment.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the PagedList<RecommendationInner> object wrapped in {@link ServiceResponse} if successful.
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listHistoryForHostingEnvironmentSinglePageAsync(final String resourceGroupName, final String hostingEnvironmentName) {
if (resourceGroupName == null) {
throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.");
}
if (hostingEnvironmentName == null) {
throw new IllegalArgumentException("Parameter hostingEnvironmentName is required and cannot be null.");
}
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
final Boolean expiredOnly = null;
final String filter = null;
return service.listHistoryForHostingEnvironment(resourceGroupName, hostingEnvironmentName, this.client.subscriptionId(), expiredOnly, filter, this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(Response<ResponseBody> response) {
try {
ServiceResponse<PageImpl<RecommendationInner>> result = listHistoryForHostingEnvironmentDelegate(response);
return Observable.just(new ServiceResponse<Page<RecommendationInner>>(result.body(), result.response()));
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the hosting environment.
- expiredOnly – Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations.
- filter – Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
Returns: the PagedList<RecommendationInner> object if successful.
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the hosting environment.
* @param expiredOnly Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations.
* @param filter Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the PagedList<RecommendationInner> object if successful.
*/
public PagedList<RecommendationInner> listHistoryForHostingEnvironment(final String resourceGroupName, final String hostingEnvironmentName, final Boolean expiredOnly, final String filter) {
ServiceResponse<Page<RecommendationInner>> response = listHistoryForHostingEnvironmentSinglePageAsync(resourceGroupName, hostingEnvironmentName, expiredOnly, filter).toBlocking().single();
return new PagedList<RecommendationInner>(response.body()) {
@Override
public Page<RecommendationInner> nextPage(String nextPageLink) {
return listHistoryForHostingEnvironmentNextSinglePageAsync(nextPageLink).toBlocking().single().body();
}
};
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the hosting environment.
- expiredOnly – Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations.
- filter – Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the hosting environment.
* @param expiredOnly Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations.
* @param filter Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<List<RecommendationInner>> listHistoryForHostingEnvironmentAsync(final String resourceGroupName, final String hostingEnvironmentName, final Boolean expiredOnly, final String filter, final ListOperationCallback<RecommendationInner> serviceCallback) {
return AzureServiceFuture.fromPageResponse(
listHistoryForHostingEnvironmentSinglePageAsync(resourceGroupName, hostingEnvironmentName, expiredOnly, filter),
new Func1<String, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(String nextPageLink) {
return listHistoryForHostingEnvironmentNextSinglePageAsync(nextPageLink);
}
},
serviceCallback);
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the hosting environment.
- expiredOnly – Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations.
- filter – Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the hosting environment.
* @param expiredOnly Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations.
* @param filter Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<Page<RecommendationInner>> listHistoryForHostingEnvironmentAsync(final String resourceGroupName, final String hostingEnvironmentName, final Boolean expiredOnly, final String filter) {
return listHistoryForHostingEnvironmentWithServiceResponseAsync(resourceGroupName, hostingEnvironmentName, expiredOnly, filter)
.map(new Func1<ServiceResponse<Page<RecommendationInner>>, Page<RecommendationInner>>() {
@Override
public Page<RecommendationInner> call(ServiceResponse<Page<RecommendationInner>> response) {
return response.body();
}
});
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the hosting environment.
- expiredOnly – Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations.
- filter – Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the hosting environment.
* @param expiredOnly Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations.
* @param filter Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listHistoryForHostingEnvironmentWithServiceResponseAsync(final String resourceGroupName, final String hostingEnvironmentName, final Boolean expiredOnly, final String filter) {
return listHistoryForHostingEnvironmentSinglePageAsync(resourceGroupName, hostingEnvironmentName, expiredOnly, filter)
.concatMap(new Func1<ServiceResponse<Page<RecommendationInner>>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(ServiceResponse<Page<RecommendationInner>> page) {
String nextPageLink = page.body().nextPageLink();
if (nextPageLink == null) {
return Observable.just(page);
}
return Observable.just(page).concatWith(listHistoryForHostingEnvironmentNextWithServiceResponseAsync(nextPageLink));
}
});
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
ServiceResponse> * @param resourceGroupName Name of the resource group to which the resource belongs.
ServiceResponse> * @param hostingEnvironmentName Name of the hosting environment.
ServiceResponse> * @param expiredOnly Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations.
ServiceResponse> * @param filter Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the PagedList<RecommendationInner> object wrapped in ServiceResponse
if successful.
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
ServiceResponse<PageImpl<RecommendationInner>> * @param resourceGroupName Name of the resource group to which the resource belongs.
ServiceResponse<PageImpl<RecommendationInner>> * @param hostingEnvironmentName Name of the hosting environment.
ServiceResponse<PageImpl<RecommendationInner>> * @param expiredOnly Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations.
ServiceResponse<PageImpl<RecommendationInner>> * @param filter Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the PagedList<RecommendationInner> object wrapped in {@link ServiceResponse} if successful.
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listHistoryForHostingEnvironmentSinglePageAsync(final String resourceGroupName, final String hostingEnvironmentName, final Boolean expiredOnly, final String filter) {
if (resourceGroupName == null) {
throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.");
}
if (hostingEnvironmentName == null) {
throw new IllegalArgumentException("Parameter hostingEnvironmentName is required and cannot be null.");
}
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
return service.listHistoryForHostingEnvironment(resourceGroupName, hostingEnvironmentName, this.client.subscriptionId(), expiredOnly, filter, this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(Response<ResponseBody> response) {
try {
ServiceResponse<PageImpl<RecommendationInner>> result = listHistoryForHostingEnvironmentDelegate(response);
return Observable.just(new ServiceResponse<Page<RecommendationInner>>(result.body(), result.response()));
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
private ServiceResponse<PageImpl<RecommendationInner>> listHistoryForHostingEnvironmentDelegate(Response<ResponseBody> response) throws DefaultErrorResponseException, IOException, IllegalArgumentException {
return this.client.restClient().responseBuilderFactory().<PageImpl<RecommendationInner>, DefaultErrorResponseException>newInstance(this.client.serializerAdapter())
.register(200, new TypeToken<PageImpl<RecommendationInner>>() { }.getType())
.registerError(DefaultErrorResponseException.class)
.build(response);
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
Returns: the PagedList<RecommendationInner> object if successful.
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the PagedList<RecommendationInner> object if successful.
*/
public PagedList<RecommendationInner> listRecommendedRulesForHostingEnvironment(final String resourceGroupName, final String hostingEnvironmentName) {
ServiceResponse<Page<RecommendationInner>> response = listRecommendedRulesForHostingEnvironmentSinglePageAsync(resourceGroupName, hostingEnvironmentName).toBlocking().single();
return new PagedList<RecommendationInner>(response.body()) {
@Override
public Page<RecommendationInner> nextPage(String nextPageLink) {
return listRecommendedRulesForHostingEnvironmentNextSinglePageAsync(nextPageLink).toBlocking().single().body();
}
};
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the app.
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the app.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<List<RecommendationInner>> listRecommendedRulesForHostingEnvironmentAsync(final String resourceGroupName, final String hostingEnvironmentName, final ListOperationCallback<RecommendationInner> serviceCallback) {
return AzureServiceFuture.fromPageResponse(
listRecommendedRulesForHostingEnvironmentSinglePageAsync(resourceGroupName, hostingEnvironmentName),
new Func1<String, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(String nextPageLink) {
return listRecommendedRulesForHostingEnvironmentNextSinglePageAsync(nextPageLink);
}
},
serviceCallback);
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<Page<RecommendationInner>> listRecommendedRulesForHostingEnvironmentAsync(final String resourceGroupName, final String hostingEnvironmentName) {
return listRecommendedRulesForHostingEnvironmentWithServiceResponseAsync(resourceGroupName, hostingEnvironmentName)
.map(new Func1<ServiceResponse<Page<RecommendationInner>>, Page<RecommendationInner>>() {
@Override
public Page<RecommendationInner> call(ServiceResponse<Page<RecommendationInner>> response) {
return response.body();
}
});
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listRecommendedRulesForHostingEnvironmentWithServiceResponseAsync(final String resourceGroupName, final String hostingEnvironmentName) {
return listRecommendedRulesForHostingEnvironmentSinglePageAsync(resourceGroupName, hostingEnvironmentName)
.concatMap(new Func1<ServiceResponse<Page<RecommendationInner>>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(ServiceResponse<Page<RecommendationInner>> page) {
String nextPageLink = page.body().nextPageLink();
if (nextPageLink == null) {
return Observable.just(page);
}
return Observable.just(page).concatWith(listRecommendedRulesForHostingEnvironmentNextWithServiceResponseAsync(nextPageLink));
}
});
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the PagedList<RecommendationInner> object wrapped in ServiceResponse
if successful.
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the PagedList<RecommendationInner> object wrapped in {@link ServiceResponse} if successful.
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listRecommendedRulesForHostingEnvironmentSinglePageAsync(final String resourceGroupName, final String hostingEnvironmentName) {
if (resourceGroupName == null) {
throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.");
}
if (hostingEnvironmentName == null) {
throw new IllegalArgumentException("Parameter hostingEnvironmentName is required and cannot be null.");
}
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
final Boolean featured = null;
final String filter = null;
return service.listRecommendedRulesForHostingEnvironment(resourceGroupName, hostingEnvironmentName, this.client.subscriptionId(), featured, filter, this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(Response<ResponseBody> response) {
try {
ServiceResponse<PageImpl<RecommendationInner>> result = listRecommendedRulesForHostingEnvironmentDelegate(response);
return Observable.just(new ServiceResponse<Page<RecommendationInner>>(result.body(), result.response()));
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the app.
- featured – Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
- filter – Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
Returns: the PagedList<RecommendationInner> object if successful.
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the app.
* @param featured Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
* @param filter Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the PagedList<RecommendationInner> object if successful.
*/
public PagedList<RecommendationInner> listRecommendedRulesForHostingEnvironment(final String resourceGroupName, final String hostingEnvironmentName, final Boolean featured, final String filter) {
ServiceResponse<Page<RecommendationInner>> response = listRecommendedRulesForHostingEnvironmentSinglePageAsync(resourceGroupName, hostingEnvironmentName, featured, filter).toBlocking().single();
return new PagedList<RecommendationInner>(response.body()) {
@Override
public Page<RecommendationInner> nextPage(String nextPageLink) {
return listRecommendedRulesForHostingEnvironmentNextSinglePageAsync(nextPageLink).toBlocking().single().body();
}
};
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the app.
- featured – Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
- filter – Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the app.
* @param featured Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
* @param filter Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<List<RecommendationInner>> listRecommendedRulesForHostingEnvironmentAsync(final String resourceGroupName, final String hostingEnvironmentName, final Boolean featured, final String filter, final ListOperationCallback<RecommendationInner> serviceCallback) {
return AzureServiceFuture.fromPageResponse(
listRecommendedRulesForHostingEnvironmentSinglePageAsync(resourceGroupName, hostingEnvironmentName, featured, filter),
new Func1<String, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(String nextPageLink) {
return listRecommendedRulesForHostingEnvironmentNextSinglePageAsync(nextPageLink);
}
},
serviceCallback);
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the app.
- featured – Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
- filter – Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the app.
* @param featured Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
* @param filter Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<Page<RecommendationInner>> listRecommendedRulesForHostingEnvironmentAsync(final String resourceGroupName, final String hostingEnvironmentName, final Boolean featured, final String filter) {
return listRecommendedRulesForHostingEnvironmentWithServiceResponseAsync(resourceGroupName, hostingEnvironmentName, featured, filter)
.map(new Func1<ServiceResponse<Page<RecommendationInner>>, Page<RecommendationInner>>() {
@Override
public Page<RecommendationInner> call(ServiceResponse<Page<RecommendationInner>> response) {
return response.body();
}
});
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the app.
- featured – Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
- filter – Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the app.
* @param featured Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
* @param filter Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listRecommendedRulesForHostingEnvironmentWithServiceResponseAsync(final String resourceGroupName, final String hostingEnvironmentName, final Boolean featured, final String filter) {
return listRecommendedRulesForHostingEnvironmentSinglePageAsync(resourceGroupName, hostingEnvironmentName, featured, filter)
.concatMap(new Func1<ServiceResponse<Page<RecommendationInner>>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(ServiceResponse<Page<RecommendationInner>> page) {
String nextPageLink = page.body().nextPageLink();
if (nextPageLink == null) {
return Observable.just(page);
}
return Observable.just(page).concatWith(listRecommendedRulesForHostingEnvironmentNextWithServiceResponseAsync(nextPageLink));
}
});
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
ServiceResponse> * @param resourceGroupName Name of the resource group to which the resource belongs.
ServiceResponse> * @param hostingEnvironmentName Name of the app.
ServiceResponse> * @param featured Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
ServiceResponse> * @param filter Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the PagedList<RecommendationInner> object wrapped in ServiceResponse
if successful.
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
ServiceResponse<PageImpl<RecommendationInner>> * @param resourceGroupName Name of the resource group to which the resource belongs.
ServiceResponse<PageImpl<RecommendationInner>> * @param hostingEnvironmentName Name of the app.
ServiceResponse<PageImpl<RecommendationInner>> * @param featured Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
ServiceResponse<PageImpl<RecommendationInner>> * @param filter Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the PagedList<RecommendationInner> object wrapped in {@link ServiceResponse} if successful.
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listRecommendedRulesForHostingEnvironmentSinglePageAsync(final String resourceGroupName, final String hostingEnvironmentName, final Boolean featured, final String filter) {
if (resourceGroupName == null) {
throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.");
}
if (hostingEnvironmentName == null) {
throw new IllegalArgumentException("Parameter hostingEnvironmentName is required and cannot be null.");
}
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
return service.listRecommendedRulesForHostingEnvironment(resourceGroupName, hostingEnvironmentName, this.client.subscriptionId(), featured, filter, this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(Response<ResponseBody> response) {
try {
ServiceResponse<PageImpl<RecommendationInner>> result = listRecommendedRulesForHostingEnvironmentDelegate(response);
return Observable.just(new ServiceResponse<Page<RecommendationInner>>(result.body(), result.response()));
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
private ServiceResponse<PageImpl<RecommendationInner>> listRecommendedRulesForHostingEnvironmentDelegate(Response<ResponseBody> response) throws DefaultErrorResponseException, IOException, IllegalArgumentException {
return this.client.restClient().responseBuilderFactory().<PageImpl<RecommendationInner>, DefaultErrorResponseException>newInstance(this.client.serializerAdapter())
.register(200, new TypeToken<PageImpl<RecommendationInner>>() { }.getType())
.registerError(DefaultErrorResponseException.class)
.build(response);
}
Disable all recommendations for an app.
Description for Disable all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – the String value
- environmentName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
/**
* Disable all recommendations for an app.
* Description for Disable all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName the String value
* @param environmentName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
*/
public void disableAllForHostingEnvironment(String resourceGroupName, String hostingEnvironmentName, String environmentName) {
disableAllForHostingEnvironmentWithServiceResponseAsync(resourceGroupName, hostingEnvironmentName, environmentName).toBlocking().single().body();
}
Disable all recommendations for an app.
Description for Disable all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – the String value
- environmentName – Name of the app.
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Disable all recommendations for an app.
* Description for Disable all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName the String value
* @param environmentName Name of the app.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<Void> disableAllForHostingEnvironmentAsync(String resourceGroupName, String hostingEnvironmentName, String environmentName, final ServiceCallback<Void> serviceCallback) {
return ServiceFuture.fromResponse(disableAllForHostingEnvironmentWithServiceResponseAsync(resourceGroupName, hostingEnvironmentName, environmentName), serviceCallback);
}
Disable all recommendations for an app.
Description for Disable all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – the String value
- environmentName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceResponse
object if successful.
/**
* Disable all recommendations for an app.
* Description for Disable all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName the String value
* @param environmentName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceResponse} object if successful.
*/
public Observable<Void> disableAllForHostingEnvironmentAsync(String resourceGroupName, String hostingEnvironmentName, String environmentName) {
return disableAllForHostingEnvironmentWithServiceResponseAsync(resourceGroupName, hostingEnvironmentName, environmentName).map(new Func1<ServiceResponse<Void>, Void>() {
@Override
public Void call(ServiceResponse<Void> response) {
return response.body();
}
});
}
Disable all recommendations for an app.
Description for Disable all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – the String value
- environmentName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceResponse
object if successful.
/**
* Disable all recommendations for an app.
* Description for Disable all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName the String value
* @param environmentName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceResponse} object if successful.
*/
public Observable<ServiceResponse<Void>> disableAllForHostingEnvironmentWithServiceResponseAsync(String resourceGroupName, String hostingEnvironmentName, String environmentName) {
if (resourceGroupName == null) {
throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.");
}
if (hostingEnvironmentName == null) {
throw new IllegalArgumentException("Parameter hostingEnvironmentName is required and cannot be null.");
}
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (environmentName == null) {
throw new IllegalArgumentException("Parameter environmentName is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
return service.disableAllForHostingEnvironment(resourceGroupName, hostingEnvironmentName, this.client.subscriptionId(), environmentName, this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Void>>>() {
@Override
public Observable<ServiceResponse<Void>> call(Response<ResponseBody> response) {
try {
ServiceResponse<Void> clientResponse = disableAllForHostingEnvironmentDelegate(response);
return Observable.just(clientResponse);
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
private ServiceResponse<Void> disableAllForHostingEnvironmentDelegate(Response<ResponseBody> response) throws DefaultErrorResponseException, IOException, IllegalArgumentException {
return this.client.restClient().responseBuilderFactory().<Void, DefaultErrorResponseException>newInstance(this.client.serializerAdapter())
.register(204, new TypeToken<Void>() { }.getType())
.registerError(DefaultErrorResponseException.class)
.build(response);
}
Reset all recommendation opt-out settings for an app.
Description for Reset all recommendation opt-out settings for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – the String value
- environmentName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
/**
* Reset all recommendation opt-out settings for an app.
* Description for Reset all recommendation opt-out settings for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName the String value
* @param environmentName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
*/
public void resetAllFiltersForHostingEnvironment(String resourceGroupName, String hostingEnvironmentName, String environmentName) {
resetAllFiltersForHostingEnvironmentWithServiceResponseAsync(resourceGroupName, hostingEnvironmentName, environmentName).toBlocking().single().body();
}
Reset all recommendation opt-out settings for an app.
Description for Reset all recommendation opt-out settings for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – the String value
- environmentName – Name of the app.
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Reset all recommendation opt-out settings for an app.
* Description for Reset all recommendation opt-out settings for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName the String value
* @param environmentName Name of the app.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<Void> resetAllFiltersForHostingEnvironmentAsync(String resourceGroupName, String hostingEnvironmentName, String environmentName, final ServiceCallback<Void> serviceCallback) {
return ServiceFuture.fromResponse(resetAllFiltersForHostingEnvironmentWithServiceResponseAsync(resourceGroupName, hostingEnvironmentName, environmentName), serviceCallback);
}
Reset all recommendation opt-out settings for an app.
Description for Reset all recommendation opt-out settings for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – the String value
- environmentName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceResponse
object if successful.
/**
* Reset all recommendation opt-out settings for an app.
* Description for Reset all recommendation opt-out settings for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName the String value
* @param environmentName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceResponse} object if successful.
*/
public Observable<Void> resetAllFiltersForHostingEnvironmentAsync(String resourceGroupName, String hostingEnvironmentName, String environmentName) {
return resetAllFiltersForHostingEnvironmentWithServiceResponseAsync(resourceGroupName, hostingEnvironmentName, environmentName).map(new Func1<ServiceResponse<Void>, Void>() {
@Override
public Void call(ServiceResponse<Void> response) {
return response.body();
}
});
}
Reset all recommendation opt-out settings for an app.
Description for Reset all recommendation opt-out settings for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – the String value
- environmentName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceResponse
object if successful.
/**
* Reset all recommendation opt-out settings for an app.
* Description for Reset all recommendation opt-out settings for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName the String value
* @param environmentName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceResponse} object if successful.
*/
public Observable<ServiceResponse<Void>> resetAllFiltersForHostingEnvironmentWithServiceResponseAsync(String resourceGroupName, String hostingEnvironmentName, String environmentName) {
if (resourceGroupName == null) {
throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.");
}
if (hostingEnvironmentName == null) {
throw new IllegalArgumentException("Parameter hostingEnvironmentName is required and cannot be null.");
}
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (environmentName == null) {
throw new IllegalArgumentException("Parameter environmentName is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
return service.resetAllFiltersForHostingEnvironment(resourceGroupName, hostingEnvironmentName, this.client.subscriptionId(), environmentName, this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Void>>>() {
@Override
public Observable<ServiceResponse<Void>> call(Response<ResponseBody> response) {
try {
ServiceResponse<Void> clientResponse = resetAllFiltersForHostingEnvironmentDelegate(response);
return Observable.just(clientResponse);
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
private ServiceResponse<Void> resetAllFiltersForHostingEnvironmentDelegate(Response<ResponseBody> response) throws DefaultErrorResponseException, IOException, IllegalArgumentException {
return this.client.restClient().responseBuilderFactory().<Void, DefaultErrorResponseException>newInstance(this.client.serializerAdapter())
.register(204, new TypeToken<Void>() { }.getType())
.registerError(DefaultErrorResponseException.class)
.build(response);
}
Get a recommendation rule for an app.
Description for Get a recommendation rule for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the hosting environment.
- name – Name of the recommendation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
Returns: the RecommendationRuleInner object if successful.
/**
* Get a recommendation rule for an app.
* Description for Get a recommendation rule for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the hosting environment.
* @param name Name of the recommendation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the RecommendationRuleInner object if successful.
*/
public RecommendationRuleInner getRuleDetailsByHostingEnvironment(String resourceGroupName, String hostingEnvironmentName, String name) {
return getRuleDetailsByHostingEnvironmentWithServiceResponseAsync(resourceGroupName, hostingEnvironmentName, name).toBlocking().single().body();
}
Get a recommendation rule for an app.
Description for Get a recommendation rule for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the hosting environment.
- name – Name of the recommendation.
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Get a recommendation rule for an app.
* Description for Get a recommendation rule for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the hosting environment.
* @param name Name of the recommendation.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<RecommendationRuleInner> getRuleDetailsByHostingEnvironmentAsync(String resourceGroupName, String hostingEnvironmentName, String name, final ServiceCallback<RecommendationRuleInner> serviceCallback) {
return ServiceFuture.fromResponse(getRuleDetailsByHostingEnvironmentWithServiceResponseAsync(resourceGroupName, hostingEnvironmentName, name), serviceCallback);
}
Get a recommendation rule for an app.
Description for Get a recommendation rule for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the hosting environment.
- name – Name of the recommendation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the RecommendationRuleInner object
/**
* Get a recommendation rule for an app.
* Description for Get a recommendation rule for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the hosting environment.
* @param name Name of the recommendation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the RecommendationRuleInner object
*/
public Observable<RecommendationRuleInner> getRuleDetailsByHostingEnvironmentAsync(String resourceGroupName, String hostingEnvironmentName, String name) {
return getRuleDetailsByHostingEnvironmentWithServiceResponseAsync(resourceGroupName, hostingEnvironmentName, name).map(new Func1<ServiceResponse<RecommendationRuleInner>, RecommendationRuleInner>() {
@Override
public RecommendationRuleInner call(ServiceResponse<RecommendationRuleInner> response) {
return response.body();
}
});
}
Get a recommendation rule for an app.
Description for Get a recommendation rule for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the hosting environment.
- name – Name of the recommendation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the RecommendationRuleInner object
/**
* Get a recommendation rule for an app.
* Description for Get a recommendation rule for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the hosting environment.
* @param name Name of the recommendation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the RecommendationRuleInner object
*/
public Observable<ServiceResponse<RecommendationRuleInner>> getRuleDetailsByHostingEnvironmentWithServiceResponseAsync(String resourceGroupName, String hostingEnvironmentName, String name) {
if (resourceGroupName == null) {
throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.");
}
if (hostingEnvironmentName == null) {
throw new IllegalArgumentException("Parameter hostingEnvironmentName is required and cannot be null.");
}
if (name == null) {
throw new IllegalArgumentException("Parameter name is required and cannot be null.");
}
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
final Boolean updateSeen = null;
final String recommendationId = null;
return service.getRuleDetailsByHostingEnvironment(resourceGroupName, hostingEnvironmentName, name, this.client.subscriptionId(), updateSeen, recommendationId, this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<RecommendationRuleInner>>>() {
@Override
public Observable<ServiceResponse<RecommendationRuleInner>> call(Response<ResponseBody> response) {
try {
ServiceResponse<RecommendationRuleInner> clientResponse = getRuleDetailsByHostingEnvironmentDelegate(response);
return Observable.just(clientResponse);
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
Get a recommendation rule for an app.
Description for Get a recommendation rule for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the hosting environment.
- name – Name of the recommendation.
- updateSeen – Specify <code>true</code> to update the last-seen timestamp of the recommendation object.
- recommendationId – The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
Returns: the RecommendationRuleInner object if successful.
/**
* Get a recommendation rule for an app.
* Description for Get a recommendation rule for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the hosting environment.
* @param name Name of the recommendation.
* @param updateSeen Specify <code>true</code> to update the last-seen timestamp of the recommendation object.
* @param recommendationId The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the RecommendationRuleInner object if successful.
*/
public RecommendationRuleInner getRuleDetailsByHostingEnvironment(String resourceGroupName, String hostingEnvironmentName, String name, Boolean updateSeen, String recommendationId) {
return getRuleDetailsByHostingEnvironmentWithServiceResponseAsync(resourceGroupName, hostingEnvironmentName, name, updateSeen, recommendationId).toBlocking().single().body();
}
Get a recommendation rule for an app.
Description for Get a recommendation rule for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the hosting environment.
- name – Name of the recommendation.
- updateSeen – Specify <code>true</code> to update the last-seen timestamp of the recommendation object.
- recommendationId – The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry.
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Get a recommendation rule for an app.
* Description for Get a recommendation rule for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the hosting environment.
* @param name Name of the recommendation.
* @param updateSeen Specify <code>true</code> to update the last-seen timestamp of the recommendation object.
* @param recommendationId The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<RecommendationRuleInner> getRuleDetailsByHostingEnvironmentAsync(String resourceGroupName, String hostingEnvironmentName, String name, Boolean updateSeen, String recommendationId, final ServiceCallback<RecommendationRuleInner> serviceCallback) {
return ServiceFuture.fromResponse(getRuleDetailsByHostingEnvironmentWithServiceResponseAsync(resourceGroupName, hostingEnvironmentName, name, updateSeen, recommendationId), serviceCallback);
}
Get a recommendation rule for an app.
Description for Get a recommendation rule for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the hosting environment.
- name – Name of the recommendation.
- updateSeen – Specify <code>true</code> to update the last-seen timestamp of the recommendation object.
- recommendationId – The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the RecommendationRuleInner object
/**
* Get a recommendation rule for an app.
* Description for Get a recommendation rule for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the hosting environment.
* @param name Name of the recommendation.
* @param updateSeen Specify <code>true</code> to update the last-seen timestamp of the recommendation object.
* @param recommendationId The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the RecommendationRuleInner object
*/
public Observable<RecommendationRuleInner> getRuleDetailsByHostingEnvironmentAsync(String resourceGroupName, String hostingEnvironmentName, String name, Boolean updateSeen, String recommendationId) {
return getRuleDetailsByHostingEnvironmentWithServiceResponseAsync(resourceGroupName, hostingEnvironmentName, name, updateSeen, recommendationId).map(new Func1<ServiceResponse<RecommendationRuleInner>, RecommendationRuleInner>() {
@Override
public RecommendationRuleInner call(ServiceResponse<RecommendationRuleInner> response) {
return response.body();
}
});
}
Get a recommendation rule for an app.
Description for Get a recommendation rule for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- hostingEnvironmentName – Name of the hosting environment.
- name – Name of the recommendation.
- updateSeen – Specify <code>true</code> to update the last-seen timestamp of the recommendation object.
- recommendationId – The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the RecommendationRuleInner object
/**
* Get a recommendation rule for an app.
* Description for Get a recommendation rule for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param hostingEnvironmentName Name of the hosting environment.
* @param name Name of the recommendation.
* @param updateSeen Specify <code>true</code> to update the last-seen timestamp of the recommendation object.
* @param recommendationId The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the RecommendationRuleInner object
*/
public Observable<ServiceResponse<RecommendationRuleInner>> getRuleDetailsByHostingEnvironmentWithServiceResponseAsync(String resourceGroupName, String hostingEnvironmentName, String name, Boolean updateSeen, String recommendationId) {
if (resourceGroupName == null) {
throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.");
}
if (hostingEnvironmentName == null) {
throw new IllegalArgumentException("Parameter hostingEnvironmentName is required and cannot be null.");
}
if (name == null) {
throw new IllegalArgumentException("Parameter name is required and cannot be null.");
}
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
return service.getRuleDetailsByHostingEnvironment(resourceGroupName, hostingEnvironmentName, name, this.client.subscriptionId(), updateSeen, recommendationId, this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<RecommendationRuleInner>>>() {
@Override
public Observable<ServiceResponse<RecommendationRuleInner>> call(Response<ResponseBody> response) {
try {
ServiceResponse<RecommendationRuleInner> clientResponse = getRuleDetailsByHostingEnvironmentDelegate(response);
return Observable.just(clientResponse);
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
private ServiceResponse<RecommendationRuleInner> getRuleDetailsByHostingEnvironmentDelegate(Response<ResponseBody> response) throws DefaultErrorResponseException, IOException, IllegalArgumentException {
return this.client.restClient().responseBuilderFactory().<RecommendationRuleInner, DefaultErrorResponseException>newInstance(this.client.serializerAdapter())
.register(200, new TypeToken<RecommendationRuleInner>() { }.getType())
.registerError(DefaultErrorResponseException.class)
.build(response);
}
Disables the specific rule for a web site permanently.
Description for Disables the specific rule for a web site permanently.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- name – Rule name
- hostingEnvironmentName – the String value
- environmentName – Site name
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
/**
* Disables the specific rule for a web site permanently.
* Description for Disables the specific rule for a web site permanently.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param name Rule name
* @param hostingEnvironmentName the String value
* @param environmentName Site name
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
*/
public void disableRecommendationForHostingEnvironment(String resourceGroupName, String name, String hostingEnvironmentName, String environmentName) {
disableRecommendationForHostingEnvironmentWithServiceResponseAsync(resourceGroupName, name, hostingEnvironmentName, environmentName).toBlocking().single().body();
}
Disables the specific rule for a web site permanently.
Description for Disables the specific rule for a web site permanently.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- name – Rule name
- hostingEnvironmentName – the String value
- environmentName – Site name
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Disables the specific rule for a web site permanently.
* Description for Disables the specific rule for a web site permanently.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param name Rule name
* @param hostingEnvironmentName the String value
* @param environmentName Site name
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<Void> disableRecommendationForHostingEnvironmentAsync(String resourceGroupName, String name, String hostingEnvironmentName, String environmentName, final ServiceCallback<Void> serviceCallback) {
return ServiceFuture.fromResponse(disableRecommendationForHostingEnvironmentWithServiceResponseAsync(resourceGroupName, name, hostingEnvironmentName, environmentName), serviceCallback);
}
Disables the specific rule for a web site permanently.
Description for Disables the specific rule for a web site permanently.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- name – Rule name
- hostingEnvironmentName – the String value
- environmentName – Site name
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceResponse
object if successful.
/**
* Disables the specific rule for a web site permanently.
* Description for Disables the specific rule for a web site permanently.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param name Rule name
* @param hostingEnvironmentName the String value
* @param environmentName Site name
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceResponse} object if successful.
*/
public Observable<Void> disableRecommendationForHostingEnvironmentAsync(String resourceGroupName, String name, String hostingEnvironmentName, String environmentName) {
return disableRecommendationForHostingEnvironmentWithServiceResponseAsync(resourceGroupName, name, hostingEnvironmentName, environmentName).map(new Func1<ServiceResponse<Void>, Void>() {
@Override
public Void call(ServiceResponse<Void> response) {
return response.body();
}
});
}
Disables the specific rule for a web site permanently.
Description for Disables the specific rule for a web site permanently.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- name – Rule name
- hostingEnvironmentName – the String value
- environmentName – Site name
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceResponse
object if successful.
/**
* Disables the specific rule for a web site permanently.
* Description for Disables the specific rule for a web site permanently.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param name Rule name
* @param hostingEnvironmentName the String value
* @param environmentName Site name
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceResponse} object if successful.
*/
public Observable<ServiceResponse<Void>> disableRecommendationForHostingEnvironmentWithServiceResponseAsync(String resourceGroupName, String name, String hostingEnvironmentName, String environmentName) {
if (resourceGroupName == null) {
throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.");
}
if (name == null) {
throw new IllegalArgumentException("Parameter name is required and cannot be null.");
}
if (hostingEnvironmentName == null) {
throw new IllegalArgumentException("Parameter hostingEnvironmentName is required and cannot be null.");
}
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (environmentName == null) {
throw new IllegalArgumentException("Parameter environmentName is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
return service.disableRecommendationForHostingEnvironment(resourceGroupName, name, hostingEnvironmentName, this.client.subscriptionId(), environmentName, this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Void>>>() {
@Override
public Observable<ServiceResponse<Void>> call(Response<ResponseBody> response) {
try {
ServiceResponse<Void> clientResponse = disableRecommendationForHostingEnvironmentDelegate(response);
return Observable.just(clientResponse);
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
private ServiceResponse<Void> disableRecommendationForHostingEnvironmentDelegate(Response<ResponseBody> response) throws DefaultErrorResponseException, IOException, IllegalArgumentException {
return this.client.restClient().responseBuilderFactory().<Void, DefaultErrorResponseException>newInstance(this.client.serializerAdapter())
.register(200, new TypeToken<Void>() { }.getType())
.registerError(DefaultErrorResponseException.class)
.build(response);
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
Returns: the PagedList<RecommendationInner> object if successful.
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the PagedList<RecommendationInner> object if successful.
*/
public PagedList<RecommendationInner> listHistoryForWebApp(final String resourceGroupName, final String siteName) {
ServiceResponse<Page<RecommendationInner>> response = listHistoryForWebAppSinglePageAsync(resourceGroupName, siteName).toBlocking().single();
return new PagedList<RecommendationInner>(response.body()) {
@Override
public Page<RecommendationInner> nextPage(String nextPageLink) {
return listHistoryForWebAppNextSinglePageAsync(nextPageLink).toBlocking().single().body();
}
};
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<List<RecommendationInner>> listHistoryForWebAppAsync(final String resourceGroupName, final String siteName, final ListOperationCallback<RecommendationInner> serviceCallback) {
return AzureServiceFuture.fromPageResponse(
listHistoryForWebAppSinglePageAsync(resourceGroupName, siteName),
new Func1<String, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(String nextPageLink) {
return listHistoryForWebAppNextSinglePageAsync(nextPageLink);
}
},
serviceCallback);
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<Page<RecommendationInner>> listHistoryForWebAppAsync(final String resourceGroupName, final String siteName) {
return listHistoryForWebAppWithServiceResponseAsync(resourceGroupName, siteName)
.map(new Func1<ServiceResponse<Page<RecommendationInner>>, Page<RecommendationInner>>() {
@Override
public Page<RecommendationInner> call(ServiceResponse<Page<RecommendationInner>> response) {
return response.body();
}
});
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listHistoryForWebAppWithServiceResponseAsync(final String resourceGroupName, final String siteName) {
return listHistoryForWebAppSinglePageAsync(resourceGroupName, siteName)
.concatMap(new Func1<ServiceResponse<Page<RecommendationInner>>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(ServiceResponse<Page<RecommendationInner>> page) {
String nextPageLink = page.body().nextPageLink();
if (nextPageLink == null) {
return Observable.just(page);
}
return Observable.just(page).concatWith(listHistoryForWebAppNextWithServiceResponseAsync(nextPageLink));
}
});
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the PagedList<RecommendationInner> object wrapped in ServiceResponse
if successful.
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the PagedList<RecommendationInner> object wrapped in {@link ServiceResponse} if successful.
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listHistoryForWebAppSinglePageAsync(final String resourceGroupName, final String siteName) {
if (resourceGroupName == null) {
throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.");
}
if (siteName == null) {
throw new IllegalArgumentException("Parameter siteName is required and cannot be null.");
}
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
final Boolean expiredOnly = null;
final String filter = null;
return service.listHistoryForWebApp(resourceGroupName, siteName, this.client.subscriptionId(), expiredOnly, filter, this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(Response<ResponseBody> response) {
try {
ServiceResponse<PageImpl<RecommendationInner>> result = listHistoryForWebAppDelegate(response);
return Observable.just(new ServiceResponse<Page<RecommendationInner>>(result.body(), result.response()));
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
- expiredOnly – Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations.
- filter – Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
Returns: the PagedList<RecommendationInner> object if successful.
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @param expiredOnly Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations.
* @param filter Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the PagedList<RecommendationInner> object if successful.
*/
public PagedList<RecommendationInner> listHistoryForWebApp(final String resourceGroupName, final String siteName, final Boolean expiredOnly, final String filter) {
ServiceResponse<Page<RecommendationInner>> response = listHistoryForWebAppSinglePageAsync(resourceGroupName, siteName, expiredOnly, filter).toBlocking().single();
return new PagedList<RecommendationInner>(response.body()) {
@Override
public Page<RecommendationInner> nextPage(String nextPageLink) {
return listHistoryForWebAppNextSinglePageAsync(nextPageLink).toBlocking().single().body();
}
};
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
- expiredOnly – Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations.
- filter – Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @param expiredOnly Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations.
* @param filter Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<List<RecommendationInner>> listHistoryForWebAppAsync(final String resourceGroupName, final String siteName, final Boolean expiredOnly, final String filter, final ListOperationCallback<RecommendationInner> serviceCallback) {
return AzureServiceFuture.fromPageResponse(
listHistoryForWebAppSinglePageAsync(resourceGroupName, siteName, expiredOnly, filter),
new Func1<String, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(String nextPageLink) {
return listHistoryForWebAppNextSinglePageAsync(nextPageLink);
}
},
serviceCallback);
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
- expiredOnly – Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations.
- filter – Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @param expiredOnly Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations.
* @param filter Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<Page<RecommendationInner>> listHistoryForWebAppAsync(final String resourceGroupName, final String siteName, final Boolean expiredOnly, final String filter) {
return listHistoryForWebAppWithServiceResponseAsync(resourceGroupName, siteName, expiredOnly, filter)
.map(new Func1<ServiceResponse<Page<RecommendationInner>>, Page<RecommendationInner>>() {
@Override
public Page<RecommendationInner> call(ServiceResponse<Page<RecommendationInner>> response) {
return response.body();
}
});
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
- expiredOnly – Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations.
- filter – Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @param expiredOnly Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations.
* @param filter Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listHistoryForWebAppWithServiceResponseAsync(final String resourceGroupName, final String siteName, final Boolean expiredOnly, final String filter) {
return listHistoryForWebAppSinglePageAsync(resourceGroupName, siteName, expiredOnly, filter)
.concatMap(new Func1<ServiceResponse<Page<RecommendationInner>>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(ServiceResponse<Page<RecommendationInner>> page) {
String nextPageLink = page.body().nextPageLink();
if (nextPageLink == null) {
return Observable.just(page);
}
return Observable.just(page).concatWith(listHistoryForWebAppNextWithServiceResponseAsync(nextPageLink));
}
});
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
ServiceResponse> * @param resourceGroupName Name of the resource group to which the resource belongs.
ServiceResponse> * @param siteName Name of the app.
ServiceResponse> * @param expiredOnly Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations.
ServiceResponse> * @param filter Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the PagedList<RecommendationInner> object wrapped in ServiceResponse
if successful.
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
ServiceResponse<PageImpl<RecommendationInner>> * @param resourceGroupName Name of the resource group to which the resource belongs.
ServiceResponse<PageImpl<RecommendationInner>> * @param siteName Name of the app.
ServiceResponse<PageImpl<RecommendationInner>> * @param expiredOnly Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations.
ServiceResponse<PageImpl<RecommendationInner>> * @param filter Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the PagedList<RecommendationInner> object wrapped in {@link ServiceResponse} if successful.
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listHistoryForWebAppSinglePageAsync(final String resourceGroupName, final String siteName, final Boolean expiredOnly, final String filter) {
if (resourceGroupName == null) {
throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.");
}
if (siteName == null) {
throw new IllegalArgumentException("Parameter siteName is required and cannot be null.");
}
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
return service.listHistoryForWebApp(resourceGroupName, siteName, this.client.subscriptionId(), expiredOnly, filter, this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(Response<ResponseBody> response) {
try {
ServiceResponse<PageImpl<RecommendationInner>> result = listHistoryForWebAppDelegate(response);
return Observable.just(new ServiceResponse<Page<RecommendationInner>>(result.body(), result.response()));
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
private ServiceResponse<PageImpl<RecommendationInner>> listHistoryForWebAppDelegate(Response<ResponseBody> response) throws DefaultErrorResponseException, IOException, IllegalArgumentException {
return this.client.restClient().responseBuilderFactory().<PageImpl<RecommendationInner>, DefaultErrorResponseException>newInstance(this.client.serializerAdapter())
.register(200, new TypeToken<PageImpl<RecommendationInner>>() { }.getType())
.registerError(DefaultErrorResponseException.class)
.build(response);
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
Returns: the PagedList<RecommendationInner> object if successful.
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the PagedList<RecommendationInner> object if successful.
*/
public PagedList<RecommendationInner> listRecommendedRulesForWebApp(final String resourceGroupName, final String siteName) {
ServiceResponse<Page<RecommendationInner>> response = listRecommendedRulesForWebAppSinglePageAsync(resourceGroupName, siteName).toBlocking().single();
return new PagedList<RecommendationInner>(response.body()) {
@Override
public Page<RecommendationInner> nextPage(String nextPageLink) {
return listRecommendedRulesForWebAppNextSinglePageAsync(nextPageLink).toBlocking().single().body();
}
};
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<List<RecommendationInner>> listRecommendedRulesForWebAppAsync(final String resourceGroupName, final String siteName, final ListOperationCallback<RecommendationInner> serviceCallback) {
return AzureServiceFuture.fromPageResponse(
listRecommendedRulesForWebAppSinglePageAsync(resourceGroupName, siteName),
new Func1<String, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(String nextPageLink) {
return listRecommendedRulesForWebAppNextSinglePageAsync(nextPageLink);
}
},
serviceCallback);
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<Page<RecommendationInner>> listRecommendedRulesForWebAppAsync(final String resourceGroupName, final String siteName) {
return listRecommendedRulesForWebAppWithServiceResponseAsync(resourceGroupName, siteName)
.map(new Func1<ServiceResponse<Page<RecommendationInner>>, Page<RecommendationInner>>() {
@Override
public Page<RecommendationInner> call(ServiceResponse<Page<RecommendationInner>> response) {
return response.body();
}
});
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listRecommendedRulesForWebAppWithServiceResponseAsync(final String resourceGroupName, final String siteName) {
return listRecommendedRulesForWebAppSinglePageAsync(resourceGroupName, siteName)
.concatMap(new Func1<ServiceResponse<Page<RecommendationInner>>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(ServiceResponse<Page<RecommendationInner>> page) {
String nextPageLink = page.body().nextPageLink();
if (nextPageLink == null) {
return Observable.just(page);
}
return Observable.just(page).concatWith(listRecommendedRulesForWebAppNextWithServiceResponseAsync(nextPageLink));
}
});
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the PagedList<RecommendationInner> object wrapped in ServiceResponse
if successful.
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the PagedList<RecommendationInner> object wrapped in {@link ServiceResponse} if successful.
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listRecommendedRulesForWebAppSinglePageAsync(final String resourceGroupName, final String siteName) {
if (resourceGroupName == null) {
throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.");
}
if (siteName == null) {
throw new IllegalArgumentException("Parameter siteName is required and cannot be null.");
}
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
final Boolean featured = null;
final String filter = null;
return service.listRecommendedRulesForWebApp(resourceGroupName, siteName, this.client.subscriptionId(), featured, filter, this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(Response<ResponseBody> response) {
try {
ServiceResponse<PageImpl<RecommendationInner>> result = listRecommendedRulesForWebAppDelegate(response);
return Observable.just(new ServiceResponse<Page<RecommendationInner>>(result.body(), result.response()));
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
- featured – Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
- filter – Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
Returns: the PagedList<RecommendationInner> object if successful.
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @param featured Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
* @param filter Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the PagedList<RecommendationInner> object if successful.
*/
public PagedList<RecommendationInner> listRecommendedRulesForWebApp(final String resourceGroupName, final String siteName, final Boolean featured, final String filter) {
ServiceResponse<Page<RecommendationInner>> response = listRecommendedRulesForWebAppSinglePageAsync(resourceGroupName, siteName, featured, filter).toBlocking().single();
return new PagedList<RecommendationInner>(response.body()) {
@Override
public Page<RecommendationInner> nextPage(String nextPageLink) {
return listRecommendedRulesForWebAppNextSinglePageAsync(nextPageLink).toBlocking().single().body();
}
};
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
- featured – Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
- filter – Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @param featured Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
* @param filter Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<List<RecommendationInner>> listRecommendedRulesForWebAppAsync(final String resourceGroupName, final String siteName, final Boolean featured, final String filter, final ListOperationCallback<RecommendationInner> serviceCallback) {
return AzureServiceFuture.fromPageResponse(
listRecommendedRulesForWebAppSinglePageAsync(resourceGroupName, siteName, featured, filter),
new Func1<String, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(String nextPageLink) {
return listRecommendedRulesForWebAppNextSinglePageAsync(nextPageLink);
}
},
serviceCallback);
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
- featured – Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
- filter – Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @param featured Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
* @param filter Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<Page<RecommendationInner>> listRecommendedRulesForWebAppAsync(final String resourceGroupName, final String siteName, final Boolean featured, final String filter) {
return listRecommendedRulesForWebAppWithServiceResponseAsync(resourceGroupName, siteName, featured, filter)
.map(new Func1<ServiceResponse<Page<RecommendationInner>>, Page<RecommendationInner>>() {
@Override
public Page<RecommendationInner> call(ServiceResponse<Page<RecommendationInner>> response) {
return response.body();
}
});
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
- featured – Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
- filter – Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @param featured Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
* @param filter Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listRecommendedRulesForWebAppWithServiceResponseAsync(final String resourceGroupName, final String siteName, final Boolean featured, final String filter) {
return listRecommendedRulesForWebAppSinglePageAsync(resourceGroupName, siteName, featured, filter)
.concatMap(new Func1<ServiceResponse<Page<RecommendationInner>>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(ServiceResponse<Page<RecommendationInner>> page) {
String nextPageLink = page.body().nextPageLink();
if (nextPageLink == null) {
return Observable.just(page);
}
return Observable.just(page).concatWith(listRecommendedRulesForWebAppNextWithServiceResponseAsync(nextPageLink));
}
});
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
ServiceResponse> * @param resourceGroupName Name of the resource group to which the resource belongs.
ServiceResponse> * @param siteName Name of the app.
ServiceResponse> * @param featured Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
ServiceResponse> * @param filter Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the PagedList<RecommendationInner> object wrapped in ServiceResponse
if successful.
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
ServiceResponse<PageImpl<RecommendationInner>> * @param resourceGroupName Name of the resource group to which the resource belongs.
ServiceResponse<PageImpl<RecommendationInner>> * @param siteName Name of the app.
ServiceResponse<PageImpl<RecommendationInner>> * @param featured Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
ServiceResponse<PageImpl<RecommendationInner>> * @param filter Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the PagedList<RecommendationInner> object wrapped in {@link ServiceResponse} if successful.
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listRecommendedRulesForWebAppSinglePageAsync(final String resourceGroupName, final String siteName, final Boolean featured, final String filter) {
if (resourceGroupName == null) {
throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.");
}
if (siteName == null) {
throw new IllegalArgumentException("Parameter siteName is required and cannot be null.");
}
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
return service.listRecommendedRulesForWebApp(resourceGroupName, siteName, this.client.subscriptionId(), featured, filter, this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(Response<ResponseBody> response) {
try {
ServiceResponse<PageImpl<RecommendationInner>> result = listRecommendedRulesForWebAppDelegate(response);
return Observable.just(new ServiceResponse<Page<RecommendationInner>>(result.body(), result.response()));
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
private ServiceResponse<PageImpl<RecommendationInner>> listRecommendedRulesForWebAppDelegate(Response<ResponseBody> response) throws DefaultErrorResponseException, IOException, IllegalArgumentException {
return this.client.restClient().responseBuilderFactory().<PageImpl<RecommendationInner>, DefaultErrorResponseException>newInstance(this.client.serializerAdapter())
.register(200, new TypeToken<PageImpl<RecommendationInner>>() { }.getType())
.registerError(DefaultErrorResponseException.class)
.build(response);
}
Disable all recommendations for an app.
Description for Disable all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
/**
* Disable all recommendations for an app.
* Description for Disable all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
*/
public void disableAllForWebApp(String resourceGroupName, String siteName) {
disableAllForWebAppWithServiceResponseAsync(resourceGroupName, siteName).toBlocking().single().body();
}
Disable all recommendations for an app.
Description for Disable all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Disable all recommendations for an app.
* Description for Disable all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<Void> disableAllForWebAppAsync(String resourceGroupName, String siteName, final ServiceCallback<Void> serviceCallback) {
return ServiceFuture.fromResponse(disableAllForWebAppWithServiceResponseAsync(resourceGroupName, siteName), serviceCallback);
}
Disable all recommendations for an app.
Description for Disable all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceResponse
object if successful.
/**
* Disable all recommendations for an app.
* Description for Disable all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceResponse} object if successful.
*/
public Observable<Void> disableAllForWebAppAsync(String resourceGroupName, String siteName) {
return disableAllForWebAppWithServiceResponseAsync(resourceGroupName, siteName).map(new Func1<ServiceResponse<Void>, Void>() {
@Override
public Void call(ServiceResponse<Void> response) {
return response.body();
}
});
}
Disable all recommendations for an app.
Description for Disable all recommendations for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceResponse
object if successful.
/**
* Disable all recommendations for an app.
* Description for Disable all recommendations for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceResponse} object if successful.
*/
public Observable<ServiceResponse<Void>> disableAllForWebAppWithServiceResponseAsync(String resourceGroupName, String siteName) {
if (resourceGroupName == null) {
throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.");
}
if (siteName == null) {
throw new IllegalArgumentException("Parameter siteName is required and cannot be null.");
}
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
return service.disableAllForWebApp(resourceGroupName, siteName, this.client.subscriptionId(), this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Void>>>() {
@Override
public Observable<ServiceResponse<Void>> call(Response<ResponseBody> response) {
try {
ServiceResponse<Void> clientResponse = disableAllForWebAppDelegate(response);
return Observable.just(clientResponse);
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
private ServiceResponse<Void> disableAllForWebAppDelegate(Response<ResponseBody> response) throws DefaultErrorResponseException, IOException, IllegalArgumentException {
return this.client.restClient().responseBuilderFactory().<Void, DefaultErrorResponseException>newInstance(this.client.serializerAdapter())
.register(204, new TypeToken<Void>() { }.getType())
.registerError(DefaultErrorResponseException.class)
.build(response);
}
Reset all recommendation opt-out settings for an app.
Description for Reset all recommendation opt-out settings for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
/**
* Reset all recommendation opt-out settings for an app.
* Description for Reset all recommendation opt-out settings for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
*/
public void resetAllFiltersForWebApp(String resourceGroupName, String siteName) {
resetAllFiltersForWebAppWithServiceResponseAsync(resourceGroupName, siteName).toBlocking().single().body();
}
Reset all recommendation opt-out settings for an app.
Description for Reset all recommendation opt-out settings for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Reset all recommendation opt-out settings for an app.
* Description for Reset all recommendation opt-out settings for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<Void> resetAllFiltersForWebAppAsync(String resourceGroupName, String siteName, final ServiceCallback<Void> serviceCallback) {
return ServiceFuture.fromResponse(resetAllFiltersForWebAppWithServiceResponseAsync(resourceGroupName, siteName), serviceCallback);
}
Reset all recommendation opt-out settings for an app.
Description for Reset all recommendation opt-out settings for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceResponse
object if successful.
/**
* Reset all recommendation opt-out settings for an app.
* Description for Reset all recommendation opt-out settings for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceResponse} object if successful.
*/
public Observable<Void> resetAllFiltersForWebAppAsync(String resourceGroupName, String siteName) {
return resetAllFiltersForWebAppWithServiceResponseAsync(resourceGroupName, siteName).map(new Func1<ServiceResponse<Void>, Void>() {
@Override
public Void call(ServiceResponse<Void> response) {
return response.body();
}
});
}
Reset all recommendation opt-out settings for an app.
Description for Reset all recommendation opt-out settings for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceResponse
object if successful.
/**
* Reset all recommendation opt-out settings for an app.
* Description for Reset all recommendation opt-out settings for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceResponse} object if successful.
*/
public Observable<ServiceResponse<Void>> resetAllFiltersForWebAppWithServiceResponseAsync(String resourceGroupName, String siteName) {
if (resourceGroupName == null) {
throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.");
}
if (siteName == null) {
throw new IllegalArgumentException("Parameter siteName is required and cannot be null.");
}
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
return service.resetAllFiltersForWebApp(resourceGroupName, siteName, this.client.subscriptionId(), this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Void>>>() {
@Override
public Observable<ServiceResponse<Void>> call(Response<ResponseBody> response) {
try {
ServiceResponse<Void> clientResponse = resetAllFiltersForWebAppDelegate(response);
return Observable.just(clientResponse);
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
private ServiceResponse<Void> resetAllFiltersForWebAppDelegate(Response<ResponseBody> response) throws DefaultErrorResponseException, IOException, IllegalArgumentException {
return this.client.restClient().responseBuilderFactory().<Void, DefaultErrorResponseException>newInstance(this.client.serializerAdapter())
.register(204, new TypeToken<Void>() { }.getType())
.registerError(DefaultErrorResponseException.class)
.build(response);
}
Get a recommendation rule for an app.
Description for Get a recommendation rule for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
- name – Name of the recommendation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
Returns: the RecommendationRuleInner object if successful.
/**
* Get a recommendation rule for an app.
* Description for Get a recommendation rule for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @param name Name of the recommendation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the RecommendationRuleInner object if successful.
*/
public RecommendationRuleInner getRuleDetailsByWebApp(String resourceGroupName, String siteName, String name) {
return getRuleDetailsByWebAppWithServiceResponseAsync(resourceGroupName, siteName, name).toBlocking().single().body();
}
Get a recommendation rule for an app.
Description for Get a recommendation rule for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
- name – Name of the recommendation.
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Get a recommendation rule for an app.
* Description for Get a recommendation rule for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @param name Name of the recommendation.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<RecommendationRuleInner> getRuleDetailsByWebAppAsync(String resourceGroupName, String siteName, String name, final ServiceCallback<RecommendationRuleInner> serviceCallback) {
return ServiceFuture.fromResponse(getRuleDetailsByWebAppWithServiceResponseAsync(resourceGroupName, siteName, name), serviceCallback);
}
Get a recommendation rule for an app.
Description for Get a recommendation rule for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
- name – Name of the recommendation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the RecommendationRuleInner object
/**
* Get a recommendation rule for an app.
* Description for Get a recommendation rule for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @param name Name of the recommendation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the RecommendationRuleInner object
*/
public Observable<RecommendationRuleInner> getRuleDetailsByWebAppAsync(String resourceGroupName, String siteName, String name) {
return getRuleDetailsByWebAppWithServiceResponseAsync(resourceGroupName, siteName, name).map(new Func1<ServiceResponse<RecommendationRuleInner>, RecommendationRuleInner>() {
@Override
public RecommendationRuleInner call(ServiceResponse<RecommendationRuleInner> response) {
return response.body();
}
});
}
Get a recommendation rule for an app.
Description for Get a recommendation rule for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
- name – Name of the recommendation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the RecommendationRuleInner object
/**
* Get a recommendation rule for an app.
* Description for Get a recommendation rule for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @param name Name of the recommendation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the RecommendationRuleInner object
*/
public Observable<ServiceResponse<RecommendationRuleInner>> getRuleDetailsByWebAppWithServiceResponseAsync(String resourceGroupName, String siteName, String name) {
if (resourceGroupName == null) {
throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.");
}
if (siteName == null) {
throw new IllegalArgumentException("Parameter siteName is required and cannot be null.");
}
if (name == null) {
throw new IllegalArgumentException("Parameter name is required and cannot be null.");
}
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
final Boolean updateSeen = null;
final String recommendationId = null;
return service.getRuleDetailsByWebApp(resourceGroupName, siteName, name, this.client.subscriptionId(), updateSeen, recommendationId, this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<RecommendationRuleInner>>>() {
@Override
public Observable<ServiceResponse<RecommendationRuleInner>> call(Response<ResponseBody> response) {
try {
ServiceResponse<RecommendationRuleInner> clientResponse = getRuleDetailsByWebAppDelegate(response);
return Observable.just(clientResponse);
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
Get a recommendation rule for an app.
Description for Get a recommendation rule for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
- name – Name of the recommendation.
- updateSeen – Specify <code>true</code> to update the last-seen timestamp of the recommendation object.
- recommendationId – The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
Returns: the RecommendationRuleInner object if successful.
/**
* Get a recommendation rule for an app.
* Description for Get a recommendation rule for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @param name Name of the recommendation.
* @param updateSeen Specify <code>true</code> to update the last-seen timestamp of the recommendation object.
* @param recommendationId The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the RecommendationRuleInner object if successful.
*/
public RecommendationRuleInner getRuleDetailsByWebApp(String resourceGroupName, String siteName, String name, Boolean updateSeen, String recommendationId) {
return getRuleDetailsByWebAppWithServiceResponseAsync(resourceGroupName, siteName, name, updateSeen, recommendationId).toBlocking().single().body();
}
Get a recommendation rule for an app.
Description for Get a recommendation rule for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
- name – Name of the recommendation.
- updateSeen – Specify <code>true</code> to update the last-seen timestamp of the recommendation object.
- recommendationId – The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry.
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Get a recommendation rule for an app.
* Description for Get a recommendation rule for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @param name Name of the recommendation.
* @param updateSeen Specify <code>true</code> to update the last-seen timestamp of the recommendation object.
* @param recommendationId The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<RecommendationRuleInner> getRuleDetailsByWebAppAsync(String resourceGroupName, String siteName, String name, Boolean updateSeen, String recommendationId, final ServiceCallback<RecommendationRuleInner> serviceCallback) {
return ServiceFuture.fromResponse(getRuleDetailsByWebAppWithServiceResponseAsync(resourceGroupName, siteName, name, updateSeen, recommendationId), serviceCallback);
}
Get a recommendation rule for an app.
Description for Get a recommendation rule for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
- name – Name of the recommendation.
- updateSeen – Specify <code>true</code> to update the last-seen timestamp of the recommendation object.
- recommendationId – The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the RecommendationRuleInner object
/**
* Get a recommendation rule for an app.
* Description for Get a recommendation rule for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @param name Name of the recommendation.
* @param updateSeen Specify <code>true</code> to update the last-seen timestamp of the recommendation object.
* @param recommendationId The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the RecommendationRuleInner object
*/
public Observable<RecommendationRuleInner> getRuleDetailsByWebAppAsync(String resourceGroupName, String siteName, String name, Boolean updateSeen, String recommendationId) {
return getRuleDetailsByWebAppWithServiceResponseAsync(resourceGroupName, siteName, name, updateSeen, recommendationId).map(new Func1<ServiceResponse<RecommendationRuleInner>, RecommendationRuleInner>() {
@Override
public RecommendationRuleInner call(ServiceResponse<RecommendationRuleInner> response) {
return response.body();
}
});
}
Get a recommendation rule for an app.
Description for Get a recommendation rule for an app.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Name of the app.
- name – Name of the recommendation.
- updateSeen – Specify <code>true</code> to update the last-seen timestamp of the recommendation object.
- recommendationId – The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the RecommendationRuleInner object
/**
* Get a recommendation rule for an app.
* Description for Get a recommendation rule for an app.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Name of the app.
* @param name Name of the recommendation.
* @param updateSeen Specify <code>true</code> to update the last-seen timestamp of the recommendation object.
* @param recommendationId The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the RecommendationRuleInner object
*/
public Observable<ServiceResponse<RecommendationRuleInner>> getRuleDetailsByWebAppWithServiceResponseAsync(String resourceGroupName, String siteName, String name, Boolean updateSeen, String recommendationId) {
if (resourceGroupName == null) {
throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.");
}
if (siteName == null) {
throw new IllegalArgumentException("Parameter siteName is required and cannot be null.");
}
if (name == null) {
throw new IllegalArgumentException("Parameter name is required and cannot be null.");
}
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
return service.getRuleDetailsByWebApp(resourceGroupName, siteName, name, this.client.subscriptionId(), updateSeen, recommendationId, this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<RecommendationRuleInner>>>() {
@Override
public Observable<ServiceResponse<RecommendationRuleInner>> call(Response<ResponseBody> response) {
try {
ServiceResponse<RecommendationRuleInner> clientResponse = getRuleDetailsByWebAppDelegate(response);
return Observable.just(clientResponse);
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
private ServiceResponse<RecommendationRuleInner> getRuleDetailsByWebAppDelegate(Response<ResponseBody> response) throws DefaultErrorResponseException, IOException, IllegalArgumentException {
return this.client.restClient().responseBuilderFactory().<RecommendationRuleInner, DefaultErrorResponseException>newInstance(this.client.serializerAdapter())
.register(200, new TypeToken<RecommendationRuleInner>() { }.getType())
.registerError(DefaultErrorResponseException.class)
.build(response);
}
Disables the specific rule for a web site permanently.
Description for Disables the specific rule for a web site permanently.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Site name
- name – Rule name
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
/**
* Disables the specific rule for a web site permanently.
* Description for Disables the specific rule for a web site permanently.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Site name
* @param name Rule name
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
*/
public void disableRecommendationForSite(String resourceGroupName, String siteName, String name) {
disableRecommendationForSiteWithServiceResponseAsync(resourceGroupName, siteName, name).toBlocking().single().body();
}
Disables the specific rule for a web site permanently.
Description for Disables the specific rule for a web site permanently.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Site name
- name – Rule name
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Disables the specific rule for a web site permanently.
* Description for Disables the specific rule for a web site permanently.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Site name
* @param name Rule name
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<Void> disableRecommendationForSiteAsync(String resourceGroupName, String siteName, String name, final ServiceCallback<Void> serviceCallback) {
return ServiceFuture.fromResponse(disableRecommendationForSiteWithServiceResponseAsync(resourceGroupName, siteName, name), serviceCallback);
}
Disables the specific rule for a web site permanently.
Description for Disables the specific rule for a web site permanently.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Site name
- name – Rule name
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceResponse
object if successful.
/**
* Disables the specific rule for a web site permanently.
* Description for Disables the specific rule for a web site permanently.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Site name
* @param name Rule name
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceResponse} object if successful.
*/
public Observable<Void> disableRecommendationForSiteAsync(String resourceGroupName, String siteName, String name) {
return disableRecommendationForSiteWithServiceResponseAsync(resourceGroupName, siteName, name).map(new Func1<ServiceResponse<Void>, Void>() {
@Override
public Void call(ServiceResponse<Void> response) {
return response.body();
}
});
}
Disables the specific rule for a web site permanently.
Description for Disables the specific rule for a web site permanently.
Params: - resourceGroupName – Name of the resource group to which the resource belongs.
- siteName – Site name
- name – Rule name
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceResponse
object if successful.
/**
* Disables the specific rule for a web site permanently.
* Description for Disables the specific rule for a web site permanently.
*
* @param resourceGroupName Name of the resource group to which the resource belongs.
* @param siteName Site name
* @param name Rule name
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceResponse} object if successful.
*/
public Observable<ServiceResponse<Void>> disableRecommendationForSiteWithServiceResponseAsync(String resourceGroupName, String siteName, String name) {
if (resourceGroupName == null) {
throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.");
}
if (siteName == null) {
throw new IllegalArgumentException("Parameter siteName is required and cannot be null.");
}
if (name == null) {
throw new IllegalArgumentException("Parameter name is required and cannot be null.");
}
if (this.client.subscriptionId() == null) {
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
}
if (this.client.apiVersion() == null) {
throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null.");
}
return service.disableRecommendationForSite(resourceGroupName, siteName, name, this.client.subscriptionId(), this.client.apiVersion(), this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Void>>>() {
@Override
public Observable<ServiceResponse<Void>> call(Response<ResponseBody> response) {
try {
ServiceResponse<Void> clientResponse = disableRecommendationForSiteDelegate(response);
return Observable.just(clientResponse);
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
private ServiceResponse<Void> disableRecommendationForSiteDelegate(Response<ResponseBody> response) throws DefaultErrorResponseException, IOException, IllegalArgumentException {
return this.client.restClient().responseBuilderFactory().<Void, DefaultErrorResponseException>newInstance(this.client.serializerAdapter())
.register(200, new TypeToken<Void>() { }.getType())
.registerError(DefaultErrorResponseException.class)
.build(response);
}
List all recommendations for a subscription.
Description for List all recommendations for a subscription.
Params: - nextPageLink – The NextLink from the previous successful call to List operation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
Returns: the PagedList<RecommendationInner> object if successful.
/**
* List all recommendations for a subscription.
* Description for List all recommendations for a subscription.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the PagedList<RecommendationInner> object if successful.
*/
public PagedList<RecommendationInner> listNext(final String nextPageLink) {
ServiceResponse<Page<RecommendationInner>> response = listNextSinglePageAsync(nextPageLink).toBlocking().single();
return new PagedList<RecommendationInner>(response.body()) {
@Override
public Page<RecommendationInner> nextPage(String nextPageLink) {
return listNextSinglePageAsync(nextPageLink).toBlocking().single().body();
}
};
}
List all recommendations for a subscription.
Description for List all recommendations for a subscription.
Params: - nextPageLink – The NextLink from the previous successful call to List operation.
- serviceFuture – the ServiceFuture object tracking the Retrofit calls
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* List all recommendations for a subscription.
* Description for List all recommendations for a subscription.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @param serviceFuture the ServiceFuture object tracking the Retrofit calls
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<List<RecommendationInner>> listNextAsync(final String nextPageLink, final ServiceFuture<List<RecommendationInner>> serviceFuture, final ListOperationCallback<RecommendationInner> serviceCallback) {
return AzureServiceFuture.fromPageResponse(
listNextSinglePageAsync(nextPageLink),
new Func1<String, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(String nextPageLink) {
return listNextSinglePageAsync(nextPageLink);
}
},
serviceCallback);
}
List all recommendations for a subscription.
Description for List all recommendations for a subscription.
Params: - nextPageLink – The NextLink from the previous successful call to List operation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* List all recommendations for a subscription.
* Description for List all recommendations for a subscription.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<Page<RecommendationInner>> listNextAsync(final String nextPageLink) {
return listNextWithServiceResponseAsync(nextPageLink)
.map(new Func1<ServiceResponse<Page<RecommendationInner>>, Page<RecommendationInner>>() {
@Override
public Page<RecommendationInner> call(ServiceResponse<Page<RecommendationInner>> response) {
return response.body();
}
});
}
List all recommendations for a subscription.
Description for List all recommendations for a subscription.
Params: - nextPageLink – The NextLink from the previous successful call to List operation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* List all recommendations for a subscription.
* Description for List all recommendations for a subscription.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listNextWithServiceResponseAsync(final String nextPageLink) {
return listNextSinglePageAsync(nextPageLink)
.concatMap(new Func1<ServiceResponse<Page<RecommendationInner>>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(ServiceResponse<Page<RecommendationInner>> page) {
String nextPageLink = page.body().nextPageLink();
if (nextPageLink == null) {
return Observable.just(page);
}
return Observable.just(page).concatWith(listNextWithServiceResponseAsync(nextPageLink));
}
});
}
List all recommendations for a subscription.
Description for List all recommendations for a subscription.
ServiceResponse> * @param nextPageLink The NextLink from the previous successful call to List operation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the PagedList<RecommendationInner> object wrapped in ServiceResponse
if successful.
/**
* List all recommendations for a subscription.
* Description for List all recommendations for a subscription.
*
ServiceResponse<PageImpl<RecommendationInner>> * @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the PagedList<RecommendationInner> object wrapped in {@link ServiceResponse} if successful.
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listNextSinglePageAsync(final String nextPageLink) {
if (nextPageLink == null) {
throw new IllegalArgumentException("Parameter nextPageLink is required and cannot be null.");
}
String nextUrl = String.format("%s", nextPageLink);
return service.listNext(nextUrl, this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(Response<ResponseBody> response) {
try {
ServiceResponse<PageImpl<RecommendationInner>> result = listNextDelegate(response);
return Observable.just(new ServiceResponse<Page<RecommendationInner>>(result.body(), result.response()));
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
private ServiceResponse<PageImpl<RecommendationInner>> listNextDelegate(Response<ResponseBody> response) throws DefaultErrorResponseException, IOException, IllegalArgumentException {
return this.client.restClient().responseBuilderFactory().<PageImpl<RecommendationInner>, DefaultErrorResponseException>newInstance(this.client.serializerAdapter())
.register(200, new TypeToken<PageImpl<RecommendationInner>>() { }.getType())
.registerError(DefaultErrorResponseException.class)
.build(response);
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - nextPageLink – The NextLink from the previous successful call to List operation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
Returns: the PagedList<RecommendationInner> object if successful.
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the PagedList<RecommendationInner> object if successful.
*/
public PagedList<RecommendationInner> listHistoryForHostingEnvironmentNext(final String nextPageLink) {
ServiceResponse<Page<RecommendationInner>> response = listHistoryForHostingEnvironmentNextSinglePageAsync(nextPageLink).toBlocking().single();
return new PagedList<RecommendationInner>(response.body()) {
@Override
public Page<RecommendationInner> nextPage(String nextPageLink) {
return listHistoryForHostingEnvironmentNextSinglePageAsync(nextPageLink).toBlocking().single().body();
}
};
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - nextPageLink – The NextLink from the previous successful call to List operation.
- serviceFuture – the ServiceFuture object tracking the Retrofit calls
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @param serviceFuture the ServiceFuture object tracking the Retrofit calls
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<List<RecommendationInner>> listHistoryForHostingEnvironmentNextAsync(final String nextPageLink, final ServiceFuture<List<RecommendationInner>> serviceFuture, final ListOperationCallback<RecommendationInner> serviceCallback) {
return AzureServiceFuture.fromPageResponse(
listHistoryForHostingEnvironmentNextSinglePageAsync(nextPageLink),
new Func1<String, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(String nextPageLink) {
return listHistoryForHostingEnvironmentNextSinglePageAsync(nextPageLink);
}
},
serviceCallback);
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - nextPageLink – The NextLink from the previous successful call to List operation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<Page<RecommendationInner>> listHistoryForHostingEnvironmentNextAsync(final String nextPageLink) {
return listHistoryForHostingEnvironmentNextWithServiceResponseAsync(nextPageLink)
.map(new Func1<ServiceResponse<Page<RecommendationInner>>, Page<RecommendationInner>>() {
@Override
public Page<RecommendationInner> call(ServiceResponse<Page<RecommendationInner>> response) {
return response.body();
}
});
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - nextPageLink – The NextLink from the previous successful call to List operation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listHistoryForHostingEnvironmentNextWithServiceResponseAsync(final String nextPageLink) {
return listHistoryForHostingEnvironmentNextSinglePageAsync(nextPageLink)
.concatMap(new Func1<ServiceResponse<Page<RecommendationInner>>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(ServiceResponse<Page<RecommendationInner>> page) {
String nextPageLink = page.body().nextPageLink();
if (nextPageLink == null) {
return Observable.just(page);
}
return Observable.just(page).concatWith(listHistoryForHostingEnvironmentNextWithServiceResponseAsync(nextPageLink));
}
});
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
ServiceResponse> * @param nextPageLink The NextLink from the previous successful call to List operation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the PagedList<RecommendationInner> object wrapped in ServiceResponse
if successful.
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
ServiceResponse<PageImpl<RecommendationInner>> * @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the PagedList<RecommendationInner> object wrapped in {@link ServiceResponse} if successful.
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listHistoryForHostingEnvironmentNextSinglePageAsync(final String nextPageLink) {
if (nextPageLink == null) {
throw new IllegalArgumentException("Parameter nextPageLink is required and cannot be null.");
}
String nextUrl = String.format("%s", nextPageLink);
return service.listHistoryForHostingEnvironmentNext(nextUrl, this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(Response<ResponseBody> response) {
try {
ServiceResponse<PageImpl<RecommendationInner>> result = listHistoryForHostingEnvironmentNextDelegate(response);
return Observable.just(new ServiceResponse<Page<RecommendationInner>>(result.body(), result.response()));
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
private ServiceResponse<PageImpl<RecommendationInner>> listHistoryForHostingEnvironmentNextDelegate(Response<ResponseBody> response) throws DefaultErrorResponseException, IOException, IllegalArgumentException {
return this.client.restClient().responseBuilderFactory().<PageImpl<RecommendationInner>, DefaultErrorResponseException>newInstance(this.client.serializerAdapter())
.register(200, new TypeToken<PageImpl<RecommendationInner>>() { }.getType())
.registerError(DefaultErrorResponseException.class)
.build(response);
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - nextPageLink – The NextLink from the previous successful call to List operation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
Returns: the PagedList<RecommendationInner> object if successful.
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the PagedList<RecommendationInner> object if successful.
*/
public PagedList<RecommendationInner> listRecommendedRulesForHostingEnvironmentNext(final String nextPageLink) {
ServiceResponse<Page<RecommendationInner>> response = listRecommendedRulesForHostingEnvironmentNextSinglePageAsync(nextPageLink).toBlocking().single();
return new PagedList<RecommendationInner>(response.body()) {
@Override
public Page<RecommendationInner> nextPage(String nextPageLink) {
return listRecommendedRulesForHostingEnvironmentNextSinglePageAsync(nextPageLink).toBlocking().single().body();
}
};
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - nextPageLink – The NextLink from the previous successful call to List operation.
- serviceFuture – the ServiceFuture object tracking the Retrofit calls
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @param serviceFuture the ServiceFuture object tracking the Retrofit calls
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<List<RecommendationInner>> listRecommendedRulesForHostingEnvironmentNextAsync(final String nextPageLink, final ServiceFuture<List<RecommendationInner>> serviceFuture, final ListOperationCallback<RecommendationInner> serviceCallback) {
return AzureServiceFuture.fromPageResponse(
listRecommendedRulesForHostingEnvironmentNextSinglePageAsync(nextPageLink),
new Func1<String, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(String nextPageLink) {
return listRecommendedRulesForHostingEnvironmentNextSinglePageAsync(nextPageLink);
}
},
serviceCallback);
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - nextPageLink – The NextLink from the previous successful call to List operation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<Page<RecommendationInner>> listRecommendedRulesForHostingEnvironmentNextAsync(final String nextPageLink) {
return listRecommendedRulesForHostingEnvironmentNextWithServiceResponseAsync(nextPageLink)
.map(new Func1<ServiceResponse<Page<RecommendationInner>>, Page<RecommendationInner>>() {
@Override
public Page<RecommendationInner> call(ServiceResponse<Page<RecommendationInner>> response) {
return response.body();
}
});
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - nextPageLink – The NextLink from the previous successful call to List operation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listRecommendedRulesForHostingEnvironmentNextWithServiceResponseAsync(final String nextPageLink) {
return listRecommendedRulesForHostingEnvironmentNextSinglePageAsync(nextPageLink)
.concatMap(new Func1<ServiceResponse<Page<RecommendationInner>>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(ServiceResponse<Page<RecommendationInner>> page) {
String nextPageLink = page.body().nextPageLink();
if (nextPageLink == null) {
return Observable.just(page);
}
return Observable.just(page).concatWith(listRecommendedRulesForHostingEnvironmentNextWithServiceResponseAsync(nextPageLink));
}
});
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
ServiceResponse> * @param nextPageLink The NextLink from the previous successful call to List operation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the PagedList<RecommendationInner> object wrapped in ServiceResponse
if successful.
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
ServiceResponse<PageImpl<RecommendationInner>> * @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the PagedList<RecommendationInner> object wrapped in {@link ServiceResponse} if successful.
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listRecommendedRulesForHostingEnvironmentNextSinglePageAsync(final String nextPageLink) {
if (nextPageLink == null) {
throw new IllegalArgumentException("Parameter nextPageLink is required and cannot be null.");
}
String nextUrl = String.format("%s", nextPageLink);
return service.listRecommendedRulesForHostingEnvironmentNext(nextUrl, this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(Response<ResponseBody> response) {
try {
ServiceResponse<PageImpl<RecommendationInner>> result = listRecommendedRulesForHostingEnvironmentNextDelegate(response);
return Observable.just(new ServiceResponse<Page<RecommendationInner>>(result.body(), result.response()));
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
private ServiceResponse<PageImpl<RecommendationInner>> listRecommendedRulesForHostingEnvironmentNextDelegate(Response<ResponseBody> response) throws DefaultErrorResponseException, IOException, IllegalArgumentException {
return this.client.restClient().responseBuilderFactory().<PageImpl<RecommendationInner>, DefaultErrorResponseException>newInstance(this.client.serializerAdapter())
.register(200, new TypeToken<PageImpl<RecommendationInner>>() { }.getType())
.registerError(DefaultErrorResponseException.class)
.build(response);
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - nextPageLink – The NextLink from the previous successful call to List operation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
Returns: the PagedList<RecommendationInner> object if successful.
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the PagedList<RecommendationInner> object if successful.
*/
public PagedList<RecommendationInner> listHistoryForWebAppNext(final String nextPageLink) {
ServiceResponse<Page<RecommendationInner>> response = listHistoryForWebAppNextSinglePageAsync(nextPageLink).toBlocking().single();
return new PagedList<RecommendationInner>(response.body()) {
@Override
public Page<RecommendationInner> nextPage(String nextPageLink) {
return listHistoryForWebAppNextSinglePageAsync(nextPageLink).toBlocking().single().body();
}
};
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - nextPageLink – The NextLink from the previous successful call to List operation.
- serviceFuture – the ServiceFuture object tracking the Retrofit calls
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @param serviceFuture the ServiceFuture object tracking the Retrofit calls
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<List<RecommendationInner>> listHistoryForWebAppNextAsync(final String nextPageLink, final ServiceFuture<List<RecommendationInner>> serviceFuture, final ListOperationCallback<RecommendationInner> serviceCallback) {
return AzureServiceFuture.fromPageResponse(
listHistoryForWebAppNextSinglePageAsync(nextPageLink),
new Func1<String, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(String nextPageLink) {
return listHistoryForWebAppNextSinglePageAsync(nextPageLink);
}
},
serviceCallback);
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - nextPageLink – The NextLink from the previous successful call to List operation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<Page<RecommendationInner>> listHistoryForWebAppNextAsync(final String nextPageLink) {
return listHistoryForWebAppNextWithServiceResponseAsync(nextPageLink)
.map(new Func1<ServiceResponse<Page<RecommendationInner>>, Page<RecommendationInner>>() {
@Override
public Page<RecommendationInner> call(ServiceResponse<Page<RecommendationInner>> response) {
return response.body();
}
});
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
Params: - nextPageLink – The NextLink from the previous successful call to List operation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listHistoryForWebAppNextWithServiceResponseAsync(final String nextPageLink) {
return listHistoryForWebAppNextSinglePageAsync(nextPageLink)
.concatMap(new Func1<ServiceResponse<Page<RecommendationInner>>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(ServiceResponse<Page<RecommendationInner>> page) {
String nextPageLink = page.body().nextPageLink();
if (nextPageLink == null) {
return Observable.just(page);
}
return Observable.just(page).concatWith(listHistoryForWebAppNextWithServiceResponseAsync(nextPageLink));
}
});
}
Get past recommendations for an app, optionally specified by the time range.
Description for Get past recommendations for an app, optionally specified by the time range.
ServiceResponse> * @param nextPageLink The NextLink from the previous successful call to List operation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the PagedList<RecommendationInner> object wrapped in ServiceResponse
if successful.
/**
* Get past recommendations for an app, optionally specified by the time range.
* Description for Get past recommendations for an app, optionally specified by the time range.
*
ServiceResponse<PageImpl<RecommendationInner>> * @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the PagedList<RecommendationInner> object wrapped in {@link ServiceResponse} if successful.
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listHistoryForWebAppNextSinglePageAsync(final String nextPageLink) {
if (nextPageLink == null) {
throw new IllegalArgumentException("Parameter nextPageLink is required and cannot be null.");
}
String nextUrl = String.format("%s", nextPageLink);
return service.listHistoryForWebAppNext(nextUrl, this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(Response<ResponseBody> response) {
try {
ServiceResponse<PageImpl<RecommendationInner>> result = listHistoryForWebAppNextDelegate(response);
return Observable.just(new ServiceResponse<Page<RecommendationInner>>(result.body(), result.response()));
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
private ServiceResponse<PageImpl<RecommendationInner>> listHistoryForWebAppNextDelegate(Response<ResponseBody> response) throws DefaultErrorResponseException, IOException, IllegalArgumentException {
return this.client.restClient().responseBuilderFactory().<PageImpl<RecommendationInner>, DefaultErrorResponseException>newInstance(this.client.serializerAdapter())
.register(200, new TypeToken<PageImpl<RecommendationInner>>() { }.getType())
.registerError(DefaultErrorResponseException.class)
.build(response);
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - nextPageLink – The NextLink from the previous successful call to List operation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
- DefaultErrorResponseException – thrown if the request is rejected by server
- RuntimeException – all other wrapped checked exceptions if the request fails to be sent
Returns: the PagedList<RecommendationInner> object if successful.
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws DefaultErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
* @return the PagedList<RecommendationInner> object if successful.
*/
public PagedList<RecommendationInner> listRecommendedRulesForWebAppNext(final String nextPageLink) {
ServiceResponse<Page<RecommendationInner>> response = listRecommendedRulesForWebAppNextSinglePageAsync(nextPageLink).toBlocking().single();
return new PagedList<RecommendationInner>(response.body()) {
@Override
public Page<RecommendationInner> nextPage(String nextPageLink) {
return listRecommendedRulesForWebAppNextSinglePageAsync(nextPageLink).toBlocking().single().body();
}
};
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - nextPageLink – The NextLink from the previous successful call to List operation.
- serviceFuture – the ServiceFuture object tracking the Retrofit calls
- serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the ServiceFuture
object
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @param serviceFuture the ServiceFuture object tracking the Retrofit calls
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
*/
public ServiceFuture<List<RecommendationInner>> listRecommendedRulesForWebAppNextAsync(final String nextPageLink, final ServiceFuture<List<RecommendationInner>> serviceFuture, final ListOperationCallback<RecommendationInner> serviceCallback) {
return AzureServiceFuture.fromPageResponse(
listRecommendedRulesForWebAppNextSinglePageAsync(nextPageLink),
new Func1<String, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(String nextPageLink) {
return listRecommendedRulesForWebAppNextSinglePageAsync(nextPageLink);
}
},
serviceCallback);
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - nextPageLink – The NextLink from the previous successful call to List operation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<Page<RecommendationInner>> listRecommendedRulesForWebAppNextAsync(final String nextPageLink) {
return listRecommendedRulesForWebAppNextWithServiceResponseAsync(nextPageLink)
.map(new Func1<ServiceResponse<Page<RecommendationInner>>, Page<RecommendationInner>>() {
@Override
public Page<RecommendationInner> call(ServiceResponse<Page<RecommendationInner>> response) {
return response.body();
}
});
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
Params: - nextPageLink – The NextLink from the previous successful call to List operation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the observable to the PagedList<RecommendationInner> object
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<RecommendationInner> object
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listRecommendedRulesForWebAppNextWithServiceResponseAsync(final String nextPageLink) {
return listRecommendedRulesForWebAppNextSinglePageAsync(nextPageLink)
.concatMap(new Func1<ServiceResponse<Page<RecommendationInner>>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(ServiceResponse<Page<RecommendationInner>> page) {
String nextPageLink = page.body().nextPageLink();
if (nextPageLink == null) {
return Observable.just(page);
}
return Observable.just(page).concatWith(listRecommendedRulesForWebAppNextWithServiceResponseAsync(nextPageLink));
}
});
}
Get all recommendations for an app.
Description for Get all recommendations for an app.
ServiceResponse> * @param nextPageLink The NextLink from the previous successful call to List operation.
Throws: - IllegalArgumentException – thrown if parameters fail the validation
Returns: the PagedList<RecommendationInner> object wrapped in ServiceResponse
if successful.
/**
* Get all recommendations for an app.
* Description for Get all recommendations for an app.
*
ServiceResponse<PageImpl<RecommendationInner>> * @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the PagedList<RecommendationInner> object wrapped in {@link ServiceResponse} if successful.
*/
public Observable<ServiceResponse<Page<RecommendationInner>>> listRecommendedRulesForWebAppNextSinglePageAsync(final String nextPageLink) {
if (nextPageLink == null) {
throw new IllegalArgumentException("Parameter nextPageLink is required and cannot be null.");
}
String nextUrl = String.format("%s", nextPageLink);
return service.listRecommendedRulesForWebAppNext(nextUrl, this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Page<RecommendationInner>>>>() {
@Override
public Observable<ServiceResponse<Page<RecommendationInner>>> call(Response<ResponseBody> response) {
try {
ServiceResponse<PageImpl<RecommendationInner>> result = listRecommendedRulesForWebAppNextDelegate(response);
return Observable.just(new ServiceResponse<Page<RecommendationInner>>(result.body(), result.response()));
} catch (Throwable t) {
return Observable.error(t);
}
}
});
}
private ServiceResponse<PageImpl<RecommendationInner>> listRecommendedRulesForWebAppNextDelegate(Response<ResponseBody> response) throws DefaultErrorResponseException, IOException, IllegalArgumentException {
return this.client.restClient().responseBuilderFactory().<PageImpl<RecommendationInner>, DefaultErrorResponseException>newInstance(this.client.serializerAdapter())
.register(200, new TypeToken<PageImpl<RecommendationInner>>() { }.getType())
.registerError(DefaultErrorResponseException.class)
.build(response);
}
}