Interface ThreatIntelligenceIndicatorMetrics


  • public interface ThreatIntelligenceIndicatorMetrics
    Resource collection API of ThreatIntelligenceIndicatorMetrics.
    • Method Detail

      • list

        ThreatIntelligenceMetricsList list​(String resourceGroupName,
                                           String workspaceName)
        Get threat intelligence indicators metrics (Indicators counts by Type, Threat Type, Source).
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        Returns:
        threat intelligence indicators metrics (Indicators counts by Type, Threat Type, Source).
        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<ThreatIntelligenceMetricsList> listWithResponse​(String resourceGroupName,
                                                                                          String workspaceName,
                                                                                          com.azure.core.util.Context context)
        Get threat intelligence indicators metrics (Indicators counts by Type, Threat Type, Source).
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        context - The context to associate with this operation.
        Returns:
        threat intelligence indicators metrics (Indicators counts by Type, Threat Type, Source) 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.