DataFlow Construtores
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.
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
- 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
Azure SDK for .NET