DataFlow Class

Definition of which streams are sent to which destinations.

Inheritance
DataFlow

Constructor

DataFlow(*, streams: Optional[List[Union[str, azure.mgmt.monitor.v2021_04_01.models._monitor_management_client_enums.KnownDataFlowStreams]]] = None, destinations: Optional[List[str]] = None, **kwargs)

Variables

streams
list[str or <xref:$>(<xref:python-base-namespace>)KnownDataFlowStreams]

List of streams for this data flow.

destinations
list[str]

List of destinations for this data flow.