Uses of Class
com.azure.resourcemanager.monitor.models.KnownDataFlowStreams
-
Packages that use KnownDataFlowStreams Package Description com.azure.resourcemanager.monitor.models 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 KnownDataFlowStreams Modifier and Type Field Description static KnownDataFlowStreamsKnownDataFlowStreams. MICROSOFT_EVENTStatic value Microsoft-Event for KnownDataFlowStreams.static KnownDataFlowStreamsKnownDataFlowStreams. MICROSOFT_INSIGHTS_METRICSStatic value Microsoft-InsightsMetrics for KnownDataFlowStreams.static KnownDataFlowStreamsKnownDataFlowStreams. MICROSOFT_PERFStatic value Microsoft-Perf for KnownDataFlowStreams.static KnownDataFlowStreamsKnownDataFlowStreams. MICROSOFT_SYSLOGStatic value Microsoft-Syslog for KnownDataFlowStreams.static KnownDataFlowStreamsKnownDataFlowStreams. MICROSOFT_WINDOWS_EVENTStatic value Microsoft-WindowsEvent for KnownDataFlowStreams.Methods in com.azure.resourcemanager.monitor.models that return KnownDataFlowStreams Modifier and Type Method Description static KnownDataFlowStreamsKnownDataFlowStreams. 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 KnownDataFlowStreams Modifier and Type Method Description List<KnownDataFlowStreams>DataFlow. streams()Get the streams property: List of streams for this data flow.static Collection<KnownDataFlowStreams>KnownDataFlowStreams. values()Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type KnownDataFlowStreams Modifier and Type Method Description DataFlowDataFlow. withStreams(List<KnownDataFlowStreams> streams)Set the streams property: List of streams for this data flow.
-