IHealthErrorSummary.AffectedResourceCorrelationId Property

Definition

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.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="affectedResourceCorrelationIds", Update=true)]
public System.Collections.Generic.List<string> AffectedResourceCorrelationId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="affectedResourceCorrelationIds", Update=true)>]
member this.AffectedResourceCorrelationId : System.Collections.Generic.List<string> with get, set
Public Property AffectedResourceCorrelationId As List(Of String)

Property Value

Attributes

Applies to