### YamlMime:JavaType uid: "com.azure.resourcemanager.monitor.models.DataFlow" fullName: "com.azure.resourcemanager.monitor.models.DataFlow" name: "DataFlow" nameWithType: "DataFlow" summary: "Definition of which streams are sent to which destinations." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **DataFlow**
implements <>" constructors: - uid: "com.azure.resourcemanager.monitor.models.DataFlow.DataFlow()" fullName: "com.azure.resourcemanager.monitor.models.DataFlow.DataFlow()" name: "DataFlow()" nameWithType: "DataFlow.DataFlow()" summary: "Creates an instance of DataFlow class." syntax: "public DataFlow()" desc: "Creates an instance of DataFlow class." methods: - uid: "com.azure.resourcemanager.monitor.models.DataFlow.destinations()" fullName: "com.azure.resourcemanager.monitor.models.DataFlow.destinations()" name: "destinations()" nameWithType: "DataFlow.destinations()" summary: "Get the destinations property: List of destinations for this data flow." syntax: "public List destinations()" desc: "Get the destinations property: List of destinations for this data flow." returns: description: "the destinations value." type: "List<String>" - uid: "com.azure.resourcemanager.monitor.models.DataFlow.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.resourcemanager.monitor.models.DataFlow.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "DataFlow.fromJson(JsonReader jsonReader)" summary: "Reads an instance of DataFlow from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static DataFlow fromJson(JsonReader jsonReader)" exceptions: - description: "If an error occurs while reading the DataFlow." type: "IOException" desc: "Reads an instance of DataFlow from the JsonReader." returns: description: "An instance of DataFlow if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null." type: "" - uid: "com.azure.resourcemanager.monitor.models.DataFlow.outputStream()" fullName: "com.azure.resourcemanager.monitor.models.DataFlow.outputStream()" name: "outputStream()" nameWithType: "DataFlow.outputStream()" summary: "Get the outputStream property: The output stream of the transform." syntax: "public String outputStream()" desc: "Get the outputStream property: The output stream of the transform. Only required if the transform changes data to a different stream." returns: description: "the outputStream value." type: "String" - uid: "com.azure.resourcemanager.monitor.models.DataFlow.streams()" fullName: "com.azure.resourcemanager.monitor.models.DataFlow.streams()" name: "streams()" nameWithType: "DataFlow.streams()" summary: "Get the streams property: List of streams for this data flow." syntax: "public List streams()" desc: "Get the streams property: List of streams for this data flow." returns: description: "the streams value." type: "List<>" - uid: "com.azure.resourcemanager.monitor.models.DataFlow.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.resourcemanager.monitor.models.DataFlow.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "DataFlow.toJson(JsonWriter jsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - uid: "com.azure.resourcemanager.monitor.models.DataFlow.transformKql()" fullName: "com.azure.resourcemanager.monitor.models.DataFlow.transformKql()" name: "transformKql()" nameWithType: "DataFlow.transformKql()" summary: "Get the transformKql property: The KQL query to transform stream data." syntax: "public String transformKql()" desc: "Get the transformKql property: The KQL query to transform stream data." returns: description: "the transformKql value." type: "String" - uid: "com.azure.resourcemanager.monitor.models.DataFlow.validate()" fullName: "com.azure.resourcemanager.monitor.models.DataFlow.validate()" name: "validate()" nameWithType: "DataFlow.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.monitor.models.DataFlow.withDestinations(java.util.List)" fullName: "com.azure.resourcemanager.monitor.models.DataFlow.withDestinations(List destinations)" name: "withDestinations(List destinations)" nameWithType: "DataFlow.withDestinations(List destinations)" summary: "Set the destinations property: List of destinations for this data flow." parameters: - description: "the destinations value to set." name: "destinations" type: "List<String>" syntax: "public DataFlow withDestinations(List destinations)" desc: "Set the destinations property: List of destinations for this data flow." returns: description: "the DataFlow object itself." type: "" - uid: "com.azure.resourcemanager.monitor.models.DataFlow.withOutputStream(java.lang.String)" fullName: "com.azure.resourcemanager.monitor.models.DataFlow.withOutputStream(String outputStream)" name: "withOutputStream(String outputStream)" nameWithType: "DataFlow.withOutputStream(String outputStream)" summary: "Set the outputStream property: The output stream of the transform." parameters: - description: "the outputStream value to set." name: "outputStream" type: "String" syntax: "public DataFlow withOutputStream(String outputStream)" desc: "Set the outputStream property: The output stream of the transform. Only required if the transform changes data to a different stream." returns: description: "the DataFlow object itself." type: "" - uid: "com.azure.resourcemanager.monitor.models.DataFlow.withStreams(java.util.List)" fullName: "com.azure.resourcemanager.monitor.models.DataFlow.withStreams(List streams)" name: "withStreams(List streams)" nameWithType: "DataFlow.withStreams(List streams)" summary: "Set the streams property: List of streams for this data flow." parameters: - description: "the streams value to set." name: "streams" type: "List<>" syntax: "public DataFlow withStreams(List streams)" desc: "Set the streams property: List of streams for this data flow." returns: description: "the DataFlow object itself." type: "" - uid: "com.azure.resourcemanager.monitor.models.DataFlow.withTransformKql(java.lang.String)" fullName: "com.azure.resourcemanager.monitor.models.DataFlow.withTransformKql(String transformKql)" name: "withTransformKql(String transformKql)" nameWithType: "DataFlow.withTransformKql(String transformKql)" summary: "Set the transformKql property: The KQL query to transform stream data." parameters: - description: "the transformKql value to set." name: "transformKql" type: "String" syntax: "public DataFlow withTransformKql(String transformKql)" desc: "Set the transformKql property: The KQL query to transform stream data." returns: description: "the DataFlow object itself." type: "" type: "class" desc: "Definition of which streams are sent to which destinations." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.monitor.models" artifact: com.azure.resourcemanager:azure-resourcemanager-monitor:2.44.0