Class DataFlow
java.lang.Object
com.azure.resourcemanager.monitor.models.DataFlow
Definition of which streams are sent to which destinations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the destinations property: List of destinations for this data flow.streams()Get the streams property: List of streams for this data flow.voidvalidate()Validates the instance.withDestinations(List<String> destinations) Set the destinations property: List of destinations for this data flow.withStreams(List<KnownDataFlowStreams> streams) Set the streams property: List of streams for this data flow.
-
Constructor Details
-
DataFlow
public DataFlow()
-
-
Method Details
-
streams
Get the streams property: List of streams for this data flow.- Returns:
- the streams value.
-
withStreams
Set the streams property: List of streams for this data flow.- Parameters:
streams- the streams value to set.- Returns:
- the DataFlow object itself.
-
destinations
Get the destinations property: List of destinations for this data flow.- Returns:
- the destinations value.
-
withDestinations
Set the destinations property: List of destinations for this data flow.- Parameters:
destinations- the destinations value to set.- Returns:
- the DataFlow object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-