IotSecuritySolutionsAnalyticsAggregatedAlertOperations Class
IotSecuritySolutionsAnalyticsAggregatedAlertOperations async operations.
You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.
- Inheritance
-
builtins.objectIotSecuritySolutionsAnalyticsAggregatedAlertOperations
Constructor
IotSecuritySolutionsAnalyticsAggregatedAlertOperations(client, config, serializer, deserializer)
Parameters
- client
Client for service requests.
- config
Configuration of service client.
- serializer
An object model serializer.
- deserializer
An object model deserializer.
Variables
- models
Alias to model classes used in this operation group.
Methods
| dismiss |
Use this method to dismiss an aggregated IoT Security Solution Alert. |
| get |
Use this method to get a single the aggregated alert of yours IoT Security solution. This aggregation is performed by alert name. |
| list |
Use this method to get the aggregated alert list of yours IoT Security solution. |
dismiss
Use this method to dismiss an aggregated IoT Security Solution Alert.
async dismiss(resource_group_name: str, solution_name: str, aggregated_alert_name: str, **kwargs) -> None
Parameters
- resource_group_name
- str
The name of the resource group within the user's subscription. The name is case insensitive.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
None, or the result of cls(response)
Return type
Exceptions
get
Use this method to get a single the aggregated alert of yours IoT Security solution. This aggregation is performed by alert name.
async get(resource_group_name: str, solution_name: str, aggregated_alert_name: str, **kwargs) -> azure.mgmt.security.models._models_py3.IoTSecurityAggregatedAlert
Parameters
- resource_group_name
- str
The name of the resource group within the user's subscription. The name is case insensitive.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
IoTSecurityAggregatedAlert, or the result of cls(response)
Return type
Exceptions
list
Use this method to get the aggregated alert list of yours IoT Security solution.
list(resource_group_name: str, solution_name: str, top: Optional[int] = None, **kwargs) -> AsyncIterable[azure.mgmt.security.models._models_py3.IoTSecurityAggregatedAlertList]
Parameters
- resource_group_name
- str
The name of the resource group within the user's subscription. The name is case insensitive.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either IoTSecurityAggregatedAlertList or the result of cls(response)
Return type
Exceptions
Attributes
models
models = <module 'azure.mgmt.security.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\security\\models\\__init__.py'>
Feedback
Submit and view feedback for