Uses of Class
com.azure.ai.metricsadvisor.administration.models.AzureDataExplorerDataFeedSource
Packages that use AzureDataExplorerDataFeedSource
Package
Description
Package containing model types for Metrics Advisor administration operations.
-
Uses of AzureDataExplorerDataFeedSource in com.azure.ai.metricsadvisor.administration.models
Methods in com.azure.ai.metricsadvisor.administration.models that return AzureDataExplorerDataFeedSourceModifier and TypeMethodDescriptionAzureDataExplorerDataFeedSource.fromBasicCredential(String connectionString, String query) Create a AzureDataExplorerDataFeedSource with credential included in theconnectionStringas plain text.AzureDataExplorerDataFeedSource.fromManagedIdentityCredential(String connectionString, String query) Create a AzureDataExplorerDataFeedSource with theconnectionStringcontaining the resource id of the SQL server on which metrics advisor has MSI access.AzureDataExplorerDataFeedSource.fromServicePrincipalCredential(String connectionString, String query, String credentialId) Create a AzureDataExplorerDataFeedSource with thecredentialIdidentifying a credential entity of typeDataSourceServicePrincipal, the entity contains Service Principal to access the SQL Server.AzureDataExplorerDataFeedSource.fromServicePrincipalInKeyVaultCredential(String connectionString, String query, String credentialId) Create a AzureDataExplorerDataFeedSource with thecredentialIdidentifying a credential entity of typeDataSourceServicePrincipalInKeyVault, the entity contains details of the KeyVault holding the Service Principal to access the SQL Server.