ThreatIntelligenceIndicator interface
Интерфейс, представляющий ThreatIntelligenceIndicator.
Методы
Сведения о методе
appendTags(string, string, string, ThreatIntelligenceAppendTags, ThreatIntelligenceIndicatorAppendTagsOptionalParams)
Добавление тегов в индикатор аналитики угроз.
function appendTags(resourceGroupName: string, workspaceName: string, name: string, threatIntelligenceAppendTags: ThreatIntelligenceAppendTags, options?: ThreatIntelligenceIndicatorAppendTagsOptionalParams): Promise<void>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Регистр букв в имени не учитывается.
- workspaceName
-
string
имя рабочей области;
- name
-
string
Поле имени индикатора аналитики угроз.
- threatIntelligenceAppendTags
- ThreatIntelligenceAppendTags
Текст запроса на добавление тегов аналитики угроз
Параметры параметров.
Возвращаемое значение
Promise<void>
create(string, string, string, ThreatIntelligenceIndicatorModel, ThreatIntelligenceIndicatorCreateOptionalParams)
Обновление индикатора аналитики угроз.
function create(resourceGroupName: string, workspaceName: string, name: string, threatIntelligenceProperties: ThreatIntelligenceIndicatorModel, options?: ThreatIntelligenceIndicatorCreateOptionalParams): Promise<ThreatIntelligenceInformationUnion>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Регистр букв в имени не учитывается.
- workspaceName
-
string
имя рабочей области;
- name
-
string
Поле имени индикатора аналитики угроз.
- threatIntelligenceProperties
- ThreatIntelligenceIndicatorModel
Свойства создаваемых и обновляемых индикаторов аналитики угроз.
Параметры параметров.
Возвращаемое значение
Promise<ThreatIntelligenceInformationUnion>
createIndicator(string, string, ThreatIntelligenceIndicatorModel, ThreatIntelligenceIndicatorCreateIndicatorOptionalParams)
Создайте новый индикатор аналитики угроз.
function createIndicator(resourceGroupName: string, workspaceName: string, threatIntelligenceProperties: ThreatIntelligenceIndicatorModel, options?: ThreatIntelligenceIndicatorCreateIndicatorOptionalParams): Promise<ThreatIntelligenceInformationUnion>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Регистр букв в имени не учитывается.
- workspaceName
-
string
имя рабочей области;
- threatIntelligenceProperties
- ThreatIntelligenceIndicatorModel
Свойства создаваемых и обновляемых индикаторов аналитики угроз.
Параметры параметров.
Возвращаемое значение
Promise<ThreatIntelligenceInformationUnion>
delete(string, string, string, ThreatIntelligenceIndicatorDeleteOptionalParams)
Удаление индикатора аналитики угроз.
function delete(resourceGroupName: string, workspaceName: string, name: string, options?: ThreatIntelligenceIndicatorDeleteOptionalParams): Promise<void>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Регистр букв в имени не учитывается.
- workspaceName
-
string
имя рабочей области;
- name
-
string
Поле имени индикатора аналитики угроз.
Параметры параметров.
Возвращаемое значение
Promise<void>
get(string, string, string, ThreatIntelligenceIndicatorGetOptionalParams)
Просмотрите индикатор аналитики угроз по имени.
function get(resourceGroupName: string, workspaceName: string, name: string, options?: ThreatIntelligenceIndicatorGetOptionalParams): Promise<ThreatIntelligenceInformationUnion>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Регистр букв в имени не учитывается.
- workspaceName
-
string
имя рабочей области;
- name
-
string
Поле имени индикатора аналитики угроз.
Параметры параметров.
Возвращаемое значение
Promise<ThreatIntelligenceInformationUnion>
listQueryIndicators(string, string, ThreatIntelligenceFilteringCriteria, ThreatIntelligenceIndicatorQueryIndicatorsOptionalParams)
Запрос индикаторов аналитики угроз в рамках критериев фильтрации.
function listQueryIndicators(resourceGroupName: string, workspaceName: string, threatIntelligenceFilteringCriteria: ThreatIntelligenceFilteringCriteria, options?: ThreatIntelligenceIndicatorQueryIndicatorsOptionalParams): PagedAsyncIterableIterator<ThreatIntelligenceInformationUnion, ThreatIntelligenceInformationUnion[], PageSettings>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Регистр букв в имени не учитывается.
- workspaceName
-
string
имя рабочей области;
- threatIntelligenceFilteringCriteria
- ThreatIntelligenceFilteringCriteria
Критерии фильтрации для запросов индикаторов аналитики угроз.
Параметры параметров.
Возвращаемое значение
replaceTags(string, string, string, ThreatIntelligenceIndicatorModel, ThreatIntelligenceIndicatorReplaceTagsOptionalParams)
Замена тегов, добавленных в индикатор аналитики угроз.
function replaceTags(resourceGroupName: string, workspaceName: string, name: string, threatIntelligenceReplaceTags: ThreatIntelligenceIndicatorModel, options?: ThreatIntelligenceIndicatorReplaceTagsOptionalParams): Promise<ThreatIntelligenceInformationUnion>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Регистр букв в имени не учитывается.
- workspaceName
-
string
имя рабочей области;
- name
-
string
Поле имени индикатора аналитики угроз.
- threatIntelligenceReplaceTags
- ThreatIntelligenceIndicatorModel
Теги в индикаторе аналитики угроз, который необходимо заменить.
Параметры параметров.
Возвращаемое значение
Promise<ThreatIntelligenceInformationUnion>
Azure SDK for JavaScript