共用方式為


AlertModificationProperties.Modifications Property

Definition

Gets or sets modification details

[Newtonsoft.Json.JsonProperty(PropertyName="modifications")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationItem> Modifications { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="modifications")>]
member this.Modifications : System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationItem> with get, set
Public Property Modifications As IList(Of AlertModificationItem)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to