/// <summary> /// Get the test notifications by the notification id /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='resourceGroupName'> /// The name of the resource group. The name is case insensitive. /// </param> /// <param name='notificationId'> /// The notification id /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task <TestNotificationDetailsResponse> GetTestNotificationsAtResourceGroupLevelAsync(this IActionGroupsOperations operations, string resourceGroupName, string notificationId, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.GetTestNotificationsAtResourceGroupLevelWithHttpMessagesAsync(resourceGroupName, notificationId, null, cancellationToken).ConfigureAwait(false)) { return(_result.Body); } }