Uses of Class
com.azure.ai.metricsadvisor.administration.models.AzureLogAnalyticsDataFeedSource
Packages that use AzureLogAnalyticsDataFeedSource
Package
Description
Package containing model types for Metrics Advisor administration operations.
-
Uses of AzureLogAnalyticsDataFeedSource in com.azure.ai.metricsadvisor.administration.models
Methods in com.azure.ai.metricsadvisor.administration.models that return AzureLogAnalyticsDataFeedSourceModifier and TypeMethodDescriptionAzureLogAnalyticsDataFeedSource.fromBasicCredential(String tenantId, String clientId, String clientSecret, String workspaceId, String query) Create a AzureLogAnalyticsDataFeedSource with the giventenantId,clientIdandclientSecretfor authentication.AzureLogAnalyticsDataFeedSource.fromServicePrincipalCredential(String workspaceId, String query, String credentialId) Create a AzureLogAnalyticsDataFeedSource with thecredentialIdidentifying a credential entity of typeDataSourceServicePrincipal, the entity contains details of the KeyVault holding the Service Principal to access the Data Lake storage.AzureLogAnalyticsDataFeedSource.fromServicePrincipalInKeyVaultCredential(String workspaceId, String query, String credentialId) Create a AzureLogAnalyticsDataFeedSource with thecredentialIdidentifying a credential entity of typeDataSourceServicePrincipalInKeyVault, the entity contains details of the KeyVault holding the Service Principal to access the Data Lake storage.