DataFlow Class
- java.
lang. Object - com.
azure. resourcemanager. monitor. models. DataFlow
- com.
Implements
public final class DataFlow
implements JsonSerializable<DataFlow>
Definition of which streams are sent to which destinations.
Constructor Summary
Constructor | Description |
---|---|
DataFlow() |
Creates an instance of Data |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
destinations()
Get the destinations property: List of destinations for this data flow. |
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
String |
outputStream()
Get the output |
List<Known |
streams()
Get the streams property: List of streams for this data flow. |
Json |
toJson(JsonWriter jsonWriter) |
String |
transformKql()
Get the transform |
void |
validate()
Validates the instance. |
Data |
withDestinations(List<String> destinations)
Set the destinations property: List of destinations for this data flow. |
Data |
withOutputStream(String outputStream)
Set the output |
Data |
withStreams(List<KnownDataFlowStreams> streams)
Set the streams property: List of streams for this data flow. |
Data |
withTransformKql(String transformKql)
Set the transform |
Methods inherited from java.lang.Object
Constructor Details
DataFlow
public DataFlow()
Creates an instance of DataFlow class.
Method Details
destinations
public List
Get the destinations property: List of destinations for this data flow.
Returns:
fromJson
public static DataFlow fromJson(JsonReader jsonReader)
Reads an instance of DataFlow from the JsonReader.
Parameters:
Returns:
Throws:
outputStream
public String outputStream()
Get the outputStream property: The output stream of the transform. Only required if the transform changes data to a different stream.
Returns:
streams
public List
Get the streams property: List of streams for this data flow.
Returns:
toJson
transformKql
public String transformKql()
Get the transformKql property: The KQL query to transform stream data.
Returns:
validate
public void validate()
Validates the instance.
withDestinations
public DataFlow withDestinations(List
Set the destinations property: List of destinations for this data flow.
Parameters:
Returns:
withOutputStream
public DataFlow withOutputStream(String outputStream)
Set the outputStream property: The output stream of the transform. Only required if the transform changes data to a different stream.
Parameters:
Returns:
withStreams
public DataFlow withStreams(List
Set the streams property: List of streams for this data flow.
Parameters:
Returns:
withTransformKql
public DataFlow withTransformKql(String transformKql)
Set the transformKql property: The KQL query to transform stream data.
Parameters:
Returns:
Applies to
Azure SDK for Java