次の方法で共有


InfluxDbDataFeedSource クラス

定義

異常検出のために データを に取り込 DataFeed む InfluxDB データ ソースについて説明します。

public class InfluxDbDataFeedSource : Azure.AI.MetricsAdvisor.Administration.DataFeedSource
type InfluxDbDataFeedSource = class
    inherit DataFeedSource
Public Class InfluxDbDataFeedSource
Inherits DataFeedSource
継承
InfluxDbDataFeedSource

コンストラクター

InfluxDbDataFeedSource(String, String, String, String, String)

InfluxDbDataFeedSource クラスの新しいインスタンスを初期化します。

プロパティ

Database

データベースの名前。

DataSourceKind

データ ソースの種類。

(継承元 DataFeedSource)
Query

取り込むデータを取得するクエリ。

Username

アクセス ユーザー名。

メソッド

UpdateConnectionString(String)

接続文字列を更新します。

UpdatePassword(String)

パスワードを更新します。

適用対象