Uses of Class
com.azure.resourcemanager.monitor.models.DataFlow
Packages that use DataFlow
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of DataFlow in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type DataFlowModifier and TypeMethodDescriptionDataCollectionRuleResourceInner.dataFlows()Get the dataFlows property: The specification of data flows.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type DataFlowModifier and TypeMethodDescriptionDataCollectionRuleResourceInner.withDataFlows(List<DataFlow> dataFlows) Set the dataFlows property: The specification of data flows.DataCollectionRuleResourceProperties.withDataFlows(List<DataFlow> dataFlows) Set the dataFlows property: The specification of data flows. -
Uses of DataFlow in com.azure.resourcemanager.monitor.models
Classes in com.azure.resourcemanager.monitor.models that implement interfaces with type arguments of type DataFlowModifier and TypeClassDescriptionfinal classDefinition of which streams are sent to which destinations.Methods in com.azure.resourcemanager.monitor.models that return DataFlowModifier and TypeMethodDescriptionstatic DataFlowDataFlow.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DataFlow from the JsonReader.DataFlow.withDestinations(List<String> destinations) Set the destinations property: List of destinations for this data flow.DataFlow.withOutputStream(String outputStream) Set the outputStream property: The output stream of the transform.DataFlow.withStreams(List<KnownDataFlowStreams> streams) Set the streams property: List of streams for this data flow.DataFlow.withTransformKql(String transformKql) Set the transformKql property: The KQL query to transform stream data.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type DataFlowModifier and TypeMethodDescriptionDataCollectionRule.dataFlows()Get the dataFlows property: The specification of data flows.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type DataFlowModifier and TypeMethodDescriptionDataCollectionRule.withDataFlows(List<DataFlow> dataFlows) Set the dataFlows property: The specification of data flows.