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.object
IotSecuritySolutionsAnalyticsRecommendationOperations

Constructor

IotSecuritySolutionsAnalyticsRecommendationOperations(client, config, serializer, deserializer)

Parameters

client
Required

Client for service requests.

config
Required

Configuration of service client.

serializer
Required

An object model serializer.

deserializer
Required

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
Required

The name of the resource group within the user's subscription. The name is case insensitive.

solution_name
str
Required

The name of the IoT Security solution.

aggregated_recommendation_name
str
Required

Name of the recommendation aggregated for this query.

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
Required

The name of the resource group within the user's subscription. The name is case insensitive.

solution_name
str
Required

The name of the IoT Security solution.

top
int
default value: None

Number of results to retrieve.

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'>