IncidentGetResponse.Incident Property
Optional. The retrieved incident.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public Incident Incident { get; set; }
public:
property Incident^ Incident {
Incident^ get();
void set(Incident^ value);
}
member Incident : Incident with get, set
Public Property Incident As Incident
Property Value
Type: Microsoft.Azure.Management.Insights.Models.Incident
See Also
IncidentGetResponse Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top