次の方法で共有


IngestionMode 構造体

定義

インジェストのフローを示します。

public readonly struct IngestionMode : IEquatable<Azure.ResourceManager.ApplicationInsights.Models.IngestionMode>
type IngestionMode = struct
Public Structure IngestionMode
Implements IEquatable(Of IngestionMode)
継承
IngestionMode
実装

コンストラクター

IngestionMode(String)

IngestionMode の新しいインスタンスを初期化します。

プロパティ

ApplicationInsights

ApplicationInsights。

ApplicationInsightsWithDiagnosticSettings

ApplicationInsightsWithDiagnosticSettings。

LogAnalytics

LogAnalytics。

メソッド

Equals(IngestionMode)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(IngestionMode, IngestionMode)

2 つの IngestionMode 値が同じかどうかを判断します。

Implicit(String to IngestionMode)

文字列を IngestionMode に変換します。

Inequality(IngestionMode, IngestionMode)

2 つの IngestionMode 値が同じでないかどうかを判断します。

適用対象