IotSecuritySolutionAnalyticsClient Interface

public interface IotSecuritySolutionAnalyticsClient

An instance of this class provides access to all the operations defined in IotSecuritySolutionAnalyticsClient.

Method Summary

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

Use this method to get IoT Security Analytics metrics.

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

Use this method to get IoT Security Analytics metrics.

abstract IoTSecuritySolutionAnalyticsModelListInner list(String resourceGroupName, String solutionName)

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

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

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

Method Details

get

public abstract IoTSecuritySolutionAnalyticsModelInner get(String resourceGroupName, String solutionName)

Use this method to get IoT Security Analytics metrics.

Parameters:

resourceGroupName - The name of the resource group. 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<IoTSecuritySolutionAnalyticsModelInner> getWithResponse(String resourceGroupName, String solutionName, Context context)

Use this method to get IoT Security Analytics metrics.

Parameters:

resourceGroupName - The name of the resource group. 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 IoTSecuritySolutionAnalyticsModelListInner 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. 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<IoTSecuritySolutionAnalyticsModelListInner> 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. 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