Uses of Class
com.azure.resourcemanager.monitor.fluent.models.IncidentInner
-
Packages that use IncidentInner Package Description com.azure.resourcemanager.monitor.fluent Package containing the service clients for MonitorClient.com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of IncidentInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return IncidentInner Modifier and Type Method Description IncidentInnerAlertRuleIncidentsClient. get(String resourceGroupName, String ruleName, String incidentName)Gets an incident associated to an alert rule.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type IncidentInner Modifier and Type Method Description Mono<IncidentInner>AlertRuleIncidentsClient. getAsync(String resourceGroupName, String ruleName, String incidentName)Gets an incident associated to an alert rule.com.azure.core.http.rest.Response<IncidentInner>AlertRuleIncidentsClient. 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>>AlertRuleIncidentsClient. getWithResponseAsync(String resourceGroupName, String ruleName, String incidentName)Gets an incident associated to an alert rule.com.azure.core.http.rest.PagedIterable<IncidentInner>AlertRuleIncidentsClient. listByAlertRule(String resourceGroupName, String ruleName)Gets a list of incidents associated to an alert rule.com.azure.core.http.rest.PagedIterable<IncidentInner>AlertRuleIncidentsClient. 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>AlertRuleIncidentsClient. listByAlertRuleAsync(String resourceGroupName, String ruleName)Gets a list of incidents associated to an alert rule. -
Uses of IncidentInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type IncidentInner Modifier and Type Method Description List<IncidentInner>IncidentListResult. value()Get the value property: the incident collection.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type IncidentInner Modifier and Type Method Description IncidentListResultIncidentListResult. withValue(List<IncidentInner> value)Set the value property: the incident collection.
-