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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET