/// <summary> /// Gets all the application resources in a given resource group. /// </summary> /// <remarks> /// Gets the information about all application resources in a given resource /// group. The information include the description and other properties of the /// Application. /// </remarks> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='resourceGroupName'> /// Azure resource group name /// </param> public static IPage <ApplicationResourceDescription> ListByResourceGroup(this IApplicationOperations operations, string resourceGroupName) { return(operations.ListByResourceGroupAsync(resourceGroupName).GetAwaiter().GetResult()); }