/// <summary> /// Disable all recommendations for an app. /// </summary> /// <remarks> /// Disable all recommendations for an app. /// </remarks> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='resourceGroupName'> /// Name of the resource group to which the resource belongs. /// </param> /// <param name='environmentName'> /// Name of the app. /// </param> /// <param name='hostingEnvironmentName'> /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task DisableAllForHostingEnvironmentAsync(this IRecommendationsOperations operations, string resourceGroupName, string environmentName, string hostingEnvironmentName, CancellationToken cancellationToken = default(CancellationToken)) { (await operations.DisableAllForHostingEnvironmentWithHttpMessagesAsync(resourceGroupName, environmentName, hostingEnvironmentName, null, cancellationToken).ConfigureAwait(false)).Dispose(); }