Uses of Class
com.azure.resourcemanager.monitor.models.KnownDataFlowStreams
Packages that use KnownDataFlowStreams
Package
Description
Package containing the data models for MonitorClient.
-
Uses of KnownDataFlowStreams in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models declared as KnownDataFlowStreamsModifier and TypeFieldDescriptionstatic final KnownDataFlowStreams
KnownDataFlowStreams.MICROSOFT_EVENT
Static value Microsoft-Event for KnownDataFlowStreams.static final KnownDataFlowStreams
KnownDataFlowStreams.MICROSOFT_INSIGHTS_METRICS
Static value Microsoft-InsightsMetrics for KnownDataFlowStreams.static final KnownDataFlowStreams
KnownDataFlowStreams.MICROSOFT_PERF
Static value Microsoft-Perf for KnownDataFlowStreams.static final KnownDataFlowStreams
KnownDataFlowStreams.MICROSOFT_SYSLOG
Static value Microsoft-Syslog for KnownDataFlowStreams.static final KnownDataFlowStreams
KnownDataFlowStreams.MICROSOFT_WINDOWS_EVENT
Static value Microsoft-WindowsEvent for KnownDataFlowStreams.Methods in com.azure.resourcemanager.monitor.models that return KnownDataFlowStreamsModifier and TypeMethodDescriptionstatic KnownDataFlowStreams
KnownDataFlowStreams.fromString
(String name) Creates or finds a KnownDataFlowStreams from its string representation.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type KnownDataFlowStreamsModifier and TypeMethodDescriptionDataFlow.streams()
Get the streams property: List of streams for this data flow.static Collection
<KnownDataFlowStreams> KnownDataFlowStreams.values()
Gets known KnownDataFlowStreams values.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type KnownDataFlowStreamsModifier and TypeMethodDescriptionDataFlow.withStreams
(List<KnownDataFlowStreams> streams) Set the streams property: List of streams for this data flow.