Compartilhar via


ArmSecurityInsightsModelFactory.SecurityInsightsWatchlistData Método

Definição

Inicializa uma nova instância de SecurityInsightsWatchlistData.

public static Azure.ResourceManager.SecurityInsights.SecurityInsightsWatchlistData SecurityInsightsWatchlistData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Guid? watchlistId = default, string displayName = default, string provider = default, Azure.ResourceManager.SecurityInsights.Models.Source? source = default, DateTimeOffset? createdOn = default, DateTimeOffset? updatedOn = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsUserInfo createdBy = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsUserInfo updatedBy = default, string description = default, string watchlistType = default, string watchlistAlias = default, bool? isDeleted = default, System.Collections.Generic.IEnumerable<string> labels = default, TimeSpan? defaultDuration = default, Guid? tenantId = default, int? numberOfLinesToSkip = default, string rawContent = default, string itemsSearchKey = default, string contentType = default, string uploadStatus = default, Azure.ETag? etag = default);
static member SecurityInsightsWatchlistData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Guid> * string * string * Nullable<Azure.ResourceManager.SecurityInsights.Models.Source> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsUserInfo * Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsUserInfo * string * string * string * Nullable<bool> * seq<string> * Nullable<TimeSpan> * Nullable<Guid> * Nullable<int> * string * string * string * string * Nullable<Azure.ETag> -> Azure.ResourceManager.SecurityInsights.SecurityInsightsWatchlistData
Public Shared Function SecurityInsightsWatchlistData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional watchlistId As Nullable(Of Guid) = Nothing, Optional displayName As String = Nothing, Optional provider As String = Nothing, Optional source As Nullable(Of Source) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional updatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional createdBy As SecurityInsightsUserInfo = Nothing, Optional updatedBy As SecurityInsightsUserInfo = Nothing, Optional description As String = Nothing, Optional watchlistType As String = Nothing, Optional watchlistAlias As String = Nothing, Optional isDeleted As Nullable(Of Boolean) = Nothing, Optional labels As IEnumerable(Of String) = Nothing, Optional defaultDuration As Nullable(Of TimeSpan) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional numberOfLinesToSkip As Nullable(Of Integer) = Nothing, Optional rawContent As String = Nothing, Optional itemsSearchKey As String = Nothing, Optional contentType As String = Nothing, Optional uploadStatus As String = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As SecurityInsightsWatchlistData

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

watchlistId
Nullable<Guid>

A ID (um Guid) da watchlist.

displayName
String

O nome de exibição da watchlist.

provider
String

O provedor da watchlist.

source
Nullable<Source>

A origem da watchlist.

createdOn
Nullable<DateTimeOffset>

A hora em que a watchlist foi criada.

updatedOn
Nullable<DateTimeOffset>

A última vez que a watchlist foi atualizada.

createdBy
SecurityInsightsUserInfo

Descreve um usuário que criou a watchlist.

updatedBy
SecurityInsightsUserInfo

Descreve um usuário que atualizou a watchlist.

description
String

Uma descrição da watchlist.

watchlistType
String

O tipo da watchlist.

watchlistAlias
String

O alias da watchlist.

isDeleted
Nullable<Boolean>

Um sinalizador que indica se a watchlist é excluída ou não.

labels
IEnumerable<String>

Lista de rótulos relevantes para esta watchlist.

defaultDuration
Nullable<TimeSpan>

A duração padrão de uma watchlist (no formato de duração ISO 8601).

tenantId
Nullable<Guid>

A tenantId à qual a watchlist pertence.

numberOfLinesToSkip
Nullable<Int32>

O número de linhas em um conteúdo csv a ser ignorada antes do cabeçalho.

rawContent
String

O conteúdo bruto que representa os itens da watchlist a serem criados. Exemplo: esta linha será ignorada header1,header2 value1,value2

itemsSearchKey
String

A chave de pesquisa é usada para otimizar o desempenho da consulta ao usar watchlists para junções com outros dados. Por exemplo, habilite uma coluna com endereços IP para ser o campo SearchKey designado e, em seguida, use esse campo como o campo de chave ao ingressar em outros dados de evento por endereço IP.

contentType
String

O tipo de conteúdo do conteúdo bruto. Por enquanto, somente text/csv é válido.

uploadStatus
String

O status da watchlist carregar : Novo, InProgress ou Concluído. Observação: quando uma watchlist carrega status é InProgress, a Watchlist não pode ser excluída.

etag
Nullable<ETag>

Etag do recurso do azure.

Retornos

Uma nova SecurityInsightsWatchlistData instância para simulação.

Aplica-se a