次の方法で共有


AzureBlobDataFeedSource クラス

定義

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

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

コンストラクター

AzureBlobDataFeedSource(String, String, String)

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

プロパティ

Authentication

この AzureDataExplorerDataFeedSourceに対する認証に使用されるメソッド。 既定値は Basic です。

BlobTemplate

これは、BLOB ファイル名のテンプレートです。 例: /%Y/%m/X_%Y-%m-%d-%h-%M.json。 サポートされているパラメーターは次のとおりです。

  • %Yy として書式設定された年
  • %mMM として書式設定された月
  • %ddd として書式設定された日
  • %hH として書式設定された時間
  • %Mmm として書式設定された分
Container

BLOB コンテナーの名前。

DataSourceKind

データ ソースの種類。

(継承元 DataFeedSource)

メソッド

UpdateConnectionString(String)

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

適用対象