Aracılığıyla paylaş


ThreatIntelligenceIndicatorMetricsClient Interface

public interface ThreatIntelligenceIndicatorMetricsClient

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

Method Summary

Modifier and Type Method and Description
abstract ThreatIntelligenceMetricsListInner list(String resourceGroupName, String workspaceName)

Get threat intelligence indicators metrics (Indicators counts by Type, Threat Type, Source).

abstract Response<ThreatIntelligenceMetricsListInner> listWithResponse(String resourceGroupName, String workspaceName, Context context)

Get threat intelligence indicators metrics (Indicators counts by Type, Threat Type, Source).

Method Details

list

public abstract ThreatIntelligenceMetricsListInner 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).

listWithResponse

public abstract Response<ThreatIntelligenceMetricsListInner> listWithResponse(String resourceGroupName, String workspaceName, 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<T>.

Applies to