Azure.AI.MetricsAdvisor.Administration Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AzureApplicationInsightsDataFeedSource |
Describes an Azure Application Insights data source which ingests data into a DataFeed for anomaly detection. |
AzureBlobDataFeedSource |
Describes an Azure Blob data source which ingests data into a DataFeed for anomaly detection. |
AzureCosmosDbDataFeedSource |
Describes an Azure Cosmos DB data source which ingests data into a DataFeed for anomaly detection. |
AzureDataExplorerDataFeedSource |
Describes an Azure Data Explorer data source which ingests data into a DataFeed for anomaly detection. |
AzureDataLakeStorageDataFeedSource |
Describes an Azure Data Lake Storage Gen2 data source which ingests data into a DataFeed for anomaly detection. |
AzureEventHubsDataFeedSource |
Describes an Azure Event Hubs data source which ingests data into a DataFeed for anomaly detection. |
AzureTableDataFeedSource |
Describes an Azure Table data source which ingests data into a DataFeed for anomaly detection. |
DataFeedFilter |
Filters the result of the GetDataFeeds(GetDataFeedsOptions, CancellationToken) and GetDataFeedsAsync(GetDataFeedsOptions, CancellationToken) operations. |
DataFeedSource |
The source that periodically provides data to a DataFeed. The service accepts tables of aggregated data. The supported data feed sources are: |
DataLakeSharedKeyCredentialEntity |
The DataLakeGen2SharedKeyCredential. |
DataSourceCredentialEntity |
The DataSourceCredential. |
EmailNotificationHook |
The EmailHookInfo. |
GetAlertConfigurationsOptions |
The set of options that can be specified when calling GetAlertConfigurations(String, GetAlertConfigurationsOptions, CancellationToken) or GetAlertConfigurationsAsync(String, GetAlertConfigurationsOptions, CancellationToken) to configure the behavior of the request. |
GetDataFeedIngestionStatusesOptions |
The set of options that can be specified when calling GetDataFeedIngestionStatuses(String, GetDataFeedIngestionStatusesOptions, CancellationToken) or GetDataFeedIngestionStatusesAsync(String, GetDataFeedIngestionStatusesOptions, CancellationToken) to configure the behavior of the request. |
GetDataFeedsOptions |
The set of options that can be specified when calling GetDataFeeds(GetDataFeedsOptions, CancellationToken) or GetDataFeedsAsync(GetDataFeedsOptions, CancellationToken) to configure the behavior of the request. |
GetDataSourceCredentialsOptions |
The set of options that can be specified when calling GetDataSourceCredentialsAsync(GetDataSourceCredentialsOptions, CancellationToken) or GetDataSourceCredentials(GetDataSourceCredentialsOptions, CancellationToken) to configure the behavior of the request. |
GetDetectionConfigurationsOptions |
The set of options that can be specified when calling GetDetectionConfigurations(String, GetDetectionConfigurationsOptions, CancellationToken) or GetDetectionConfigurationsAsync(String, GetDetectionConfigurationsOptions, CancellationToken) to configure the behavior of the request. |
GetHooksOptions |
The set of options that can be specified when calling GetHooks(GetHooksOptions, CancellationToken) or GetHooksAsync(GetHooksOptions, CancellationToken) to configure the behavior of the request. |
InfluxDbDataFeedSource |
Describes an InfluxDB data source which ingests data into a DataFeed for anomaly detection. |
LogAnalyticsDataFeedSource |
Describes a Log Analytics data source which ingests data into a DataFeed for anomaly detection. |
MetricsAdvisorAdministrationClient |
The client to use to connect to the Metrics Advisor Cognitive Service to handle administrative operations, configuring the behavior of the service. It provides the ability to create and manage data feeds, anomaly detection configurations, anomaly alerting configurations, hooks, and credential entities. |
MongoDbDataFeedSource |
Describes a MongoDB data source which ingests data into a DataFeed for anomaly detection. |
MySqlDataFeedSource |
Describes a MySQL data source which ingests data into a DataFeed for anomaly detection. |
NotificationHook |
The HookInfo. |
PostgreSqlDataFeedSource |
Describes a PostgreSQL data source which ingests data into a DataFeed for anomaly detection. |
ServicePrincipalCredentialEntity |
The ServicePrincipalCredential. |
ServicePrincipalInKeyVaultCredentialEntity |
The ServicePrincipalInKVCredential. |
SqlConnectionStringCredentialEntity |
The AzureSQLConnectionStringCredential. |
SqlServerDataFeedSource |
Describes an SQL Server data source which ingests data into a DataFeed for anomaly detection. |
WebNotificationHook |
The WebhookHookInfo. |
Structs
AzureBlobDataFeedSource.AuthenticationType |
The different ways of authenticating to an AzureBlobDataFeedSource. Defaults to Basic. |
AzureDataExplorerDataFeedSource.AuthenticationType |
The different ways of authenticating to an 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. |
AzureDataLakeStorageDataFeedSource.AuthenticationType |
The different ways of authenticating to an AzureDataLakeStorageDataFeedSource. 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. |
SqlServerDataFeedSource.AuthenticationType |
The different ways of authenticating to a SqlServerDataFeedSource. 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. |