Compartilhar via


DataFlow Construtores

Definição

Sobrecargas

DataFlow()

Inicializa uma nova instância da classe DataFlow.

DataFlow(IList<String>, IList<String>, String, String)

Inicializa uma nova instância da classe DataFlow.

DataFlow()

Inicializa uma nova instância da classe DataFlow.

public DataFlow ();
Public Sub New ()

Aplica-se a

DataFlow(IList<String>, IList<String>, String, String)

Inicializa uma nova instância da classe DataFlow.

public DataFlow (System.Collections.Generic.IList<string> streams = default, System.Collections.Generic.IList<string> destinations = default, string transformKql = default, string outputStream = default);
new Microsoft.Azure.Management.Monitor.Models.DataFlow : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string * string -> Microsoft.Azure.Management.Monitor.Models.DataFlow
Public Sub New (Optional streams As IList(Of String) = Nothing, Optional destinations As IList(Of String) = Nothing, Optional transformKql As String = Nothing, Optional outputStream As String = Nothing)

Parâmetros

streams
IList<String>

Lista de fluxos para esse fluxo de dados.

destinations
IList<String>

Lista de destinos para esse fluxo de dados.

transformKql
String

A consulta KQL para transformar dados de fluxo.

outputStream
String

O fluxo de saída da transformação. Necessário somente se a transformação alterar os dados para um fluxo diferente.

Aplica-se a