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.containerservice.implementation; import com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsGet; import com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsDelete; import com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsListing; import retrofit2.Retrofit; import com.google.common.reflect.TypeToken; import com.microsoft.azure.AzureServiceFuture; import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; import com.microsoft.azure.management.containerservice.ManagedClusterAADProfile; import com.microsoft.azure.management.containerservice.ManagedClusterServicePrincipalProfile; import com.microsoft.azure.management.containerservice.TagsObject; 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 com.microsoft.rest.Validator; import java.io.IOException; import java.util.List; import java.util.Map; import okhttp3.ResponseBody; import retrofit2.http.Body; import retrofit2.http.GET; import retrofit2.http.Header; import retrofit2.http.Headers; import retrofit2.http.HTTP; import retrofit2.http.PATCH; import retrofit2.http.Path; import retrofit2.http.POST; import retrofit2.http.PUT; 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 ManagedClusters.
/** * An instance of this class provides access to all the operations defined * in ManagedClusters. */
public class ManagedClustersInner implements InnerSupportsGet<ManagedClusterInner>, InnerSupportsDelete<Void>, InnerSupportsListing<ManagedClusterInner> {
The Retrofit service to perform REST calls.
/** The Retrofit service to perform REST calls. */
private ManagedClustersService service;
The service client containing this operation class.
/** The service client containing this operation class. */
private ContainerServiceManagementClientImpl client;
Initializes an instance of ManagedClustersInner.
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 ManagedClustersInner. * * @param retrofit the Retrofit instance built from a Retrofit Builder. * @param client the instance of the service client containing this operation class. */
public ManagedClustersInner(Retrofit retrofit, ContainerServiceManagementClientImpl client) { this.service = retrofit.create(ManagedClustersService.class); this.client = client; }
The interface defining all the services for ManagedClusters to be used by Retrofit to perform actually REST calls.
/** * The interface defining all the services for ManagedClusters to be * used by Retrofit to perform actually REST calls. */
interface ManagedClustersService { @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.containerservice.ManagedClusters list" }) @GET("subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedClusters") Observable<Response<ResponseBody>> list(@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.containerservice.ManagedClusters listByResourceGroup" }) @GET("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters") Observable<Response<ResponseBody>> listByResourceGroup(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @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.containerservice.ManagedClusters getUpgradeProfile" }) @GET("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/upgradeProfiles/default") Observable<Response<ResponseBody>> getUpgradeProfile(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @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.containerservice.ManagedClusters getAccessProfile" }) @POST("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/accessProfiles/{roleName}/listCredential") Observable<Response<ResponseBody>> getAccessProfile(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @Path("roleName") String roleName, @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.containerservice.ManagedClusters listClusterAdminCredentials" }) @POST("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterAdminCredential") Observable<Response<ResponseBody>> listClusterAdminCredentials(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @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.containerservice.ManagedClusters listClusterUserCredentials" }) @POST("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterUserCredential") Observable<Response<ResponseBody>> listClusterUserCredentials(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @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.containerservice.ManagedClusters listClusterMonitoringUserCredentials" }) @POST("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterMonitoringUserCredential") Observable<Response<ResponseBody>> listClusterMonitoringUserCredentials(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @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.containerservice.ManagedClusters getByResourceGroup" }) @GET("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}") Observable<Response<ResponseBody>> getByResourceGroup(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @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.containerservice.ManagedClusters createOrUpdate" }) @PUT("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}") Observable<Response<ResponseBody>> createOrUpdate(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @Query("api-version") String apiVersion, @Body ManagedClusterInner parameters, @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.containerservice.ManagedClusters beginCreateOrUpdate" }) @PUT("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}") Observable<Response<ResponseBody>> beginCreateOrUpdate(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @Query("api-version") String apiVersion, @Body ManagedClusterInner parameters, @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.containerservice.ManagedClusters updateTags" }) @PATCH("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}") Observable<Response<ResponseBody>> updateTags(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Body TagsObject parameters, @Header("User-Agent") String userAgent); @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.containerservice.ManagedClusters beginUpdateTags" }) @PATCH("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}") Observable<Response<ResponseBody>> beginUpdateTags(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Body TagsObject parameters, @Header("User-Agent") String userAgent); @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.containerservice.ManagedClusters delete" }) @HTTP(path = "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}", method = "DELETE", hasBody = true) Observable<Response<ResponseBody>> delete(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @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.containerservice.ManagedClusters beginDelete" }) @HTTP(path = "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}", method = "DELETE", hasBody = true) Observable<Response<ResponseBody>> beginDelete(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @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.containerservice.ManagedClusters resetServicePrincipalProfile" }) @POST("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetServicePrincipalProfile") Observable<Response<ResponseBody>> resetServicePrincipalProfile(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @Query("api-version") String apiVersion, @Body ManagedClusterServicePrincipalProfile parameters, @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.containerservice.ManagedClusters beginResetServicePrincipalProfile" }) @POST("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetServicePrincipalProfile") Observable<Response<ResponseBody>> beginResetServicePrincipalProfile(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @Query("api-version") String apiVersion, @Body ManagedClusterServicePrincipalProfile parameters, @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.containerservice.ManagedClusters resetAADProfile" }) @POST("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetAADProfile") Observable<Response<ResponseBody>> resetAADProfile(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @Query("api-version") String apiVersion, @Body ManagedClusterAADProfile parameters, @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.containerservice.ManagedClusters beginResetAADProfile" }) @POST("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetAADProfile") Observable<Response<ResponseBody>> beginResetAADProfile(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @Query("api-version") String apiVersion, @Body ManagedClusterAADProfile parameters, @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.containerservice.ManagedClusters rotateClusterCertificates" }) @POST("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateClusterCertificates") Observable<Response<ResponseBody>> rotateClusterCertificates(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @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.containerservice.ManagedClusters beginRotateClusterCertificates" }) @POST("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateClusterCertificates") Observable<Response<ResponseBody>> beginRotateClusterCertificates(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @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.containerservice.ManagedClusters stop" }) @POST("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/stop") Observable<Response<ResponseBody>> stop(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @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.containerservice.ManagedClusters beginStop" }) @POST("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/stop") Observable<Response<ResponseBody>> beginStop(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @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.containerservice.ManagedClusters start" }) @POST("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/start") Observable<Response<ResponseBody>> start(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @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.containerservice.ManagedClusters beginStart" }) @POST("subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/start") Observable<Response<ResponseBody>> beginStart(@Path("subscriptionId") String subscriptionId, @Path("resourceGroupName") String resourceGroupName, @Path("resourceName") String resourceName, @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.containerservice.ManagedClusters 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.containerservice.ManagedClusters listByResourceGroupNext" }) @GET Observable<Response<ResponseBody>> listByResourceGroupNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); }
Gets a list of managed clusters in the specified subscription. Gets a list of managed clusters in the specified subscription. The operation returns properties of each managed cluster.
Throws:
  • IllegalArgumentException – thrown if parameters fail the validation
  • CloudException – thrown if the request is rejected by server
  • RuntimeException – all other wrapped checked exceptions if the request fails to be sent
Returns:the PagedList<ManagedClusterInner> object if successful.
/** * Gets a list of managed clusters in the specified subscription. * Gets a list of managed clusters in the specified subscription. The operation returns properties of each managed cluster. * * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException 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&lt;ManagedClusterInner&gt; object if successful. */
public PagedList<ManagedClusterInner> list() { ServiceResponse<Page<ManagedClusterInner>> response = listSinglePageAsync().toBlocking().single(); return new PagedList<ManagedClusterInner>(response.body()) { @Override public Page<ManagedClusterInner> nextPage(String nextPageLink) { return listNextSinglePageAsync(nextPageLink).toBlocking().single().body(); } }; }
Gets a list of managed clusters in the specified subscription. Gets a list of managed clusters in the specified subscription. The operation returns properties of each managed cluster.
Params:
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Gets a list of managed clusters in the specified subscription. * Gets a list of managed clusters in the specified subscription. The operation returns properties of each managed cluster. * * @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<ManagedClusterInner>> listAsync(final ListOperationCallback<ManagedClusterInner> serviceCallback) { return AzureServiceFuture.fromPageResponse( listSinglePageAsync(), new Func1<String, Observable<ServiceResponse<Page<ManagedClusterInner>>>>() { @Override public Observable<ServiceResponse<Page<ManagedClusterInner>>> call(String nextPageLink) { return listNextSinglePageAsync(nextPageLink); } }, serviceCallback); }
Gets a list of managed clusters in the specified subscription. Gets a list of managed clusters in the specified subscription. The operation returns properties of each managed cluster.
Throws:
  • IllegalArgumentException – thrown if parameters fail the validation
Returns:the observable to the PagedList<ManagedClusterInner> object
/** * Gets a list of managed clusters in the specified subscription. * Gets a list of managed clusters in the specified subscription. The operation returns properties of each managed cluster. * * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList&lt;ManagedClusterInner&gt; object */
public Observable<Page<ManagedClusterInner>> listAsync() { return listWithServiceResponseAsync() .map(new Func1<ServiceResponse<Page<ManagedClusterInner>>, Page<ManagedClusterInner>>() { @Override public Page<ManagedClusterInner> call(ServiceResponse<Page<ManagedClusterInner>> response) { return response.body(); } }); }
Gets a list of managed clusters in the specified subscription. Gets a list of managed clusters in the specified subscription. The operation returns properties of each managed cluster.
Throws:
  • IllegalArgumentException – thrown if parameters fail the validation
Returns:the observable to the PagedList<ManagedClusterInner> object
/** * Gets a list of managed clusters in the specified subscription. * Gets a list of managed clusters in the specified subscription. The operation returns properties of each managed cluster. * * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList&lt;ManagedClusterInner&gt; object */
public Observable<ServiceResponse<Page<ManagedClusterInner>>> listWithServiceResponseAsync() { return listSinglePageAsync() .concatMap(new Func1<ServiceResponse<Page<ManagedClusterInner>>, Observable<ServiceResponse<Page<ManagedClusterInner>>>>() { @Override public Observable<ServiceResponse<Page<ManagedClusterInner>>> call(ServiceResponse<Page<ManagedClusterInner>> page) { String nextPageLink = page.body().nextPageLink(); if (nextPageLink == null) { return Observable.just(page); } return Observable.just(page).concatWith(listNextWithServiceResponseAsync(nextPageLink)); } }); }
Gets a list of managed clusters in the specified subscription. Gets a list of managed clusters in the specified subscription. The operation returns properties of each managed cluster.
Throws:
  • IllegalArgumentException – thrown if parameters fail the validation
Returns:the PagedList<ManagedClusterInner> object wrapped in ServiceResponse if successful.
/** * Gets a list of managed clusters in the specified subscription. * Gets a list of managed clusters in the specified subscription. The operation returns properties of each managed cluster. * * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList&lt;ManagedClusterInner&gt; object wrapped in {@link ServiceResponse} if successful. */
public Observable<ServiceResponse<Page<ManagedClusterInner>>> listSinglePageAsync() { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } final String apiVersion = "2020-09-01"; return service.list(this.client.subscriptionId(), apiVersion, this.client.acceptLanguage(), this.client.userAgent()) .flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Page<ManagedClusterInner>>>>() { @Override public Observable<ServiceResponse<Page<ManagedClusterInner>>> call(Response<ResponseBody> response) { try { ServiceResponse<PageImpl<ManagedClusterInner>> result = listDelegate(response); return Observable.just(new ServiceResponse<Page<ManagedClusterInner>>(result.body(), result.response())); } catch (Throwable t) { return Observable.error(t); } } }); } private ServiceResponse<PageImpl<ManagedClusterInner>> listDelegate(Response<ResponseBody> response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().<PageImpl<ManagedClusterInner>, CloudException>newInstance(this.client.serializerAdapter()) .register(200, new TypeToken<PageImpl<ManagedClusterInner>>() { }.getType()) .registerError(CloudException.class) .build(response); }
Lists managed clusters in the specified subscription and resource group. Lists managed clusters in the specified subscription and resource group. The operation returns properties of each managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
Throws:
Returns:the PagedList<ManagedClusterInner> object if successful.
/** * Lists managed clusters in the specified subscription and resource group. * Lists managed clusters in the specified subscription and resource group. The operation returns properties of each managed cluster. * * @param resourceGroupName The name of the resource group. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException 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&lt;ManagedClusterInner&gt; object if successful. */
public PagedList<ManagedClusterInner> listByResourceGroup(final String resourceGroupName) { ServiceResponse<Page<ManagedClusterInner>> response = listByResourceGroupSinglePageAsync(resourceGroupName).toBlocking().single(); return new PagedList<ManagedClusterInner>(response.body()) { @Override public Page<ManagedClusterInner> nextPage(String nextPageLink) { return listByResourceGroupNextSinglePageAsync(nextPageLink).toBlocking().single().body(); } }; }
Lists managed clusters in the specified subscription and resource group. Lists managed clusters in the specified subscription and resource group. The operation returns properties of each managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Lists managed clusters in the specified subscription and resource group. * Lists managed clusters in the specified subscription and resource group. The operation returns properties of each managed cluster. * * @param resourceGroupName The name of the resource group. * @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<ManagedClusterInner>> listByResourceGroupAsync(final String resourceGroupName, final ListOperationCallback<ManagedClusterInner> serviceCallback) { return AzureServiceFuture.fromPageResponse( listByResourceGroupSinglePageAsync(resourceGroupName), new Func1<String, Observable<ServiceResponse<Page<ManagedClusterInner>>>>() { @Override public Observable<ServiceResponse<Page<ManagedClusterInner>>> call(String nextPageLink) { return listByResourceGroupNextSinglePageAsync(nextPageLink); } }, serviceCallback); }
Lists managed clusters in the specified subscription and resource group. Lists managed clusters in the specified subscription and resource group. The operation returns properties of each managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
Throws:
Returns:the observable to the PagedList<ManagedClusterInner> object
/** * Lists managed clusters in the specified subscription and resource group. * Lists managed clusters in the specified subscription and resource group. The operation returns properties of each managed cluster. * * @param resourceGroupName The name of the resource group. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList&lt;ManagedClusterInner&gt; object */
public Observable<Page<ManagedClusterInner>> listByResourceGroupAsync(final String resourceGroupName) { return listByResourceGroupWithServiceResponseAsync(resourceGroupName) .map(new Func1<ServiceResponse<Page<ManagedClusterInner>>, Page<ManagedClusterInner>>() { @Override public Page<ManagedClusterInner> call(ServiceResponse<Page<ManagedClusterInner>> response) { return response.body(); } }); }
Lists managed clusters in the specified subscription and resource group. Lists managed clusters in the specified subscription and resource group. The operation returns properties of each managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
Throws:
Returns:the observable to the PagedList<ManagedClusterInner> object
/** * Lists managed clusters in the specified subscription and resource group. * Lists managed clusters in the specified subscription and resource group. The operation returns properties of each managed cluster. * * @param resourceGroupName The name of the resource group. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList&lt;ManagedClusterInner&gt; object */
public Observable<ServiceResponse<Page<ManagedClusterInner>>> listByResourceGroupWithServiceResponseAsync(final String resourceGroupName) { return listByResourceGroupSinglePageAsync(resourceGroupName) .concatMap(new Func1<ServiceResponse<Page<ManagedClusterInner>>, Observable<ServiceResponse<Page<ManagedClusterInner>>>>() { @Override public Observable<ServiceResponse<Page<ManagedClusterInner>>> call(ServiceResponse<Page<ManagedClusterInner>> page) { String nextPageLink = page.body().nextPageLink(); if (nextPageLink == null) { return Observable.just(page); } return Observable.just(page).concatWith(listByResourceGroupNextWithServiceResponseAsync(nextPageLink)); } }); }
Lists managed clusters in the specified subscription and resource group. Lists managed clusters in the specified subscription and resource group. The operation returns properties of each managed cluster. ServiceResponse> * @param resourceGroupName The name of the resource group.
Throws:
Returns:the PagedList<ManagedClusterInner> object wrapped in ServiceResponse if successful.
/** * Lists managed clusters in the specified subscription and resource group. * Lists managed clusters in the specified subscription and resource group. The operation returns properties of each managed cluster. * ServiceResponse<PageImpl<ManagedClusterInner>> * @param resourceGroupName The name of the resource group. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList&lt;ManagedClusterInner&gt; object wrapped in {@link ServiceResponse} if successful. */
public Observable<ServiceResponse<Page<ManagedClusterInner>>> listByResourceGroupSinglePageAsync(final String resourceGroupName) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } final String apiVersion = "2020-09-01"; return service.listByResourceGroup(this.client.subscriptionId(), resourceGroupName, apiVersion, this.client.acceptLanguage(), this.client.userAgent()) .flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Page<ManagedClusterInner>>>>() { @Override public Observable<ServiceResponse<Page<ManagedClusterInner>>> call(Response<ResponseBody> response) { try { ServiceResponse<PageImpl<ManagedClusterInner>> result = listByResourceGroupDelegate(response); return Observable.just(new ServiceResponse<Page<ManagedClusterInner>>(result.body(), result.response())); } catch (Throwable t) { return Observable.error(t); } } }); } private ServiceResponse<PageImpl<ManagedClusterInner>> listByResourceGroupDelegate(Response<ResponseBody> response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().<PageImpl<ManagedClusterInner>, CloudException>newInstance(this.client.serializerAdapter()) .register(200, new TypeToken<PageImpl<ManagedClusterInner>>() { }.getType()) .registerError(CloudException.class) .build(response); }
Gets upgrade profile for a managed cluster. Gets the details of the upgrade profile for a managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the ManagedClusterUpgradeProfileInner object if successful.
/** * Gets upgrade profile for a managed cluster. * Gets the details of the upgrade profile for a managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent * @return the ManagedClusterUpgradeProfileInner object if successful. */
public ManagedClusterUpgradeProfileInner getUpgradeProfile(String resourceGroupName, String resourceName) { return getUpgradeProfileWithServiceResponseAsync(resourceGroupName, resourceName).toBlocking().single().body(); }
Gets upgrade profile for a managed cluster. Gets the details of the upgrade profile for a managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Gets upgrade profile for a managed cluster. * Gets the details of the upgrade profile for a managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @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<ManagedClusterUpgradeProfileInner> getUpgradeProfileAsync(String resourceGroupName, String resourceName, final ServiceCallback<ManagedClusterUpgradeProfileInner> serviceCallback) { return ServiceFuture.fromResponse(getUpgradeProfileWithServiceResponseAsync(resourceGroupName, resourceName), serviceCallback); }
Gets upgrade profile for a managed cluster. Gets the details of the upgrade profile for a managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable to the ManagedClusterUpgradeProfileInner object
/** * Gets upgrade profile for a managed cluster. * Gets the details of the upgrade profile for a managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ManagedClusterUpgradeProfileInner object */
public Observable<ManagedClusterUpgradeProfileInner> getUpgradeProfileAsync(String resourceGroupName, String resourceName) { return getUpgradeProfileWithServiceResponseAsync(resourceGroupName, resourceName).map(new Func1<ServiceResponse<ManagedClusterUpgradeProfileInner>, ManagedClusterUpgradeProfileInner>() { @Override public ManagedClusterUpgradeProfileInner call(ServiceResponse<ManagedClusterUpgradeProfileInner> response) { return response.body(); } }); }
Gets upgrade profile for a managed cluster. Gets the details of the upgrade profile for a managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable to the ManagedClusterUpgradeProfileInner object
/** * Gets upgrade profile for a managed cluster. * Gets the details of the upgrade profile for a managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ManagedClusterUpgradeProfileInner object */
public Observable<ServiceResponse<ManagedClusterUpgradeProfileInner>> getUpgradeProfileWithServiceResponseAsync(String resourceGroupName, String resourceName) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } final String apiVersion = "2020-09-01"; return service.getUpgradeProfile(this.client.subscriptionId(), resourceGroupName, resourceName, apiVersion, this.client.acceptLanguage(), this.client.userAgent()) .flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<ManagedClusterUpgradeProfileInner>>>() { @Override public Observable<ServiceResponse<ManagedClusterUpgradeProfileInner>> call(Response<ResponseBody> response) { try { ServiceResponse<ManagedClusterUpgradeProfileInner> clientResponse = getUpgradeProfileDelegate(response); return Observable.just(clientResponse); } catch (Throwable t) { return Observable.error(t); } } }); } private ServiceResponse<ManagedClusterUpgradeProfileInner> getUpgradeProfileDelegate(Response<ResponseBody> response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().<ManagedClusterUpgradeProfileInner, CloudException>newInstance(this.client.serializerAdapter()) .register(200, new TypeToken<ManagedClusterUpgradeProfileInner>() { }.getType()) .registerError(CloudException.class) .build(response); }
Gets an access profile of a managed cluster. Gets the accessProfile for the specified role name of the managed cluster with a specified resource group and name. **WARNING**: This API will be deprecated. Instead use [ListClusterUserCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusterusercredentials) or [ListClusterAdminCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusteradmincredentials) .
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • roleName – The name of the role for managed cluster accessProfile resource.
Throws:
Returns:the ManagedClusterAccessProfileInner object if successful.
/** * Gets an access profile of a managed cluster. * Gets the accessProfile for the specified role name of the managed cluster with a specified resource group and name. **WARNING**: This API will be deprecated. Instead use [ListClusterUserCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusterusercredentials) or [ListClusterAdminCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusteradmincredentials) . * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param roleName The name of the role for managed cluster accessProfile resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent * @return the ManagedClusterAccessProfileInner object if successful. */
public ManagedClusterAccessProfileInner getAccessProfile(String resourceGroupName, String resourceName, String roleName) { return getAccessProfileWithServiceResponseAsync(resourceGroupName, resourceName, roleName).toBlocking().single().body(); }
Gets an access profile of a managed cluster. Gets the accessProfile for the specified role name of the managed cluster with a specified resource group and name. **WARNING**: This API will be deprecated. Instead use [ListClusterUserCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusterusercredentials) or [ListClusterAdminCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusteradmincredentials) .
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • roleName – The name of the role for managed cluster accessProfile resource.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Gets an access profile of a managed cluster. * Gets the accessProfile for the specified role name of the managed cluster with a specified resource group and name. **WARNING**: This API will be deprecated. Instead use [ListClusterUserCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusterusercredentials) or [ListClusterAdminCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusteradmincredentials) . * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param roleName The name of the role for managed cluster accessProfile resource. * @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<ManagedClusterAccessProfileInner> getAccessProfileAsync(String resourceGroupName, String resourceName, String roleName, final ServiceCallback<ManagedClusterAccessProfileInner> serviceCallback) { return ServiceFuture.fromResponse(getAccessProfileWithServiceResponseAsync(resourceGroupName, resourceName, roleName), serviceCallback); }
Gets an access profile of a managed cluster. Gets the accessProfile for the specified role name of the managed cluster with a specified resource group and name. **WARNING**: This API will be deprecated. Instead use [ListClusterUserCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusterusercredentials) or [ListClusterAdminCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusteradmincredentials) .
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • roleName – The name of the role for managed cluster accessProfile resource.
Throws:
Returns:the observable to the ManagedClusterAccessProfileInner object
/** * Gets an access profile of a managed cluster. * Gets the accessProfile for the specified role name of the managed cluster with a specified resource group and name. **WARNING**: This API will be deprecated. Instead use [ListClusterUserCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusterusercredentials) or [ListClusterAdminCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusteradmincredentials) . * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param roleName The name of the role for managed cluster accessProfile resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ManagedClusterAccessProfileInner object */
public Observable<ManagedClusterAccessProfileInner> getAccessProfileAsync(String resourceGroupName, String resourceName, String roleName) { return getAccessProfileWithServiceResponseAsync(resourceGroupName, resourceName, roleName).map(new Func1<ServiceResponse<ManagedClusterAccessProfileInner>, ManagedClusterAccessProfileInner>() { @Override public ManagedClusterAccessProfileInner call(ServiceResponse<ManagedClusterAccessProfileInner> response) { return response.body(); } }); }
Gets an access profile of a managed cluster. Gets the accessProfile for the specified role name of the managed cluster with a specified resource group and name. **WARNING**: This API will be deprecated. Instead use [ListClusterUserCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusterusercredentials) or [ListClusterAdminCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusteradmincredentials) .
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • roleName – The name of the role for managed cluster accessProfile resource.
Throws:
Returns:the observable to the ManagedClusterAccessProfileInner object
/** * Gets an access profile of a managed cluster. * Gets the accessProfile for the specified role name of the managed cluster with a specified resource group and name. **WARNING**: This API will be deprecated. Instead use [ListClusterUserCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusterusercredentials) or [ListClusterAdminCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusteradmincredentials) . * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param roleName The name of the role for managed cluster accessProfile resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ManagedClusterAccessProfileInner object */
public Observable<ServiceResponse<ManagedClusterAccessProfileInner>> getAccessProfileWithServiceResponseAsync(String resourceGroupName, String resourceName, String roleName) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } if (roleName == null) { throw new IllegalArgumentException("Parameter roleName is required and cannot be null."); } final String apiVersion = "2020-09-01"; return service.getAccessProfile(this.client.subscriptionId(), resourceGroupName, resourceName, roleName, apiVersion, this.client.acceptLanguage(), this.client.userAgent()) .flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<ManagedClusterAccessProfileInner>>>() { @Override public Observable<ServiceResponse<ManagedClusterAccessProfileInner>> call(Response<ResponseBody> response) { try { ServiceResponse<ManagedClusterAccessProfileInner> clientResponse = getAccessProfileDelegate(response); return Observable.just(clientResponse); } catch (Throwable t) { return Observable.error(t); } } }); } private ServiceResponse<ManagedClusterAccessProfileInner> getAccessProfileDelegate(Response<ResponseBody> response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().<ManagedClusterAccessProfileInner, CloudException>newInstance(this.client.serializerAdapter()) .register(200, new TypeToken<ManagedClusterAccessProfileInner>() { }.getType()) .registerError(CloudException.class) .build(response); }
Gets cluster admin credential of a managed cluster. Gets cluster admin credential of the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the CredentialResultsInner object if successful.
/** * Gets cluster admin credential of a managed cluster. * Gets cluster admin credential of the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent * @return the CredentialResultsInner object if successful. */
public CredentialResultsInner listClusterAdminCredentials(String resourceGroupName, String resourceName) { return listClusterAdminCredentialsWithServiceResponseAsync(resourceGroupName, resourceName).toBlocking().single().body(); }
Gets cluster admin credential of a managed cluster. Gets cluster admin credential of the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Gets cluster admin credential of a managed cluster. * Gets cluster admin credential of the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @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<CredentialResultsInner> listClusterAdminCredentialsAsync(String resourceGroupName, String resourceName, final ServiceCallback<CredentialResultsInner> serviceCallback) { return ServiceFuture.fromResponse(listClusterAdminCredentialsWithServiceResponseAsync(resourceGroupName, resourceName), serviceCallback); }
Gets cluster admin credential of a managed cluster. Gets cluster admin credential of the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable to the CredentialResultsInner object
/** * Gets cluster admin credential of a managed cluster. * Gets cluster admin credential of the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the CredentialResultsInner object */
public Observable<CredentialResultsInner> listClusterAdminCredentialsAsync(String resourceGroupName, String resourceName) { return listClusterAdminCredentialsWithServiceResponseAsync(resourceGroupName, resourceName).map(new Func1<ServiceResponse<CredentialResultsInner>, CredentialResultsInner>() { @Override public CredentialResultsInner call(ServiceResponse<CredentialResultsInner> response) { return response.body(); } }); }
Gets cluster admin credential of a managed cluster. Gets cluster admin credential of the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable to the CredentialResultsInner object
/** * Gets cluster admin credential of a managed cluster. * Gets cluster admin credential of the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the CredentialResultsInner object */
public Observable<ServiceResponse<CredentialResultsInner>> listClusterAdminCredentialsWithServiceResponseAsync(String resourceGroupName, String resourceName) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } final String apiVersion = "2020-09-01"; return service.listClusterAdminCredentials(this.client.subscriptionId(), resourceGroupName, resourceName, apiVersion, this.client.acceptLanguage(), this.client.userAgent()) .flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<CredentialResultsInner>>>() { @Override public Observable<ServiceResponse<CredentialResultsInner>> call(Response<ResponseBody> response) { try { ServiceResponse<CredentialResultsInner> clientResponse = listClusterAdminCredentialsDelegate(response); return Observable.just(clientResponse); } catch (Throwable t) { return Observable.error(t); } } }); } private ServiceResponse<CredentialResultsInner> listClusterAdminCredentialsDelegate(Response<ResponseBody> response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().<CredentialResultsInner, CloudException>newInstance(this.client.serializerAdapter()) .register(200, new TypeToken<CredentialResultsInner>() { }.getType()) .registerError(CloudException.class) .build(response); }
Gets cluster user credential of a managed cluster. Gets cluster user credential of the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the CredentialResultsInner object if successful.
/** * Gets cluster user credential of a managed cluster. * Gets cluster user credential of the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent * @return the CredentialResultsInner object if successful. */
public CredentialResultsInner listClusterUserCredentials(String resourceGroupName, String resourceName) { return listClusterUserCredentialsWithServiceResponseAsync(resourceGroupName, resourceName).toBlocking().single().body(); }
Gets cluster user credential of a managed cluster. Gets cluster user credential of the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Gets cluster user credential of a managed cluster. * Gets cluster user credential of the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @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<CredentialResultsInner> listClusterUserCredentialsAsync(String resourceGroupName, String resourceName, final ServiceCallback<CredentialResultsInner> serviceCallback) { return ServiceFuture.fromResponse(listClusterUserCredentialsWithServiceResponseAsync(resourceGroupName, resourceName), serviceCallback); }
Gets cluster user credential of a managed cluster. Gets cluster user credential of the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable to the CredentialResultsInner object
/** * Gets cluster user credential of a managed cluster. * Gets cluster user credential of the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the CredentialResultsInner object */
public Observable<CredentialResultsInner> listClusterUserCredentialsAsync(String resourceGroupName, String resourceName) { return listClusterUserCredentialsWithServiceResponseAsync(resourceGroupName, resourceName).map(new Func1<ServiceResponse<CredentialResultsInner>, CredentialResultsInner>() { @Override public CredentialResultsInner call(ServiceResponse<CredentialResultsInner> response) { return response.body(); } }); }
Gets cluster user credential of a managed cluster. Gets cluster user credential of the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable to the CredentialResultsInner object
/** * Gets cluster user credential of a managed cluster. * Gets cluster user credential of the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the CredentialResultsInner object */
public Observable<ServiceResponse<CredentialResultsInner>> listClusterUserCredentialsWithServiceResponseAsync(String resourceGroupName, String resourceName) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } final String apiVersion = "2020-09-01"; return service.listClusterUserCredentials(this.client.subscriptionId(), resourceGroupName, resourceName, apiVersion, this.client.acceptLanguage(), this.client.userAgent()) .flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<CredentialResultsInner>>>() { @Override public Observable<ServiceResponse<CredentialResultsInner>> call(Response<ResponseBody> response) { try { ServiceResponse<CredentialResultsInner> clientResponse = listClusterUserCredentialsDelegate(response); return Observable.just(clientResponse); } catch (Throwable t) { return Observable.error(t); } } }); } private ServiceResponse<CredentialResultsInner> listClusterUserCredentialsDelegate(Response<ResponseBody> response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().<CredentialResultsInner, CloudException>newInstance(this.client.serializerAdapter()) .register(200, new TypeToken<CredentialResultsInner>() { }.getType()) .registerError(CloudException.class) .build(response); }
Gets cluster monitoring user credential of a managed cluster. Gets cluster monitoring user credential of the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the CredentialResultsInner object if successful.
/** * Gets cluster monitoring user credential of a managed cluster. * Gets cluster monitoring user credential of the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent * @return the CredentialResultsInner object if successful. */
public CredentialResultsInner listClusterMonitoringUserCredentials(String resourceGroupName, String resourceName) { return listClusterMonitoringUserCredentialsWithServiceResponseAsync(resourceGroupName, resourceName).toBlocking().single().body(); }
Gets cluster monitoring user credential of a managed cluster. Gets cluster monitoring user credential of the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Gets cluster monitoring user credential of a managed cluster. * Gets cluster monitoring user credential of the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @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<CredentialResultsInner> listClusterMonitoringUserCredentialsAsync(String resourceGroupName, String resourceName, final ServiceCallback<CredentialResultsInner> serviceCallback) { return ServiceFuture.fromResponse(listClusterMonitoringUserCredentialsWithServiceResponseAsync(resourceGroupName, resourceName), serviceCallback); }
Gets cluster monitoring user credential of a managed cluster. Gets cluster monitoring user credential of the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable to the CredentialResultsInner object
/** * Gets cluster monitoring user credential of a managed cluster. * Gets cluster monitoring user credential of the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the CredentialResultsInner object */
public Observable<CredentialResultsInner> listClusterMonitoringUserCredentialsAsync(String resourceGroupName, String resourceName) { return listClusterMonitoringUserCredentialsWithServiceResponseAsync(resourceGroupName, resourceName).map(new Func1<ServiceResponse<CredentialResultsInner>, CredentialResultsInner>() { @Override public CredentialResultsInner call(ServiceResponse<CredentialResultsInner> response) { return response.body(); } }); }
Gets cluster monitoring user credential of a managed cluster. Gets cluster monitoring user credential of the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable to the CredentialResultsInner object
/** * Gets cluster monitoring user credential of a managed cluster. * Gets cluster monitoring user credential of the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the CredentialResultsInner object */
public Observable<ServiceResponse<CredentialResultsInner>> listClusterMonitoringUserCredentialsWithServiceResponseAsync(String resourceGroupName, String resourceName) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } final String apiVersion = "2020-09-01"; return service.listClusterMonitoringUserCredentials(this.client.subscriptionId(), resourceGroupName, resourceName, apiVersion, this.client.acceptLanguage(), this.client.userAgent()) .flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<CredentialResultsInner>>>() { @Override public Observable<ServiceResponse<CredentialResultsInner>> call(Response<ResponseBody> response) { try { ServiceResponse<CredentialResultsInner> clientResponse = listClusterMonitoringUserCredentialsDelegate(response); return Observable.just(clientResponse); } catch (Throwable t) { return Observable.error(t); } } }); } private ServiceResponse<CredentialResultsInner> listClusterMonitoringUserCredentialsDelegate(Response<ResponseBody> response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().<CredentialResultsInner, CloudException>newInstance(this.client.serializerAdapter()) .register(200, new TypeToken<CredentialResultsInner>() { }.getType()) .registerError(CloudException.class) .build(response); }
Gets a managed cluster. Gets the details of the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the ManagedClusterInner object if successful.
/** * Gets a managed cluster. * Gets the details of the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent * @return the ManagedClusterInner object if successful. */
public ManagedClusterInner getByResourceGroup(String resourceGroupName, String resourceName) { return getByResourceGroupWithServiceResponseAsync(resourceGroupName, resourceName).toBlocking().single().body(); }
Gets a managed cluster. Gets the details of the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Gets a managed cluster. * Gets the details of the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @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<ManagedClusterInner> getByResourceGroupAsync(String resourceGroupName, String resourceName, final ServiceCallback<ManagedClusterInner> serviceCallback) { return ServiceFuture.fromResponse(getByResourceGroupWithServiceResponseAsync(resourceGroupName, resourceName), serviceCallback); }
Gets a managed cluster. Gets the details of the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable to the ManagedClusterInner object
/** * Gets a managed cluster. * Gets the details of the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ManagedClusterInner object */
public Observable<ManagedClusterInner> getByResourceGroupAsync(String resourceGroupName, String resourceName) { return getByResourceGroupWithServiceResponseAsync(resourceGroupName, resourceName).map(new Func1<ServiceResponse<ManagedClusterInner>, ManagedClusterInner>() { @Override public ManagedClusterInner call(ServiceResponse<ManagedClusterInner> response) { return response.body(); } }); }
Gets a managed cluster. Gets the details of the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable to the ManagedClusterInner object
/** * Gets a managed cluster. * Gets the details of the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ManagedClusterInner object */
public Observable<ServiceResponse<ManagedClusterInner>> getByResourceGroupWithServiceResponseAsync(String resourceGroupName, String resourceName) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } final String apiVersion = "2020-09-01"; return service.getByResourceGroup(this.client.subscriptionId(), resourceGroupName, resourceName, apiVersion, this.client.acceptLanguage(), this.client.userAgent()) .flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<ManagedClusterInner>>>() { @Override public Observable<ServiceResponse<ManagedClusterInner>> call(Response<ResponseBody> response) { try { ServiceResponse<ManagedClusterInner> clientResponse = getByResourceGroupDelegate(response); return Observable.just(clientResponse); } catch (Throwable t) { return Observable.error(t); } } }); } private ServiceResponse<ManagedClusterInner> getByResourceGroupDelegate(Response<ResponseBody> response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().<ManagedClusterInner, CloudException>newInstance(this.client.serializerAdapter()) .register(200, new TypeToken<ManagedClusterInner>() { }.getType()) .registerError(CloudException.class) .build(response); }
Creates or updates a managed cluster. Creates or updates a managed cluster with the specified configuration for agents and Kubernetes version.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Create or Update a Managed Cluster operation.
Throws:
Returns:the ManagedClusterInner object if successful.
/** * Creates or updates a managed cluster. * Creates or updates a managed cluster with the specified configuration for agents and Kubernetes version. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Create or Update a Managed Cluster operation. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent * @return the ManagedClusterInner object if successful. */
public ManagedClusterInner createOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters) { return createOrUpdateWithServiceResponseAsync(resourceGroupName, resourceName, parameters).toBlocking().last().body(); }
Creates or updates a managed cluster. Creates or updates a managed cluster with the specified configuration for agents and Kubernetes version.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Create or Update a Managed Cluster operation.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Creates or updates a managed cluster. * Creates or updates a managed cluster with the specified configuration for agents and Kubernetes version. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Create or Update a Managed Cluster operation. * @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<ManagedClusterInner> createOrUpdateAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters, final ServiceCallback<ManagedClusterInner> serviceCallback) { return ServiceFuture.fromResponse(createOrUpdateWithServiceResponseAsync(resourceGroupName, resourceName, parameters), serviceCallback); }
Creates or updates a managed cluster. Creates or updates a managed cluster with the specified configuration for agents and Kubernetes version.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Create or Update a Managed Cluster operation.
Throws:
Returns:the observable for the request
/** * Creates or updates a managed cluster. * Creates or updates a managed cluster with the specified configuration for agents and Kubernetes version. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Create or Update a Managed Cluster operation. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */
public Observable<ManagedClusterInner> createOrUpdateAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters) { return createOrUpdateWithServiceResponseAsync(resourceGroupName, resourceName, parameters).map(new Func1<ServiceResponse<ManagedClusterInner>, ManagedClusterInner>() { @Override public ManagedClusterInner call(ServiceResponse<ManagedClusterInner> response) { return response.body(); } }); }
Creates or updates a managed cluster. Creates or updates a managed cluster with the specified configuration for agents and Kubernetes version.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Create or Update a Managed Cluster operation.
Throws:
Returns:the observable for the request
/** * Creates or updates a managed cluster. * Creates or updates a managed cluster with the specified configuration for agents and Kubernetes version. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Create or Update a Managed Cluster operation. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */
public Observable<ServiceResponse<ManagedClusterInner>> createOrUpdateWithServiceResponseAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } if (parameters == null) { throw new IllegalArgumentException("Parameter parameters is required and cannot be null."); } Validator.validate(parameters); final String apiVersion = "2020-09-01"; Observable<Response<ResponseBody>> observable = service.createOrUpdate(this.client.subscriptionId(), resourceGroupName, resourceName, apiVersion, parameters, this.client.acceptLanguage(), this.client.userAgent()); return client.getAzureClient().getPutOrPatchResultAsync(observable, new TypeToken<ManagedClusterInner>() { }.getType()); }
Creates or updates a managed cluster. Creates or updates a managed cluster with the specified configuration for agents and Kubernetes version.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Create or Update a Managed Cluster operation.
Throws:
Returns:the ManagedClusterInner object if successful.
/** * Creates or updates a managed cluster. * Creates or updates a managed cluster with the specified configuration for agents and Kubernetes version. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Create or Update a Managed Cluster operation. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent * @return the ManagedClusterInner object if successful. */
public ManagedClusterInner beginCreateOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters) { return beginCreateOrUpdateWithServiceResponseAsync(resourceGroupName, resourceName, parameters).toBlocking().single().body(); }
Creates or updates a managed cluster. Creates or updates a managed cluster with the specified configuration for agents and Kubernetes version.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Create or Update a Managed Cluster operation.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Creates or updates a managed cluster. * Creates or updates a managed cluster with the specified configuration for agents and Kubernetes version. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Create or Update a Managed Cluster operation. * @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<ManagedClusterInner> beginCreateOrUpdateAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters, final ServiceCallback<ManagedClusterInner> serviceCallback) { return ServiceFuture.fromResponse(beginCreateOrUpdateWithServiceResponseAsync(resourceGroupName, resourceName, parameters), serviceCallback); }
Creates or updates a managed cluster. Creates or updates a managed cluster with the specified configuration for agents and Kubernetes version.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Create or Update a Managed Cluster operation.
Throws:
Returns:the observable to the ManagedClusterInner object
/** * Creates or updates a managed cluster. * Creates or updates a managed cluster with the specified configuration for agents and Kubernetes version. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Create or Update a Managed Cluster operation. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ManagedClusterInner object */
public Observable<ManagedClusterInner> beginCreateOrUpdateAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters) { return beginCreateOrUpdateWithServiceResponseAsync(resourceGroupName, resourceName, parameters).map(new Func1<ServiceResponse<ManagedClusterInner>, ManagedClusterInner>() { @Override public ManagedClusterInner call(ServiceResponse<ManagedClusterInner> response) { return response.body(); } }); }
Creates or updates a managed cluster. Creates or updates a managed cluster with the specified configuration for agents and Kubernetes version.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Create or Update a Managed Cluster operation.
Throws:
Returns:the observable to the ManagedClusterInner object
/** * Creates or updates a managed cluster. * Creates or updates a managed cluster with the specified configuration for agents and Kubernetes version. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Create or Update a Managed Cluster operation. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ManagedClusterInner object */
public Observable<ServiceResponse<ManagedClusterInner>> beginCreateOrUpdateWithServiceResponseAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } if (parameters == null) { throw new IllegalArgumentException("Parameter parameters is required and cannot be null."); } Validator.validate(parameters); final String apiVersion = "2020-09-01"; return service.beginCreateOrUpdate(this.client.subscriptionId(), resourceGroupName, resourceName, apiVersion, parameters, this.client.acceptLanguage(), this.client.userAgent()) .flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<ManagedClusterInner>>>() { @Override public Observable<ServiceResponse<ManagedClusterInner>> call(Response<ResponseBody> response) { try { ServiceResponse<ManagedClusterInner> clientResponse = beginCreateOrUpdateDelegate(response); return Observable.just(clientResponse); } catch (Throwable t) { return Observable.error(t); } } }); } private ServiceResponse<ManagedClusterInner> beginCreateOrUpdateDelegate(Response<ResponseBody> response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().<ManagedClusterInner, CloudException>newInstance(this.client.serializerAdapter()) .register(200, new TypeToken<ManagedClusterInner>() { }.getType()) .register(201, new TypeToken<ManagedClusterInner>() { }.getType()) .registerError(CloudException.class) .build(response); }
Updates tags on a managed cluster. Updates a managed cluster with the specified tags.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the ManagedClusterInner object if successful.
/** * Updates tags on a managed cluster. * Updates a managed cluster with the specified tags. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent * @return the ManagedClusterInner object if successful. */
public ManagedClusterInner updateTags(String resourceGroupName, String resourceName) { return updateTagsWithServiceResponseAsync(resourceGroupName, resourceName).toBlocking().last().body(); }
Updates tags on a managed cluster. Updates a managed cluster with the specified tags.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Updates tags on a managed cluster. * Updates a managed cluster with the specified tags. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @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<ManagedClusterInner> updateTagsAsync(String resourceGroupName, String resourceName, final ServiceCallback<ManagedClusterInner> serviceCallback) { return ServiceFuture.fromResponse(updateTagsWithServiceResponseAsync(resourceGroupName, resourceName), serviceCallback); }
Updates tags on a managed cluster. Updates a managed cluster with the specified tags.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable for the request
/** * Updates tags on a managed cluster. * Updates a managed cluster with the specified tags. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */
public Observable<ManagedClusterInner> updateTagsAsync(String resourceGroupName, String resourceName) { return updateTagsWithServiceResponseAsync(resourceGroupName, resourceName).map(new Func1<ServiceResponse<ManagedClusterInner>, ManagedClusterInner>() { @Override public ManagedClusterInner call(ServiceResponse<ManagedClusterInner> response) { return response.body(); } }); }
Updates tags on a managed cluster. Updates a managed cluster with the specified tags.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable for the request
/** * Updates tags on a managed cluster. * Updates a managed cluster with the specified tags. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */
public Observable<ServiceResponse<ManagedClusterInner>> updateTagsWithServiceResponseAsync(String resourceGroupName, String resourceName) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } final String apiVersion = "2020-09-01"; final Map<String, String> tags = null; TagsObject parameters = new TagsObject(); parameters.withTags(null); Observable<Response<ResponseBody>> observable = service.updateTags(this.client.subscriptionId(), resourceGroupName, resourceName, apiVersion, this.client.acceptLanguage(), parameters, this.client.userAgent()); return client.getAzureClient().getPutOrPatchResultAsync(observable, new TypeToken<ManagedClusterInner>() { }.getType()); }
Updates tags on a managed cluster. Updates a managed cluster with the specified tags.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • tags – Resource tags.
Throws:
Returns:the ManagedClusterInner object if successful.
/** * Updates tags on a managed cluster. * Updates a managed cluster with the specified tags. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param tags Resource tags. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent * @return the ManagedClusterInner object if successful. */
public ManagedClusterInner updateTags(String resourceGroupName, String resourceName, Map<String, String> tags) { return updateTagsWithServiceResponseAsync(resourceGroupName, resourceName, tags).toBlocking().last().body(); }
Updates tags on a managed cluster. Updates a managed cluster with the specified tags.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • tags – Resource tags.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Updates tags on a managed cluster. * Updates a managed cluster with the specified tags. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param tags Resource tags. * @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<ManagedClusterInner> updateTagsAsync(String resourceGroupName, String resourceName, Map<String, String> tags, final ServiceCallback<ManagedClusterInner> serviceCallback) { return ServiceFuture.fromResponse(updateTagsWithServiceResponseAsync(resourceGroupName, resourceName, tags), serviceCallback); }
Updates tags on a managed cluster. Updates a managed cluster with the specified tags.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • tags – Resource tags.
Throws:
Returns:the observable for the request
/** * Updates tags on a managed cluster. * Updates a managed cluster with the specified tags. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param tags Resource tags. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */
public Observable<ManagedClusterInner> updateTagsAsync(String resourceGroupName, String resourceName, Map<String, String> tags) { return updateTagsWithServiceResponseAsync(resourceGroupName, resourceName, tags).map(new Func1<ServiceResponse<ManagedClusterInner>, ManagedClusterInner>() { @Override public ManagedClusterInner call(ServiceResponse<ManagedClusterInner> response) { return response.body(); } }); }
Updates tags on a managed cluster. Updates a managed cluster with the specified tags.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • tags – Resource tags.
Throws:
Returns:the observable for the request
/** * Updates tags on a managed cluster. * Updates a managed cluster with the specified tags. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param tags Resource tags. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */
public Observable<ServiceResponse<ManagedClusterInner>> updateTagsWithServiceResponseAsync(String resourceGroupName, String resourceName, Map<String, String> tags) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } Validator.validate(tags); final String apiVersion = "2020-09-01"; TagsObject parameters = new TagsObject(); parameters.withTags(tags); Observable<Response<ResponseBody>> observable = service.updateTags(this.client.subscriptionId(), resourceGroupName, resourceName, apiVersion, this.client.acceptLanguage(), parameters, this.client.userAgent()); return client.getAzureClient().getPutOrPatchResultAsync(observable, new TypeToken<ManagedClusterInner>() { }.getType()); }
Updates tags on a managed cluster. Updates a managed cluster with the specified tags.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the ManagedClusterInner object if successful.
/** * Updates tags on a managed cluster. * Updates a managed cluster with the specified tags. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent * @return the ManagedClusterInner object if successful. */
public ManagedClusterInner beginUpdateTags(String resourceGroupName, String resourceName) { return beginUpdateTagsWithServiceResponseAsync(resourceGroupName, resourceName).toBlocking().single().body(); }
Updates tags on a managed cluster. Updates a managed cluster with the specified tags.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Updates tags on a managed cluster. * Updates a managed cluster with the specified tags. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @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<ManagedClusterInner> beginUpdateTagsAsync(String resourceGroupName, String resourceName, final ServiceCallback<ManagedClusterInner> serviceCallback) { return ServiceFuture.fromResponse(beginUpdateTagsWithServiceResponseAsync(resourceGroupName, resourceName), serviceCallback); }
Updates tags on a managed cluster. Updates a managed cluster with the specified tags.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable to the ManagedClusterInner object
/** * Updates tags on a managed cluster. * Updates a managed cluster with the specified tags. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ManagedClusterInner object */
public Observable<ManagedClusterInner> beginUpdateTagsAsync(String resourceGroupName, String resourceName) { return beginUpdateTagsWithServiceResponseAsync(resourceGroupName, resourceName).map(new Func1<ServiceResponse<ManagedClusterInner>, ManagedClusterInner>() { @Override public ManagedClusterInner call(ServiceResponse<ManagedClusterInner> response) { return response.body(); } }); }
Updates tags on a managed cluster. Updates a managed cluster with the specified tags.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable to the ManagedClusterInner object
/** * Updates tags on a managed cluster. * Updates a managed cluster with the specified tags. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ManagedClusterInner object */
public Observable<ServiceResponse<ManagedClusterInner>> beginUpdateTagsWithServiceResponseAsync(String resourceGroupName, String resourceName) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } final String apiVersion = "2020-09-01"; final Map<String, String> tags = null; TagsObject parameters = new TagsObject(); parameters.withTags(null); return service.beginUpdateTags(this.client.subscriptionId(), resourceGroupName, resourceName, apiVersion, this.client.acceptLanguage(), parameters, this.client.userAgent()) .flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<ManagedClusterInner>>>() { @Override public Observable<ServiceResponse<ManagedClusterInner>> call(Response<ResponseBody> response) { try { ServiceResponse<ManagedClusterInner> clientResponse = beginUpdateTagsDelegate(response); return Observable.just(clientResponse); } catch (Throwable t) { return Observable.error(t); } } }); }
Updates tags on a managed cluster. Updates a managed cluster with the specified tags.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • tags – Resource tags.
Throws:
Returns:the ManagedClusterInner object if successful.
/** * Updates tags on a managed cluster. * Updates a managed cluster with the specified tags. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param tags Resource tags. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent * @return the ManagedClusterInner object if successful. */
public ManagedClusterInner beginUpdateTags(String resourceGroupName, String resourceName, Map<String, String> tags) { return beginUpdateTagsWithServiceResponseAsync(resourceGroupName, resourceName, tags).toBlocking().single().body(); }
Updates tags on a managed cluster. Updates a managed cluster with the specified tags.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • tags – Resource tags.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Updates tags on a managed cluster. * Updates a managed cluster with the specified tags. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param tags Resource tags. * @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<ManagedClusterInner> beginUpdateTagsAsync(String resourceGroupName, String resourceName, Map<String, String> tags, final ServiceCallback<ManagedClusterInner> serviceCallback) { return ServiceFuture.fromResponse(beginUpdateTagsWithServiceResponseAsync(resourceGroupName, resourceName, tags), serviceCallback); }
Updates tags on a managed cluster. Updates a managed cluster with the specified tags.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • tags – Resource tags.
Throws:
Returns:the observable to the ManagedClusterInner object
/** * Updates tags on a managed cluster. * Updates a managed cluster with the specified tags. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param tags Resource tags. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ManagedClusterInner object */
public Observable<ManagedClusterInner> beginUpdateTagsAsync(String resourceGroupName, String resourceName, Map<String, String> tags) { return beginUpdateTagsWithServiceResponseAsync(resourceGroupName, resourceName, tags).map(new Func1<ServiceResponse<ManagedClusterInner>, ManagedClusterInner>() { @Override public ManagedClusterInner call(ServiceResponse<ManagedClusterInner> response) { return response.body(); } }); }
Updates tags on a managed cluster. Updates a managed cluster with the specified tags.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • tags – Resource tags.
Throws:
Returns:the observable to the ManagedClusterInner object
/** * Updates tags on a managed cluster. * Updates a managed cluster with the specified tags. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param tags Resource tags. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ManagedClusterInner object */
public Observable<ServiceResponse<ManagedClusterInner>> beginUpdateTagsWithServiceResponseAsync(String resourceGroupName, String resourceName, Map<String, String> tags) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } Validator.validate(tags); final String apiVersion = "2020-09-01"; TagsObject parameters = new TagsObject(); parameters.withTags(tags); return service.beginUpdateTags(this.client.subscriptionId(), resourceGroupName, resourceName, apiVersion, this.client.acceptLanguage(), parameters, this.client.userAgent()) .flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<ManagedClusterInner>>>() { @Override public Observable<ServiceResponse<ManagedClusterInner>> call(Response<ResponseBody> response) { try { ServiceResponse<ManagedClusterInner> clientResponse = beginUpdateTagsDelegate(response); return Observable.just(clientResponse); } catch (Throwable t) { return Observable.error(t); } } }); } private ServiceResponse<ManagedClusterInner> beginUpdateTagsDelegate(Response<ResponseBody> response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().<ManagedClusterInner, CloudException>newInstance(this.client.serializerAdapter()) .register(200, new TypeToken<ManagedClusterInner>() { }.getType()) .registerError(CloudException.class) .build(response); }
Deletes a managed cluster. Deletes the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
/** * Deletes a managed cluster. * Deletes the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent */
public void delete(String resourceGroupName, String resourceName) { deleteWithServiceResponseAsync(resourceGroupName, resourceName).toBlocking().last().body(); }
Deletes a managed cluster. Deletes the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Deletes a managed cluster. * Deletes the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @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> deleteAsync(String resourceGroupName, String resourceName, final ServiceCallback<Void> serviceCallback) { return ServiceFuture.fromResponse(deleteWithServiceResponseAsync(resourceGroupName, resourceName), serviceCallback); }
Deletes a managed cluster. Deletes the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable for the request
/** * Deletes a managed cluster. * Deletes the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */
public Observable<Void> deleteAsync(String resourceGroupName, String resourceName) { return deleteWithServiceResponseAsync(resourceGroupName, resourceName).map(new Func1<ServiceResponse<Void>, Void>() { @Override public Void call(ServiceResponse<Void> response) { return response.body(); } }); }
Deletes a managed cluster. Deletes the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable for the request
/** * Deletes a managed cluster. * Deletes the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */
public Observable<ServiceResponse<Void>> deleteWithServiceResponseAsync(String resourceGroupName, String resourceName) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } final String apiVersion = "2020-09-01"; Observable<Response<ResponseBody>> observable = service.delete(this.client.subscriptionId(), resourceGroupName, resourceName, apiVersion, this.client.acceptLanguage(), this.client.userAgent()); return client.getAzureClient().getPostOrDeleteResultAsync(observable, new TypeToken<Void>() { }.getType()); }
Deletes a managed cluster. Deletes the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
/** * Deletes a managed cluster. * Deletes the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent */
public void beginDelete(String resourceGroupName, String resourceName) { beginDeleteWithServiceResponseAsync(resourceGroupName, resourceName).toBlocking().single().body(); }
Deletes a managed cluster. Deletes the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Deletes a managed cluster. * Deletes the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @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> beginDeleteAsync(String resourceGroupName, String resourceName, final ServiceCallback<Void> serviceCallback) { return ServiceFuture.fromResponse(beginDeleteWithServiceResponseAsync(resourceGroupName, resourceName), serviceCallback); }
Deletes a managed cluster. Deletes the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the ServiceResponse object if successful.
/** * Deletes a managed cluster. * Deletes the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */
public Observable<Void> beginDeleteAsync(String resourceGroupName, String resourceName) { return beginDeleteWithServiceResponseAsync(resourceGroupName, resourceName).map(new Func1<ServiceResponse<Void>, Void>() { @Override public Void call(ServiceResponse<Void> response) { return response.body(); } }); }
Deletes a managed cluster. Deletes the managed cluster with a specified resource group and name.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the ServiceResponse object if successful.
/** * Deletes a managed cluster. * Deletes the managed cluster with a specified resource group and name. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */
public Observable<ServiceResponse<Void>> beginDeleteWithServiceResponseAsync(String resourceGroupName, String resourceName) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } final String apiVersion = "2020-09-01"; return service.beginDelete(this.client.subscriptionId(), resourceGroupName, resourceName, 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 = beginDeleteDelegate(response); return Observable.just(clientResponse); } catch (Throwable t) { return Observable.error(t); } } }); } private ServiceResponse<Void> beginDeleteDelegate(Response<ResponseBody> response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().<Void, CloudException>newInstance(this.client.serializerAdapter()) .register(202, new TypeToken<Void>() { }.getType()) .register(204, new TypeToken<Void>() { }.getType()) .registerError(CloudException.class) .build(response); }
Reset Service Principal Profile of a managed cluster. Update the service principal Profile for a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Reset Service Principal Profile operation for a Managed Cluster.
Throws:
/** * Reset Service Principal Profile of a managed cluster. * Update the service principal Profile for a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Reset Service Principal Profile operation for a Managed Cluster. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent */
public void resetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters) { resetServicePrincipalProfileWithServiceResponseAsync(resourceGroupName, resourceName, parameters).toBlocking().last().body(); }
Reset Service Principal Profile of a managed cluster. Update the service principal Profile for a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Reset Service Principal Profile operation for a Managed Cluster.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Reset Service Principal Profile of a managed cluster. * Update the service principal Profile for a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Reset Service Principal Profile operation for a Managed Cluster. * @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> resetServicePrincipalProfileAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters, final ServiceCallback<Void> serviceCallback) { return ServiceFuture.fromResponse(resetServicePrincipalProfileWithServiceResponseAsync(resourceGroupName, resourceName, parameters), serviceCallback); }
Reset Service Principal Profile of a managed cluster. Update the service principal Profile for a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Reset Service Principal Profile operation for a Managed Cluster.
Throws:
Returns:the observable for the request
/** * Reset Service Principal Profile of a managed cluster. * Update the service principal Profile for a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Reset Service Principal Profile operation for a Managed Cluster. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */
public Observable<Void> resetServicePrincipalProfileAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters) { return resetServicePrincipalProfileWithServiceResponseAsync(resourceGroupName, resourceName, parameters).map(new Func1<ServiceResponse<Void>, Void>() { @Override public Void call(ServiceResponse<Void> response) { return response.body(); } }); }
Reset Service Principal Profile of a managed cluster. Update the service principal Profile for a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Reset Service Principal Profile operation for a Managed Cluster.
Throws:
Returns:the observable for the request
/** * Reset Service Principal Profile of a managed cluster. * Update the service principal Profile for a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Reset Service Principal Profile operation for a Managed Cluster. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */
public Observable<ServiceResponse<Void>> resetServicePrincipalProfileWithServiceResponseAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } if (parameters == null) { throw new IllegalArgumentException("Parameter parameters is required and cannot be null."); } Validator.validate(parameters); final String apiVersion = "2020-09-01"; Observable<Response<ResponseBody>> observable = service.resetServicePrincipalProfile(this.client.subscriptionId(), resourceGroupName, resourceName, apiVersion, parameters, this.client.acceptLanguage(), this.client.userAgent()); return client.getAzureClient().getPostOrDeleteResultAsync(observable, new TypeToken<Void>() { }.getType()); }
Reset Service Principal Profile of a managed cluster. Update the service principal Profile for a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Reset Service Principal Profile operation for a Managed Cluster.
Throws:
/** * Reset Service Principal Profile of a managed cluster. * Update the service principal Profile for a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Reset Service Principal Profile operation for a Managed Cluster. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent */
public void beginResetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters) { beginResetServicePrincipalProfileWithServiceResponseAsync(resourceGroupName, resourceName, parameters).toBlocking().single().body(); }
Reset Service Principal Profile of a managed cluster. Update the service principal Profile for a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Reset Service Principal Profile operation for a Managed Cluster.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Reset Service Principal Profile of a managed cluster. * Update the service principal Profile for a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Reset Service Principal Profile operation for a Managed Cluster. * @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> beginResetServicePrincipalProfileAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters, final ServiceCallback<Void> serviceCallback) { return ServiceFuture.fromResponse(beginResetServicePrincipalProfileWithServiceResponseAsync(resourceGroupName, resourceName, parameters), serviceCallback); }
Reset Service Principal Profile of a managed cluster. Update the service principal Profile for a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Reset Service Principal Profile operation for a Managed Cluster.
Throws:
Returns:the ServiceResponse object if successful.
/** * Reset Service Principal Profile of a managed cluster. * Update the service principal Profile for a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Reset Service Principal Profile operation for a Managed Cluster. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */
public Observable<Void> beginResetServicePrincipalProfileAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters) { return beginResetServicePrincipalProfileWithServiceResponseAsync(resourceGroupName, resourceName, parameters).map(new Func1<ServiceResponse<Void>, Void>() { @Override public Void call(ServiceResponse<Void> response) { return response.body(); } }); }
Reset Service Principal Profile of a managed cluster. Update the service principal Profile for a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Reset Service Principal Profile operation for a Managed Cluster.
Throws:
Returns:the ServiceResponse object if successful.
/** * Reset Service Principal Profile of a managed cluster. * Update the service principal Profile for a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Reset Service Principal Profile operation for a Managed Cluster. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */
public Observable<ServiceResponse<Void>> beginResetServicePrincipalProfileWithServiceResponseAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } if (parameters == null) { throw new IllegalArgumentException("Parameter parameters is required and cannot be null."); } Validator.validate(parameters); final String apiVersion = "2020-09-01"; return service.beginResetServicePrincipalProfile(this.client.subscriptionId(), resourceGroupName, resourceName, apiVersion, parameters, 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 = beginResetServicePrincipalProfileDelegate(response); return Observable.just(clientResponse); } catch (Throwable t) { return Observable.error(t); } } }); } private ServiceResponse<Void> beginResetServicePrincipalProfileDelegate(Response<ResponseBody> response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().<Void, CloudException>newInstance(this.client.serializerAdapter()) .register(200, new TypeToken<Void>() { }.getType()) .register(202, new TypeToken<Void>() { }.getType()) .registerError(CloudException.class) .build(response); }
Reset AAD Profile of a managed cluster. Update the AAD Profile for a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Reset AAD Profile operation for a Managed Cluster.
Throws:
/** * Reset AAD Profile of a managed cluster. * Update the AAD Profile for a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Reset AAD Profile operation for a Managed Cluster. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent */
public void resetAADProfile(String resourceGroupName, String resourceName, ManagedClusterAADProfile parameters) { resetAADProfileWithServiceResponseAsync(resourceGroupName, resourceName, parameters).toBlocking().last().body(); }
Reset AAD Profile of a managed cluster. Update the AAD Profile for a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Reset AAD Profile operation for a Managed Cluster.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Reset AAD Profile of a managed cluster. * Update the AAD Profile for a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Reset AAD Profile operation for a Managed Cluster. * @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> resetAADProfileAsync(String resourceGroupName, String resourceName, ManagedClusterAADProfile parameters, final ServiceCallback<Void> serviceCallback) { return ServiceFuture.fromResponse(resetAADProfileWithServiceResponseAsync(resourceGroupName, resourceName, parameters), serviceCallback); }
Reset AAD Profile of a managed cluster. Update the AAD Profile for a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Reset AAD Profile operation for a Managed Cluster.
Throws:
Returns:the observable for the request
/** * Reset AAD Profile of a managed cluster. * Update the AAD Profile for a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Reset AAD Profile operation for a Managed Cluster. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */
public Observable<Void> resetAADProfileAsync(String resourceGroupName, String resourceName, ManagedClusterAADProfile parameters) { return resetAADProfileWithServiceResponseAsync(resourceGroupName, resourceName, parameters).map(new Func1<ServiceResponse<Void>, Void>() { @Override public Void call(ServiceResponse<Void> response) { return response.body(); } }); }
Reset AAD Profile of a managed cluster. Update the AAD Profile for a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Reset AAD Profile operation for a Managed Cluster.
Throws:
Returns:the observable for the request
/** * Reset AAD Profile of a managed cluster. * Update the AAD Profile for a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Reset AAD Profile operation for a Managed Cluster. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */
public Observable<ServiceResponse<Void>> resetAADProfileWithServiceResponseAsync(String resourceGroupName, String resourceName, ManagedClusterAADProfile parameters) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } if (parameters == null) { throw new IllegalArgumentException("Parameter parameters is required and cannot be null."); } Validator.validate(parameters); final String apiVersion = "2020-09-01"; Observable<Response<ResponseBody>> observable = service.resetAADProfile(this.client.subscriptionId(), resourceGroupName, resourceName, apiVersion, parameters, this.client.acceptLanguage(), this.client.userAgent()); return client.getAzureClient().getPostOrDeleteResultAsync(observable, new TypeToken<Void>() { }.getType()); }
Reset AAD Profile of a managed cluster. Update the AAD Profile for a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Reset AAD Profile operation for a Managed Cluster.
Throws:
/** * Reset AAD Profile of a managed cluster. * Update the AAD Profile for a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Reset AAD Profile operation for a Managed Cluster. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent */
public void beginResetAADProfile(String resourceGroupName, String resourceName, ManagedClusterAADProfile parameters) { beginResetAADProfileWithServiceResponseAsync(resourceGroupName, resourceName, parameters).toBlocking().single().body(); }
Reset AAD Profile of a managed cluster. Update the AAD Profile for a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Reset AAD Profile operation for a Managed Cluster.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Reset AAD Profile of a managed cluster. * Update the AAD Profile for a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Reset AAD Profile operation for a Managed Cluster. * @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> beginResetAADProfileAsync(String resourceGroupName, String resourceName, ManagedClusterAADProfile parameters, final ServiceCallback<Void> serviceCallback) { return ServiceFuture.fromResponse(beginResetAADProfileWithServiceResponseAsync(resourceGroupName, resourceName, parameters), serviceCallback); }
Reset AAD Profile of a managed cluster. Update the AAD Profile for a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Reset AAD Profile operation for a Managed Cluster.
Throws:
Returns:the ServiceResponse object if successful.
/** * Reset AAD Profile of a managed cluster. * Update the AAD Profile for a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Reset AAD Profile operation for a Managed Cluster. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */
public Observable<Void> beginResetAADProfileAsync(String resourceGroupName, String resourceName, ManagedClusterAADProfile parameters) { return beginResetAADProfileWithServiceResponseAsync(resourceGroupName, resourceName, parameters).map(new Func1<ServiceResponse<Void>, Void>() { @Override public Void call(ServiceResponse<Void> response) { return response.body(); } }); }
Reset AAD Profile of a managed cluster. Update the AAD Profile for a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • parameters – Parameters supplied to the Reset AAD Profile operation for a Managed Cluster.
Throws:
Returns:the ServiceResponse object if successful.
/** * Reset AAD Profile of a managed cluster. * Update the AAD Profile for a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param parameters Parameters supplied to the Reset AAD Profile operation for a Managed Cluster. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */
public Observable<ServiceResponse<Void>> beginResetAADProfileWithServiceResponseAsync(String resourceGroupName, String resourceName, ManagedClusterAADProfile parameters) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } if (parameters == null) { throw new IllegalArgumentException("Parameter parameters is required and cannot be null."); } Validator.validate(parameters); final String apiVersion = "2020-09-01"; return service.beginResetAADProfile(this.client.subscriptionId(), resourceGroupName, resourceName, apiVersion, parameters, 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 = beginResetAADProfileDelegate(response); return Observable.just(clientResponse); } catch (Throwable t) { return Observable.error(t); } } }); } private ServiceResponse<Void> beginResetAADProfileDelegate(Response<ResponseBody> response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().<Void, CloudException>newInstance(this.client.serializerAdapter()) .register(200, new TypeToken<Void>() { }.getType()) .register(202, new TypeToken<Void>() { }.getType()) .registerError(CloudException.class) .build(response); }
Rotate certificates of a managed cluster. Rotate certificates of a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
/** * Rotate certificates of a managed cluster. * Rotate certificates of a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent */
public void rotateClusterCertificates(String resourceGroupName, String resourceName) { rotateClusterCertificatesWithServiceResponseAsync(resourceGroupName, resourceName).toBlocking().last().body(); }
Rotate certificates of a managed cluster. Rotate certificates of a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Rotate certificates of a managed cluster. * Rotate certificates of a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @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> rotateClusterCertificatesAsync(String resourceGroupName, String resourceName, final ServiceCallback<Void> serviceCallback) { return ServiceFuture.fromResponse(rotateClusterCertificatesWithServiceResponseAsync(resourceGroupName, resourceName), serviceCallback); }
Rotate certificates of a managed cluster. Rotate certificates of a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable for the request
/** * Rotate certificates of a managed cluster. * Rotate certificates of a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */
public Observable<Void> rotateClusterCertificatesAsync(String resourceGroupName, String resourceName) { return rotateClusterCertificatesWithServiceResponseAsync(resourceGroupName, resourceName).map(new Func1<ServiceResponse<Void>, Void>() { @Override public Void call(ServiceResponse<Void> response) { return response.body(); } }); }
Rotate certificates of a managed cluster. Rotate certificates of a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable for the request
/** * Rotate certificates of a managed cluster. * Rotate certificates of a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */
public Observable<ServiceResponse<Void>> rotateClusterCertificatesWithServiceResponseAsync(String resourceGroupName, String resourceName) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } final String apiVersion = "2020-09-01"; Observable<Response<ResponseBody>> observable = service.rotateClusterCertificates(this.client.subscriptionId(), resourceGroupName, resourceName, apiVersion, this.client.acceptLanguage(), this.client.userAgent()); return client.getAzureClient().getPostOrDeleteResultAsync(observable, new TypeToken<Void>() { }.getType()); }
Rotate certificates of a managed cluster. Rotate certificates of a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
/** * Rotate certificates of a managed cluster. * Rotate certificates of a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent */
public void beginRotateClusterCertificates(String resourceGroupName, String resourceName) { beginRotateClusterCertificatesWithServiceResponseAsync(resourceGroupName, resourceName).toBlocking().single().body(); }
Rotate certificates of a managed cluster. Rotate certificates of a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Rotate certificates of a managed cluster. * Rotate certificates of a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @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> beginRotateClusterCertificatesAsync(String resourceGroupName, String resourceName, final ServiceCallback<Void> serviceCallback) { return ServiceFuture.fromResponse(beginRotateClusterCertificatesWithServiceResponseAsync(resourceGroupName, resourceName), serviceCallback); }
Rotate certificates of a managed cluster. Rotate certificates of a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the ServiceResponse object if successful.
/** * Rotate certificates of a managed cluster. * Rotate certificates of a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */
public Observable<Void> beginRotateClusterCertificatesAsync(String resourceGroupName, String resourceName) { return beginRotateClusterCertificatesWithServiceResponseAsync(resourceGroupName, resourceName).map(new Func1<ServiceResponse<Void>, Void>() { @Override public Void call(ServiceResponse<Void> response) { return response.body(); } }); }
Rotate certificates of a managed cluster. Rotate certificates of a managed cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the ServiceResponse object if successful.
/** * Rotate certificates of a managed cluster. * Rotate certificates of a managed cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */
public Observable<ServiceResponse<Void>> beginRotateClusterCertificatesWithServiceResponseAsync(String resourceGroupName, String resourceName) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } final String apiVersion = "2020-09-01"; return service.beginRotateClusterCertificates(this.client.subscriptionId(), resourceGroupName, resourceName, 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 = beginRotateClusterCertificatesDelegate(response); return Observable.just(clientResponse); } catch (Throwable t) { return Observable.error(t); } } }); } private ServiceResponse<Void> beginRotateClusterCertificatesDelegate(Response<ResponseBody> response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().<Void, CloudException>newInstance(this.client.serializerAdapter()) .register(202, new TypeToken<Void>() { }.getType()) .register(204, new TypeToken<Void>() { }.getType()) .registerError(CloudException.class) .build(response); }
Stop Managed Cluster. Stops a Running Managed Cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
/** * Stop Managed Cluster. * Stops a Running Managed Cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent */
public void stop(String resourceGroupName, String resourceName) { stopWithServiceResponseAsync(resourceGroupName, resourceName).toBlocking().last().body(); }
Stop Managed Cluster. Stops a Running Managed Cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Stop Managed Cluster. * Stops a Running Managed Cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @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> stopAsync(String resourceGroupName, String resourceName, final ServiceCallback<Void> serviceCallback) { return ServiceFuture.fromResponse(stopWithServiceResponseAsync(resourceGroupName, resourceName), serviceCallback); }
Stop Managed Cluster. Stops a Running Managed Cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable for the request
/** * Stop Managed Cluster. * Stops a Running Managed Cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */
public Observable<Void> stopAsync(String resourceGroupName, String resourceName) { return stopWithServiceResponseAsync(resourceGroupName, resourceName).map(new Func1<ServiceResponse<Void>, Void>() { @Override public Void call(ServiceResponse<Void> response) { return response.body(); } }); }
Stop Managed Cluster. Stops a Running Managed Cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable for the request
/** * Stop Managed Cluster. * Stops a Running Managed Cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */
public Observable<ServiceResponse<Void>> stopWithServiceResponseAsync(String resourceGroupName, String resourceName) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } final String apiVersion = "2020-09-01"; Observable<Response<ResponseBody>> observable = service.stop(this.client.subscriptionId(), resourceGroupName, resourceName, apiVersion, this.client.acceptLanguage(), this.client.userAgent()); return client.getAzureClient().getPostOrDeleteResultAsync(observable, new TypeToken<Void>() { }.getType()); }
Stop Managed Cluster. Stops a Running Managed Cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
/** * Stop Managed Cluster. * Stops a Running Managed Cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent */
public void beginStop(String resourceGroupName, String resourceName) { beginStopWithServiceResponseAsync(resourceGroupName, resourceName).toBlocking().single().body(); }
Stop Managed Cluster. Stops a Running Managed Cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Stop Managed Cluster. * Stops a Running Managed Cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @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> beginStopAsync(String resourceGroupName, String resourceName, final ServiceCallback<Void> serviceCallback) { return ServiceFuture.fromResponse(beginStopWithServiceResponseAsync(resourceGroupName, resourceName), serviceCallback); }
Stop Managed Cluster. Stops a Running Managed Cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the ServiceResponse object if successful.
/** * Stop Managed Cluster. * Stops a Running Managed Cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */
public Observable<Void> beginStopAsync(String resourceGroupName, String resourceName) { return beginStopWithServiceResponseAsync(resourceGroupName, resourceName).map(new Func1<ServiceResponse<Void>, Void>() { @Override public Void call(ServiceResponse<Void> response) { return response.body(); } }); }
Stop Managed Cluster. Stops a Running Managed Cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the ServiceResponse object if successful.
/** * Stop Managed Cluster. * Stops a Running Managed Cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */
public Observable<ServiceResponse<Void>> beginStopWithServiceResponseAsync(String resourceGroupName, String resourceName) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } final String apiVersion = "2020-09-01"; return service.beginStop(this.client.subscriptionId(), resourceGroupName, resourceName, 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 = beginStopDelegate(response); return Observable.just(clientResponse); } catch (Throwable t) { return Observable.error(t); } } }); } private ServiceResponse<Void> beginStopDelegate(Response<ResponseBody> response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().<Void, CloudException>newInstance(this.client.serializerAdapter()) .register(202, new TypeToken<Void>() { }.getType()) .register(204, new TypeToken<Void>() { }.getType()) .registerError(CloudException.class) .build(response); }
Start Managed Cluster. Starts a Stopped Managed Cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
/** * Start Managed Cluster. * Starts a Stopped Managed Cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent */
public void start(String resourceGroupName, String resourceName) { startWithServiceResponseAsync(resourceGroupName, resourceName).toBlocking().last().body(); }
Start Managed Cluster. Starts a Stopped Managed Cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Start Managed Cluster. * Starts a Stopped Managed Cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @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> startAsync(String resourceGroupName, String resourceName, final ServiceCallback<Void> serviceCallback) { return ServiceFuture.fromResponse(startWithServiceResponseAsync(resourceGroupName, resourceName), serviceCallback); }
Start Managed Cluster. Starts a Stopped Managed Cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable for the request
/** * Start Managed Cluster. * Starts a Stopped Managed Cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */
public Observable<Void> startAsync(String resourceGroupName, String resourceName) { return startWithServiceResponseAsync(resourceGroupName, resourceName).map(new Func1<ServiceResponse<Void>, Void>() { @Override public Void call(ServiceResponse<Void> response) { return response.body(); } }); }
Start Managed Cluster. Starts a Stopped Managed Cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the observable for the request
/** * Start Managed Cluster. * Starts a Stopped Managed Cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request */
public Observable<ServiceResponse<Void>> startWithServiceResponseAsync(String resourceGroupName, String resourceName) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } final String apiVersion = "2020-09-01"; Observable<Response<ResponseBody>> observable = service.start(this.client.subscriptionId(), resourceGroupName, resourceName, apiVersion, this.client.acceptLanguage(), this.client.userAgent()); return client.getAzureClient().getPostOrDeleteResultAsync(observable, new TypeToken<Void>() { }.getType()); }
Start Managed Cluster. Starts a Stopped Managed Cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
/** * Start Managed Cluster. * Starts a Stopped Managed Cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent */
public void beginStart(String resourceGroupName, String resourceName) { beginStartWithServiceResponseAsync(resourceGroupName, resourceName).toBlocking().single().body(); }
Start Managed Cluster. Starts a Stopped Managed Cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
  • serviceCallback – the async ServiceCallback to handle successful and failed responses.
Throws:
Returns:the ServiceFuture object
/** * Start Managed Cluster. * Starts a Stopped Managed Cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @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> beginStartAsync(String resourceGroupName, String resourceName, final ServiceCallback<Void> serviceCallback) { return ServiceFuture.fromResponse(beginStartWithServiceResponseAsync(resourceGroupName, resourceName), serviceCallback); }
Start Managed Cluster. Starts a Stopped Managed Cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the ServiceResponse object if successful.
/** * Start Managed Cluster. * Starts a Stopped Managed Cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */
public Observable<Void> beginStartAsync(String resourceGroupName, String resourceName) { return beginStartWithServiceResponseAsync(resourceGroupName, resourceName).map(new Func1<ServiceResponse<Void>, Void>() { @Override public Void call(ServiceResponse<Void> response) { return response.body(); } }); }
Start Managed Cluster. Starts a Stopped Managed Cluster.
Params:
  • resourceGroupName – The name of the resource group.
  • resourceName – The name of the managed cluster resource.
Throws:
Returns:the ServiceResponse object if successful.
/** * Start Managed Cluster. * Starts a Stopped Managed Cluster. * * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */
public Observable<ServiceResponse<Void>> beginStartWithServiceResponseAsync(String resourceGroupName, String resourceName) { if (this.client.subscriptionId() == null) { throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null."); } if (resourceGroupName == null) { throw new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."); } if (resourceName == null) { throw new IllegalArgumentException("Parameter resourceName is required and cannot be null."); } final String apiVersion = "2020-09-01"; return service.beginStart(this.client.subscriptionId(), resourceGroupName, resourceName, 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 = beginStartDelegate(response); return Observable.just(clientResponse); } catch (Throwable t) { return Observable.error(t); } } }); } private ServiceResponse<Void> beginStartDelegate(Response<ResponseBody> response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().<Void, CloudException>newInstance(this.client.serializerAdapter()) .register(202, new TypeToken<Void>() { }.getType()) .register(204, new TypeToken<Void>() { }.getType()) .registerError(CloudException.class) .build(response); }
Gets a list of managed clusters in the specified subscription. Gets a list of managed clusters in the specified subscription. The operation returns properties of each managed cluster.
Params:
  • nextPageLink – The NextLink from the previous successful call to List operation.
Throws:
Returns:the PagedList<ManagedClusterInner> object if successful.
/** * Gets a list of managed clusters in the specified subscription. * Gets a list of managed clusters in the specified subscription. The operation returns properties of each managed cluster. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException 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&lt;ManagedClusterInner&gt; object if successful. */
public PagedList<ManagedClusterInner> listNext(final String nextPageLink) { ServiceResponse<Page<ManagedClusterInner>> response = listNextSinglePageAsync(nextPageLink).toBlocking().single(); return new PagedList<ManagedClusterInner>(response.body()) { @Override public Page<ManagedClusterInner> nextPage(String nextPageLink) { return listNextSinglePageAsync(nextPageLink).toBlocking().single().body(); } }; }
Gets a list of managed clusters in the specified subscription. Gets a list of managed clusters in the specified subscription. The operation returns properties of each managed cluster.
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:
Returns:the ServiceFuture object
/** * Gets a list of managed clusters in the specified subscription. * Gets a list of managed clusters in the specified subscription. The operation returns properties of each managed cluster. * * @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<ManagedClusterInner>> listNextAsync(final String nextPageLink, final ServiceFuture<List<ManagedClusterInner>> serviceFuture, final ListOperationCallback<ManagedClusterInner> serviceCallback) { return AzureServiceFuture.fromPageResponse( listNextSinglePageAsync(nextPageLink), new Func1<String, Observable<ServiceResponse<Page<ManagedClusterInner>>>>() { @Override public Observable<ServiceResponse<Page<ManagedClusterInner>>> call(String nextPageLink) { return listNextSinglePageAsync(nextPageLink); } }, serviceCallback); }
Gets a list of managed clusters in the specified subscription. Gets a list of managed clusters in the specified subscription. The operation returns properties of each managed cluster.
Params:
  • nextPageLink – The NextLink from the previous successful call to List operation.
Throws:
Returns:the observable to the PagedList<ManagedClusterInner> object
/** * Gets a list of managed clusters in the specified subscription. * Gets a list of managed clusters in the specified subscription. The operation returns properties of each managed cluster. * * @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&lt;ManagedClusterInner&gt; object */
public Observable<Page<ManagedClusterInner>> listNextAsync(final String nextPageLink) { return listNextWithServiceResponseAsync(nextPageLink) .map(new Func1<ServiceResponse<Page<ManagedClusterInner>>, Page<ManagedClusterInner>>() { @Override public Page<ManagedClusterInner> call(ServiceResponse<Page<ManagedClusterInner>> response) { return response.body(); } }); }
Gets a list of managed clusters in the specified subscription. Gets a list of managed clusters in the specified subscription. The operation returns properties of each managed cluster.
Params:
  • nextPageLink – The NextLink from the previous successful call to List operation.
Throws:
Returns:the observable to the PagedList<ManagedClusterInner> object
/** * Gets a list of managed clusters in the specified subscription. * Gets a list of managed clusters in the specified subscription. The operation returns properties of each managed cluster. * * @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&lt;ManagedClusterInner&gt; object */
public Observable<ServiceResponse<Page<ManagedClusterInner>>> listNextWithServiceResponseAsync(final String nextPageLink) { return listNextSinglePageAsync(nextPageLink) .concatMap(new Func1<ServiceResponse<Page<ManagedClusterInner>>, Observable<ServiceResponse<Page<ManagedClusterInner>>>>() { @Override public Observable<ServiceResponse<Page<ManagedClusterInner>>> call(ServiceResponse<Page<ManagedClusterInner>> page) { String nextPageLink = page.body().nextPageLink(); if (nextPageLink == null) { return Observable.just(page); } return Observable.just(page).concatWith(listNextWithServiceResponseAsync(nextPageLink)); } }); }
Gets a list of managed clusters in the specified subscription. Gets a list of managed clusters in the specified subscription. The operation returns properties of each managed cluster. ServiceResponse> * @param nextPageLink The NextLink from the previous successful call to List operation.
Throws:
Returns:the PagedList<ManagedClusterInner> object wrapped in ServiceResponse if successful.
/** * Gets a list of managed clusters in the specified subscription. * Gets a list of managed clusters in the specified subscription. The operation returns properties of each managed cluster. * ServiceResponse<PageImpl<ManagedClusterInner>> * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList&lt;ManagedClusterInner&gt; object wrapped in {@link ServiceResponse} if successful. */
public Observable<ServiceResponse<Page<ManagedClusterInner>>> 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<ManagedClusterInner>>>>() { @Override public Observable<ServiceResponse<Page<ManagedClusterInner>>> call(Response<ResponseBody> response) { try { ServiceResponse<PageImpl<ManagedClusterInner>> result = listNextDelegate(response); return Observable.just(new ServiceResponse<Page<ManagedClusterInner>>(result.body(), result.response())); } catch (Throwable t) { return Observable.error(t); } } }); } private ServiceResponse<PageImpl<ManagedClusterInner>> listNextDelegate(Response<ResponseBody> response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().<PageImpl<ManagedClusterInner>, CloudException>newInstance(this.client.serializerAdapter()) .register(200, new TypeToken<PageImpl<ManagedClusterInner>>() { }.getType()) .registerError(CloudException.class) .build(response); }
Lists managed clusters in the specified subscription and resource group. Lists managed clusters in the specified subscription and resource group. The operation returns properties of each managed cluster.
Params:
  • nextPageLink – The NextLink from the previous successful call to List operation.
Throws:
Returns:the PagedList<ManagedClusterInner> object if successful.
/** * Lists managed clusters in the specified subscription and resource group. * Lists managed clusters in the specified subscription and resource group. The operation returns properties of each managed cluster. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException 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&lt;ManagedClusterInner&gt; object if successful. */
public PagedList<ManagedClusterInner> listByResourceGroupNext(final String nextPageLink) { ServiceResponse<Page<ManagedClusterInner>> response = listByResourceGroupNextSinglePageAsync(nextPageLink).toBlocking().single(); return new PagedList<ManagedClusterInner>(response.body()) { @Override public Page<ManagedClusterInner> nextPage(String nextPageLink) { return listByResourceGroupNextSinglePageAsync(nextPageLink).toBlocking().single().body(); } }; }
Lists managed clusters in the specified subscription and resource group. Lists managed clusters in the specified subscription and resource group. The operation returns properties of each managed cluster.
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:
Returns:the ServiceFuture object
/** * Lists managed clusters in the specified subscription and resource group. * Lists managed clusters in the specified subscription and resource group. The operation returns properties of each managed cluster. * * @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<ManagedClusterInner>> listByResourceGroupNextAsync(final String nextPageLink, final ServiceFuture<List<ManagedClusterInner>> serviceFuture, final ListOperationCallback<ManagedClusterInner> serviceCallback) { return AzureServiceFuture.fromPageResponse( listByResourceGroupNextSinglePageAsync(nextPageLink), new Func1<String, Observable<ServiceResponse<Page<ManagedClusterInner>>>>() { @Override public Observable<ServiceResponse<Page<ManagedClusterInner>>> call(String nextPageLink) { return listByResourceGroupNextSinglePageAsync(nextPageLink); } }, serviceCallback); }
Lists managed clusters in the specified subscription and resource group. Lists managed clusters in the specified subscription and resource group. The operation returns properties of each managed cluster.
Params:
  • nextPageLink – The NextLink from the previous successful call to List operation.
Throws:
Returns:the observable to the PagedList<ManagedClusterInner> object
/** * Lists managed clusters in the specified subscription and resource group. * Lists managed clusters in the specified subscription and resource group. The operation returns properties of each managed cluster. * * @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&lt;ManagedClusterInner&gt; object */
public Observable<Page<ManagedClusterInner>> listByResourceGroupNextAsync(final String nextPageLink) { return listByResourceGroupNextWithServiceResponseAsync(nextPageLink) .map(new Func1<ServiceResponse<Page<ManagedClusterInner>>, Page<ManagedClusterInner>>() { @Override public Page<ManagedClusterInner> call(ServiceResponse<Page<ManagedClusterInner>> response) { return response.body(); } }); }
Lists managed clusters in the specified subscription and resource group. Lists managed clusters in the specified subscription and resource group. The operation returns properties of each managed cluster.
Params:
  • nextPageLink – The NextLink from the previous successful call to List operation.
Throws:
Returns:the observable to the PagedList<ManagedClusterInner> object
/** * Lists managed clusters in the specified subscription and resource group. * Lists managed clusters in the specified subscription and resource group. The operation returns properties of each managed cluster. * * @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&lt;ManagedClusterInner&gt; object */
public Observable<ServiceResponse<Page<ManagedClusterInner>>> listByResourceGroupNextWithServiceResponseAsync(final String nextPageLink) { return listByResourceGroupNextSinglePageAsync(nextPageLink) .concatMap(new Func1<ServiceResponse<Page<ManagedClusterInner>>, Observable<ServiceResponse<Page<ManagedClusterInner>>>>() { @Override public Observable<ServiceResponse<Page<ManagedClusterInner>>> call(ServiceResponse<Page<ManagedClusterInner>> page) { String nextPageLink = page.body().nextPageLink(); if (nextPageLink == null) { return Observable.just(page); } return Observable.just(page).concatWith(listByResourceGroupNextWithServiceResponseAsync(nextPageLink)); } }); }
Lists managed clusters in the specified subscription and resource group. Lists managed clusters in the specified subscription and resource group. The operation returns properties of each managed cluster. ServiceResponse> * @param nextPageLink The NextLink from the previous successful call to List operation.
Throws:
Returns:the PagedList<ManagedClusterInner> object wrapped in ServiceResponse if successful.
/** * Lists managed clusters in the specified subscription and resource group. * Lists managed clusters in the specified subscription and resource group. The operation returns properties of each managed cluster. * ServiceResponse<PageImpl<ManagedClusterInner>> * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList&lt;ManagedClusterInner&gt; object wrapped in {@link ServiceResponse} if successful. */
public Observable<ServiceResponse<Page<ManagedClusterInner>>> listByResourceGroupNextSinglePageAsync(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.listByResourceGroupNext(nextUrl, this.client.acceptLanguage(), this.client.userAgent()) .flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Page<ManagedClusterInner>>>>() { @Override public Observable<ServiceResponse<Page<ManagedClusterInner>>> call(Response<ResponseBody> response) { try { ServiceResponse<PageImpl<ManagedClusterInner>> result = listByResourceGroupNextDelegate(response); return Observable.just(new ServiceResponse<Page<ManagedClusterInner>>(result.body(), result.response())); } catch (Throwable t) { return Observable.error(t); } } }); } private ServiceResponse<PageImpl<ManagedClusterInner>> listByResourceGroupNextDelegate(Response<ResponseBody> response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().<PageImpl<ManagedClusterInner>, CloudException>newInstance(this.client.serializerAdapter()) .register(200, new TypeToken<PageImpl<ManagedClusterInner>>() { }.getType()) .registerError(CloudException.class) .build(response); } }