AlertRuleIncidentsClient Interface
public interface AlertRuleIncidentsClient
An instance of this class provides access to all the operations defined in AlertRuleIncidentsClient.
Method Summary
Method Details
get
public abstract IncidentInner get(String resourceGroupName, String ruleName, String incidentName)
Gets an incident associated to an alert rule.
Parameters:
Returns:
getAsync
public abstract Mono
Gets an incident associated to an alert rule.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets an incident associated to an alert rule.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets an incident associated to an alert rule.
Parameters:
Returns:
listByAlertRule
public abstract PagedIterable
Gets a list of incidents associated to an alert rule.
Parameters:
Returns:
listByAlertRule
public abstract PagedIterable
Gets a list of incidents associated to an alert rule.
Parameters:
Returns:
listByAlertRuleAsync
public abstract PagedFlux
Gets a list of incidents associated to an alert rule.
Parameters:
Returns:
Applies to
Azure SDK for Java