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<IncidentInner> getAsync(String resourceGroupName, String ruleName, String incidentName)
Gets an incident associated to an alert rule.
Parameters:
Returns:
getWithResponse
public abstract Response<IncidentInner> getWithResponse(String resourceGroupName, String ruleName, String incidentName, Context context)
Gets an incident associated to an alert rule.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<IncidentInner>> getWithResponseAsync(String resourceGroupName, String ruleName, String incidentName)
Gets an incident associated to an alert rule.
Parameters:
Returns:
listByAlertRule
public abstract PagedIterable<IncidentInner> listByAlertRule(String resourceGroupName, String ruleName)
Gets a list of incidents associated to an alert rule.
Parameters:
Returns:
listByAlertRule
public abstract PagedIterable<IncidentInner> listByAlertRule(String resourceGroupName, String ruleName, Context context)
Gets a list of incidents associated to an alert rule.
Parameters:
Returns:
listByAlertRuleAsync
public abstract PagedFlux<IncidentInner> listByAlertRuleAsync(String resourceGroupName, String ruleName)
Gets a list of incidents associated to an alert rule.
Parameters:
Returns: