SecurityInsightsThreatIntelligenceIndicatorCollection Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- 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.
|
CreateOrUpdateAsync(WaitUntil, String, SecurityInsightsThreatIntelligenceIndicatorData, CancellationToken) |
Atualizar um indicador de Inteligência contra Ameaças.
|
Exists(String, CancellationToken) |
Verifica se o recurso existe no azure.
|
ExistsAsync(String, CancellationToken) |
Verifica se o recurso existe no azure.
|
Get(String, CancellationToken) |
Exiba um indicador de inteligência contra ameaças por nome.
|
GetAll(String, Nullable<Int32>, String, String, CancellationToken) |
Obtenha todos os indicadores de inteligência contra ameaças.
|
GetAllAsync(String, Nullable<Int32>, String, String, CancellationToken) |
Obtenha todos os indicadores de inteligência contra ameaças.
|
GetAsync(String, CancellationToken) |
Exiba um indicador de inteligência contra ameaças por nome.
|
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. |