DataFlow Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DataFlow() |
Initializes a new instance of the DataFlow class. |
DataFlow(IList<String>, IList<String>, String, String) |
Initializes a new instance of the DataFlow class. |
DataFlow()
Initializes a new instance of the DataFlow class.
public DataFlow ();
Public Sub New ()
Applies to
DataFlow(IList<String>, IList<String>, String, String)
Initializes a new instance of the DataFlow class.
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)
Parameters
- transformKql
- String
The KQL query to transform stream data.
- outputStream
- String
The output stream of the transform. Only required if the transform changes data to a different stream.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.