RuleEmailAction.SendToServiceOwners Property

 

Optional. Whether the administrators (service and co-adiminstrators) of the service should be notified when the alert is activated.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public bool SendToServiceOwners { get; set; }
public:
property bool SendToServiceOwners {
    bool get();
    void set(bool value);
}
member SendToServiceOwners : bool with get, set
Public Property SendToServiceOwners As Boolean

Property Value

Type: System.Boolean

See Also

RuleEmailAction Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top