HealthErrorSummary.AffectedResourceCorrelationIds Property

Definition

Gets or sets the list of affected resource correlation Ids. This can be used to uniquely identify the count of items affected by a specific category and severity as well as count of item affected by an specific issue.

[Newtonsoft.Json.JsonProperty(PropertyName="affectedResourceCorrelationIds")]
public System.Collections.Generic.IList<string> AffectedResourceCorrelationIds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="affectedResourceCorrelationIds")>]
member this.AffectedResourceCorrelationIds : System.Collections.Generic.IList<string> with get, set
Public Property AffectedResourceCorrelationIds As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to