AzureBlobDataFeedSource クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
異常検出のために データを に取り込 DataFeed む Azure Blob データ ソースについて説明します。
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) |
接続文字列を更新します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET