mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-12 19:18:33 -05:00
Add Name field to AlertInfo (#649)
This commit is contained in:
@@ -33,6 +33,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Agent.Contracts
|
||||
public class AgentAlertInfo
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public int DelayBetweenResponses { get; set; }
|
||||
public string EventDescriptionKeyword { get; set; }
|
||||
public string EventSource { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user