Interface IotSecuritySolutionAnalytics


public interface IotSecuritySolutionAnalytics
Resource collection API of IotSecuritySolutionAnalytics.
  • Method Details

    • list

      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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listWithResponse

      com.azure.core.http.rest.Response<IoTSecuritySolutionAnalyticsModelList> listWithResponse(String resourceGroupName, String solutionName, com.azure.core.util.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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • get

      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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getWithResponse

      com.azure.core.http.rest.Response<IoTSecuritySolutionAnalyticsModel> getWithResponse(String resourceGroupName, String solutionName, com.azure.core.util.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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.