AlertsOperationsExtensions.SendTestEmailAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sends a test alert email.
public static System.Threading.Tasks.Task SendTestEmailAsync (this Microsoft.Azure.Management.StorSimple8000Series.IAlertsOperations operations, string deviceName, Microsoft.Azure.Management.StorSimple8000Series.Models.SendTestAlertEmailRequest parameters, string resourceGroupName, string managerName, System.Threading.CancellationToken cancellationToken = default);
static member SendTestEmailAsync : Microsoft.Azure.Management.StorSimple8000Series.IAlertsOperations * string * Microsoft.Azure.Management.StorSimple8000Series.Models.SendTestAlertEmailRequest * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendTestEmailAsync (operations As IAlertsOperations, deviceName As String, parameters As SendTestAlertEmailRequest, resourceGroupName As String, managerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- IAlertsOperations
The operations group for this extension method.
- deviceName
- String
The device name
- parameters
- SendTestAlertEmailRequest
The send test alert email request.
- resourceGroupName
- String
The resource group name
- managerName
- String
The manager name
- cancellationToken
- CancellationToken
The cancellation token.