IotSecuritySolutionsAnalyticsRecommendationOperations Class
IotSecuritySolutionsAnalyticsRecommendationOperations 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.objectIotSecuritySolutionsAnalyticsRecommendationOperations
Constructor
IotSecuritySolutionsAnalyticsRecommendationOperations(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
| get |
Use this method to get the aggregated security analytics recommendation of yours IoT Security solution. This aggregation is performed by recommendation name. |
| list |
Use this method to get the list of aggregated security analytics recommendations of yours IoT Security solution. |
get
Use this method to get the aggregated security analytics recommendation of yours IoT Security solution. This aggregation is performed by recommendation name.
async get(resource_group_name: str, solution_name: str, aggregated_recommendation_name: str, **kwargs) -> azure.mgmt.security.models._models_py3.IoTSecurityAggregatedRecommendation
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
IoTSecurityAggregatedRecommendation, or the result of cls(response)
Return type
Exceptions
list
Use this method to get the list of aggregated security analytics recommendations 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.IoTSecurityAggregatedRecommendationList]
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 IoTSecurityAggregatedRecommendationList 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