你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureBlobDataFeedSource 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
介绍一个 Azure Blob 数据源,该数据源将数据引入 到 中 DataFeed 以便进行异常情况检测。
public class AzureBlobDataFeedSource : Azure.AI.MetricsAdvisor.Administration.DataFeedSource
type AzureBlobDataFeedSource = class
inherit DataFeedSource
Public Class AzureBlobDataFeedSource
Inherits DataFeedSource
- 继承
构造函数
AzureBlobDataFeedSource(String, String, String) |
初始化 AzureBlobDataFeedSource 类的新实例。 |
属性
Authentication |
用于对此 AzureDataExplorerDataFeedSource进行身份验证的方法。 默认为 Basic。 |
BlobTemplate |
这是 Blob 文件名的模板。 例如:/%Y/%m/X_%Y-%m-%d-%h-%M.json。 支持以下参数:
|
Container |
blob 容器的名称。 |
DataSourceKind |
数据源类型。 (继承自 DataFeedSource) |
方法
UpdateConnectionString(String) |
汇报连接字符串。 |