/// <summary> /// Send test notifications to a set of provided receivers /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='notificationRequest'> /// The notification request body which includes the contact details /// </param> public static TestNotificationResponse PostTestNotifications(this IActionGroupsOperations operations, NotificationRequestBody notificationRequest) { return(operations.PostTestNotificationsAsync(notificationRequest).GetAwaiter().GetResult()); }