Partilhar via


SecurityInsightsThreatIntelligenceIndicatorCollection Classe

Definição

Uma classe que representa uma coleção de SecurityInsightsThreatIntelligenceIndicatorResource e suas operações. Cada SecurityInsightsThreatIntelligenceIndicatorResource um na coleção pertencerá à mesma instância de OperationalInsightsWorkspaceSecurityInsightsResource. Para obter uma SecurityInsightsThreatIntelligenceIndicatorCollection instância, chame o método GetSecurityInsightsThreatIntelligenceIndicators de uma instância do OperationalInsightsWorkspaceSecurityInsightsResource.

public class SecurityInsightsThreatIntelligenceIndicatorCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource>
type SecurityInsightsThreatIntelligenceIndicatorCollection = class
    inherit ArmCollection
    interface seq<SecurityInsightsThreatIntelligenceIndicatorResource>
    interface IEnumerable
    interface IAsyncEnumerable<SecurityInsightsThreatIntelligenceIndicatorResource>
Public Class SecurityInsightsThreatIntelligenceIndicatorCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of SecurityInsightsThreatIntelligenceIndicatorResource), IEnumerable(Of SecurityInsightsThreatIntelligenceIndicatorResource)
Herança
SecurityInsightsThreatIntelligenceIndicatorCollection
Implementações

Construtores

SecurityInsightsThreatIntelligenceIndicatorCollection()

Inicializa uma nova instância da SecurityInsightsThreatIntelligenceIndicatorCollection classe para zombar.

Propriedades

Client

Obtém o ArmClient do qual esse cliente de recurso foi criado.

(Herdado de ArmCollection)
Diagnostics

Obtém as opções de diagnóstico para esse cliente de recurso.

(Herdado de ArmCollection)
Endpoint

Obtém o uri base para esse cliente de recurso.

(Herdado de ArmCollection)
Id

Obtém o identificador de recurso.

(Herdado de ArmCollection)
Pipeline

Obtém o pipeline desse cliente de recurso.

(Herdado de ArmCollection)

Métodos

CreateOrUpdate(WaitUntil, String, SecurityInsightsThreatIntelligenceIndicatorData, CancellationToken)

Atualizar um indicador de Inteligência contra Ameaças.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/indicators/{name}
  • Operação IdThreatIntelligenceIndicators_Update
CreateOrUpdateAsync(WaitUntil, String, SecurityInsightsThreatIntelligenceIndicatorData, CancellationToken)

Atualizar um indicador de Inteligência contra Ameaças.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/indicators/{name}
  • Operação IdThreatIntelligenceIndicators_Update
Exists(String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/indicators/{name}
  • Operação IdThreatIntelligenceIndicators_Get
ExistsAsync(String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/indicators/{name}
  • Operação IdThreatIntelligenceIndicators_Get
Get(String, CancellationToken)

Exiba um indicador de inteligência contra ameaças por nome.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/indicators/{name}
  • Operação IdThreatIntelligenceIndicators_Get
GetAll(String, Nullable<Int32>, String, String, CancellationToken)

Obtenha todos os indicadores de inteligência contra ameaças.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/indicators
  • Operação IdThreatIntelligenceIndicators_List
GetAllAsync(String, Nullable<Int32>, String, String, CancellationToken)

Obtenha todos os indicadores de inteligência contra ameaças.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/indicators
  • Operação IdThreatIntelligenceIndicators_List
GetAsync(String, CancellationToken)

Exiba um indicador de inteligência contra ameaças por nome.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/indicators/{name}
  • Operação IdThreatIntelligenceIndicators_Get
TryGetApiVersion(ResourceType, String)

Obtém a substituição da versão da API se ela tiver sido definida para as opções de cliente atuais.

(Herdado de ArmCollection)

Implantações explícitas de interface

IAsyncEnumerable<SecurityInsightsThreatIntelligenceIndicatorResource>.GetAsyncEnumerator(CancellationToken)

Retorna um enumerador que itera de maneira assíncrona por meio da coleção.

IEnumerable.GetEnumerator()

Retorna um enumerador que itera em uma coleção.

IEnumerable<SecurityInsightsThreatIntelligenceIndicatorResource>.GetEnumerator()

Retorna um enumerador que itera pela coleção.

Aplica-se a