Uses of Class
com.azure.resourcemanager.monitor.fluent.models.IncidentInner
Packages that use IncidentInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
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 IncidentInnerModifier and TypeMethodDescriptionGets an incident associated to an alert rule.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type IncidentInnerModifier and TypeMethodDescriptionGets 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.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return IncidentInnerModifier and TypeMethodDescriptionstatic IncidentInner
IncidentInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of IncidentInner from the JsonReader. -
Uses of IncidentInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type IncidentInnerModifier and TypeMethodDescriptionIncidentListResult.value()
Get the value property: the incident collection.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type IncidentInnerModifier and TypeMethodDescriptionIncidentListResult.withValue
(List<IncidentInner> value) Set the value property: the incident collection.