public interface AlertRuleIncidentsClient
| Modifier and Type | Method and Description |
|---|---|
IncidentInner |
get(String resourceGroupName,
String ruleName,
String incidentName)
Gets an incident associated to an alert rule.
|
Mono<IncidentInner> |
getAsync(String resourceGroupName,
String ruleName,
String incidentName)
Gets an incident associated to an alert rule.
|
com.azure.core.http.rest.Response<IncidentInner> |
getWithResponse(String resourceGroupName,
String ruleName,
String incidentName,
com.azure.core.util.Context context)
Gets an incident associated to an alert rule.
|
Mono<com.azure.core.http.rest.Response<IncidentInner>> |
getWithResponseAsync(String resourceGroupName,
String ruleName,
String incidentName)
Gets an incident associated to an alert rule.
|
com.azure.core.http.rest.PagedIterable<IncidentInner> |
listByAlertRule(String resourceGroupName,
String ruleName)
Gets a list of incidents associated to an alert rule.
|
com.azure.core.http.rest.PagedIterable<IncidentInner> |
listByAlertRule(String resourceGroupName,
String ruleName,
com.azure.core.util.Context context)
Gets a list of incidents associated to an alert rule.
|
com.azure.core.http.rest.PagedFlux<IncidentInner> |
listByAlertRuleAsync(String resourceGroupName,
String ruleName)
Gets a list of incidents associated to an alert rule.
|
Mono<com.azure.core.http.rest.Response<IncidentInner>> getWithResponseAsync(String resourceGroupName, String ruleName, String incidentName)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.incidentName - The name of the incident to retrieve.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<IncidentInner> getAsync(String resourceGroupName, String ruleName, String incidentName)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.incidentName - The name of the incident to retrieve.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.IncidentInner get(String resourceGroupName, String ruleName, String incidentName)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.incidentName - The name of the incident to retrieve.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<IncidentInner> getWithResponse(String resourceGroupName, String ruleName, String incidentName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.incidentName - The name of the incident to retrieve.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<IncidentInner> listByAlertRuleAsync(String resourceGroupName, String ruleName)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<IncidentInner> listByAlertRule(String resourceGroupName, String ruleName)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<IncidentInner> listByAlertRule(String resourceGroupName, String ruleName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.