AlertIncidentsClient Interface
public interface AlertIncidentsClient
An instance of this class provides access to all the operations defined in AlertIncidentsClient.
Method Summary
Method Details
get
public abstract AlertIncidentInner get(String scope, String alertId, String alertIncidentId)
Get the specified alert incident.
Parameters:
Returns:
getAsync
public abstract Mono<AlertIncidentInner> getAsync(String scope, String alertId, String alertIncidentId)
Get the specified alert incident.
Parameters:
Returns:
getWithResponse
public abstract Response<AlertIncidentInner> getWithResponse(String scope, String alertId, String alertIncidentId, Context context)
Get the specified alert incident.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<AlertIncidentInner>> getWithResponseAsync(String scope, String alertId, String alertIncidentId)
Get the specified alert incident.
Parameters:
Returns:
listForScope
public abstract PagedIterable<AlertIncidentInner> listForScope(String scope, String alertId)
Gets alert incidents for a resource scope.
Parameters:
Returns:
listForScope
public abstract PagedIterable<AlertIncidentInner> listForScope(String scope, String alertId, Context context)
Gets alert incidents for a resource scope.
Parameters:
Returns:
listForScopeAsync
public abstract PagedFlux<AlertIncidentInner> listForScopeAsync(String scope, String alertId)
Gets alert incidents for a resource scope.
Parameters:
Returns:
remediate
public abstract void remediate(String scope, String alertId, String alertIncidentId)
Remediate an alert incident.
Parameters:
remediateAsync
public abstract Mono<Void> remediateAsync(String scope, String alertId, String alertIncidentId)
Remediate an alert incident.
Parameters:
Returns:
remediateWithResponse
public abstract Response<Void> remediateWithResponse(String scope, String alertId, String alertIncidentId, Context context)
Remediate an alert incident.
Parameters:
Returns:
remediateWithResponseAsync
public abstract Mono<Response<Void>> remediateWithResponseAsync(String scope, String alertId, String alertIncidentId)
Remediate an alert incident.
Parameters:
Returns: