IotSecuritySolutionAnalyticsOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:iot_security_solution_analytics> attribute.
Constructor
IotSecuritySolutionAnalyticsOperations(*args, **kwargs)
Methods
| get |
Use this method to get IoT Security Analytics metrics. |
| list |
Use this method to get IoT security Analytics metrics in an array. |
get
Use this method to get IoT Security Analytics metrics.
get(resource_group_name: str, solution_name: str, **kwargs: Any) -> IoTSecuritySolutionAnalyticsModel
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group within the user's subscription. The name is case insensitive. Required. |
|
solution_name
Required
|
The name of the IoT Security solution. Required. |
Returns
| Type | Description |
|---|---|
|
IoTSecuritySolutionAnalyticsModel or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
list
Use this method to get IoT security Analytics metrics in an array.
list(resource_group_name: str, solution_name: str, **kwargs: Any) -> IoTSecuritySolutionAnalyticsModelList
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group within the user's subscription. The name is case insensitive. Required. |
|
solution_name
Required
|
The name of the IoT Security solution. Required. |
Returns
| Type | Description |
|---|---|
|
IoTSecuritySolutionAnalyticsModelList or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
Attributes
models
models = <module 'azure.mgmt.security.v2019_08_01.models' from 'C:\\ToolCache\\Python\\3.12.10\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv218\\Lib\\site-packages\\azure\\mgmt\\security\\v2019_08_01\\models\\__init__.py'>