IngestionMode 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.
Indicates the flow of the ingestion.
public readonly struct IngestionMode : IEquatable<Azure.ResourceManager.ApplicationInsights.Models.IngestionMode>
type IngestionMode = struct
Public Structure IngestionMode
Implements IEquatable(Of IngestionMode)
- Inheritance
-
IngestionMode
- Implements
Constructors
IngestionMode(String) |
Initializes a new instance of IngestionMode. |
Properties
ApplicationInsights |
ApplicationInsights. |
ApplicationInsightsWithDiagnosticSettings |
ApplicationInsightsWithDiagnosticSettings. |
LogAnalytics |
LogAnalytics. |
Methods
Equals(IngestionMode) |
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(IngestionMode, IngestionMode) |
Determines if two IngestionMode values are the same. |
Implicit(String to IngestionMode) |
Converts a string to a IngestionMode. |
Inequality(IngestionMode, IngestionMode) |
Determines if two IngestionMode values are not the same. |
Applies to
Azure SDK for .NET