共用方式為


SmartGroupModificationItem.ModificationEvent Property

Definition

Gets or sets reason for the modification. Possible values include: 'SmartGroupCreated', 'StateChange', 'AlertAdded', 'AlertRemoved'

[Newtonsoft.Json.JsonProperty(PropertyName="modificationEvent")]
public Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupModificationEvent? ModificationEvent { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="modificationEvent")>]
member this.ModificationEvent : Nullable<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupModificationEvent> with get, set
Public Property ModificationEvent As Nullable(Of SmartGroupModificationEvent)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to