IotSecuritySolutionAnalytics interface   
Interface representing a IotSecuritySolutionAnalytics.
Methods
| get(string, string, Iot | Use this method to get IoT Security Analytics metrics. | 
| list(string, string, Iot | Use this method to get IoT security Analytics metrics in an array. | 
Method Details
		get(string, string, IotSecuritySolutionAnalyticsGetOptionalParams)
	      
	Use this method to get IoT Security Analytics metrics.
function get(resourceGroupName: string, solutionName: string, options?: IotSecuritySolutionAnalyticsGetOptionalParams): Promise<IoTSecuritySolutionAnalyticsModel>Parameters
- resourceGroupName
- 
				string 
The name of the resource group within the user's subscription. The name is case insensitive.
- solutionName
- 
				string 
The name of the IoT Security solution.
The options parameters.
Returns
Promise<IoTSecuritySolutionAnalyticsModel>
		list(string, string, IotSecuritySolutionAnalyticsListOptionalParams)
	      
	Use this method to get IoT security Analytics metrics in an array.
function list(resourceGroupName: string, solutionName: string, options?: IotSecuritySolutionAnalyticsListOptionalParams): Promise<IoTSecuritySolutionAnalyticsModelList>Parameters
- resourceGroupName
- 
				string 
The name of the resource group within the user's subscription. The name is case insensitive.
- solutionName
- 
				string 
The name of the IoT Security solution.
The options parameters.