DataFlowStream Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The DataFlowStream.
public readonly struct DataFlowStream : IEquatable<Azure.ResourceManager.Monitor.Models.DataFlowStream>
type DataFlowStream = struct
Public Structure DataFlowStream
Implements IEquatable(Of DataFlowStream)
- Inheritance
-
DataFlowStream
- Implements
Constructors
DataFlowStream(String) |
Initializes a new instance of DataFlowStream. |
Properties
MicrosoftEvent |
Microsoft-Event. |
MicrosoftInsightsMetrics |
Microsoft-InsightsMetrics. |
MicrosoftPerf |
Microsoft-Perf. |
MicrosoftSyslog |
Microsoft-Syslog. |
MicrosoftWindowsEvent |
Microsoft-WindowsEvent. |
Methods
Equals(DataFlowStream) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DataFlowStream, DataFlowStream) |
Determines if two DataFlowStream values are the same. |
Implicit(String to DataFlowStream) |
Converts a string to a DataFlowStream. |
Inequality(DataFlowStream, DataFlowStream) |
Determines if two DataFlowStream values are not the same. |
Applies to
Azure SDK for .NET