AzureDataExplorerDataFeedSource Class

Definition

Describes an Azure Data Explorer data source which ingests data into a DataFeed for anomaly detection.

public class AzureDataExplorerDataFeedSource : Azure.AI.MetricsAdvisor.Administration.DataFeedSource
type AzureDataExplorerDataFeedSource = class
    inherit DataFeedSource
Public Class AzureDataExplorerDataFeedSource
Inherits DataFeedSource
Inheritance
AzureDataExplorerDataFeedSource

Constructors

AzureDataExplorerDataFeedSource(String, String)

Initializes a new instance of the AzureDataExplorerDataFeedSource class.

Properties

Authentication

The method used to authenticate to this AzureDataExplorerDataFeedSource. Be aware that some authentication types require you to have a DataSourceCredentialEntity in the service. In this case, you also need to set the property DataSourceCredentialId to specify which credential to use. Defaults to Basic.

DataSourceCredentialId

The ID of the DataSourceCredentialEntity to use for authentication. The type of authentication to use must also be specified in the property Authentication.

DataSourceKind

The data source kind.

(Inherited from DataFeedSource)
Query

The query to retrieve the data to be ingested.

Methods

UpdateConnectionString(String)

Updates the connection string.

Applies to