IotSecuritySolutionAnalytics Interface

public interface IotSecuritySolutionAnalytics

Resource collection API of IotSecuritySolutionAnalytics.

Method Summary

Modifier and Type Method and Description
abstract IoTSecuritySolutionAnalyticsModel get(String resourceGroupName, String solutionName)

Use this method to get IoT Security Analytics metrics.

abstract Response<IoTSecuritySolutionAnalyticsModel> getWithResponse(String resourceGroupName, String solutionName, Context context)

Use this method to get IoT Security Analytics metrics.

abstract IoTSecuritySolutionAnalyticsModelList list(String resourceGroupName, String solutionName)

Use this method to get IoT security Analytics metrics in an array.

abstract Response<IoTSecuritySolutionAnalyticsModelList> listWithResponse(String resourceGroupName, String solutionName, Context context)

Use this method to get IoT security Analytics metrics in an array.

Method Details

get

public abstract IoTSecuritySolutionAnalyticsModel get(String resourceGroupName, String solutionName)

Use this method to get IoT Security Analytics metrics.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
solutionName - The name of the IoT Security solution.

Returns:

security analytics of your IoT Security solution.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String solutionName, Context context)

Use this method to get IoT Security Analytics metrics.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
solutionName - The name of the IoT Security solution.
context - The context to associate with this operation.

Returns:

security analytics of your IoT Security solution along with Response<T>.

list

public abstract IoTSecuritySolutionAnalyticsModelList list(String resourceGroupName, String solutionName)

Use this method to get IoT security Analytics metrics in an array.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
solutionName - The name of the IoT Security solution.

Returns:

list of Security analytics of your IoT Security solution.

listWithResponse

public abstract Response listWithResponse(String resourceGroupName, String solutionName, Context context)

Use this method to get IoT security Analytics metrics in an array.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
solutionName - The name of the IoT Security solution.
context - The context to associate with this operation.

Returns:

list of Security analytics of your IoT Security solution along with Response<T>.

Applies to