Interface IncidentAlertList
public interface IncidentAlertList
An immutable client-side representation of IncidentAlertList.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.securityinsights.fluent.models.IncidentAlertListInner object.value()
Gets the value property: Array of incident alerts.
-
Method Details
-
value
List<SecurityAlert> value()Gets the value property: Array of incident alerts.- Returns:
- the value value.
-
innerModel
IncidentAlertListInner innerModel()Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.IncidentAlertListInner object.- Returns:
- the inner object.
-