Share via


IngestionMode Struct

Definition

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