次の方法で共有


OperationalInsightsTableType 構造体

定義

テーブルの作成者。

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

コンストラクター

OperationalInsightsTableType(String)

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

プロパティ

CustomLog

カスタム ログ テーブル。

Microsoft

Azure Monitor によって収集された標準データ。

RestoredLogs

復元されたデータ。

SearchResults

検索ジョブによって収集されたデータ。

メソッド

Equals(OperationalInsightsTableType)

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

ToString()

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

演算子

Equality(OperationalInsightsTableType, OperationalInsightsTableType)

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

Implicit(String to OperationalInsightsTableType)

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

Inequality(OperationalInsightsTableType, OperationalInsightsTableType)

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

適用対象