共用方式為


DataFlowStream Struct

Definition

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