你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

InfluxDbDataFeedSource 类

定义

介绍一个 InfluxDB 数据源,该数据源将数据引入 到 中 DataFeed 用于异常情况检测。

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)

汇报密码。

适用于