Uses of Class
com.azure.resourcemanager.monitor.models.DataFlow
-
Packages that use DataFlow Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models 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 DataFlow Modifier and Type Method Description List<DataFlow>DataCollectionRuleResourceInner. dataFlows()Get the dataFlows property: The specification of data flows.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type DataFlow Modifier and Type Method Description DataCollectionRuleResourceInnerDataCollectionRuleResourceInner. withDataFlows(List<DataFlow> dataFlows)Set the dataFlows property: The specification of data flows. -
Uses of DataFlow in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return DataFlow Modifier and Type Method Description DataFlowDataFlow. withDestinations(List<String> destinations)Set the destinations property: List of destinations for this data flow.DataFlowDataFlow. withStreams(List<KnownDataFlowStreams> streams)Set the streams property: List of streams for this data flow.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type DataFlow Modifier and Type Method Description List<DataFlow>DataCollectionRule. dataFlows()Get the dataFlows property: The specification of data flows.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type DataFlow Modifier and Type Method Description DataCollectionRuleDataCollectionRule. withDataFlows(List<DataFlow> dataFlows)Set the dataFlows property: The specification of data flows.DataCollectionRuleResourcePropertiesDataCollectionRuleResourceProperties. withDataFlows(List<DataFlow> dataFlows)Set the dataFlows property: The specification of data flows.
-