resourceGroupName
- The name of the resource group. The name is case insensitive.
ruleName
- The name of the rule.
incidentName
- The name of the incident to retrieve.
context
- The context to associate with this operation.
Returns:
an incident associated to an alert rule along with Response<T>.
getWithResponseAsync
public abstract Mono> getWithResponseAsync(String resourceGroupName, String ruleName, String incidentName)
Gets an incident associated to an alert rule.
Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.
ruleName
- The name of the rule.
incidentName
- The name of the incident to retrieve.
Returns:
an incident associated to an alert rule along with Response<T> on successful completion of
Mono.
listByAlertRule
public abstract PagedIterable listByAlertRule(String resourceGroupName, String ruleName)
Gets a list of incidents associated to an alert rule.
Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.
ruleName
- The name of the rule.
Returns:
a list of incidents associated to an alert rule as paginated response with PagedIterable<T>.
listByAlertRule
public abstract PagedIterable listByAlertRule(String resourceGroupName, String ruleName, Context context)
Gets a list of incidents associated to an alert rule.
Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.
ruleName
- The name of the rule.
context
- The context to associate with this operation.
Returns:
a list of incidents associated to an alert rule as paginated response with PagedIterable<T>.
listByAlertRuleAsync
public abstract PagedFlux listByAlertRuleAsync(String resourceGroupName, String ruleName)
Gets a list of incidents associated to an alert rule.
Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.
ruleName
- The name of the rule.
Returns:
a list of incidents associated to an alert rule as paginated response with PagedFlux<T>.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.