共用方式為


AlertsOperationsExtensions.SendTestEmail Method

Definition

Sends a test alert email.

public static void SendTestEmail (this Microsoft.Azure.Management.StorSimple8000Series.IAlertsOperations operations, string deviceName, Microsoft.Azure.Management.StorSimple8000Series.Models.SendTestAlertEmailRequest parameters, string resourceGroupName, string managerName);
static member SendTestEmail : Microsoft.Azure.Management.StorSimple8000Series.IAlertsOperations * string * Microsoft.Azure.Management.StorSimple8000Series.Models.SendTestAlertEmailRequest * string * string -> unit
<Extension()>
Public Sub SendTestEmail (operations As IAlertsOperations, deviceName As String, parameters As SendTestAlertEmailRequest, resourceGroupName As String, managerName As String)

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

Applies to