AzureApplicationInsightsDataFeedSource type
Mewakili sumber data Azure Application Insights. Pengguna diperlukan untuk menentukan azureCloud, applicationId, dan apiKey untuk Buat. apiKey menjadi rahasia tidak dikembalikan oleh layanan.
type AzureApplicationInsightsDataFeedSource = {
apiKey?: string
applicationId: string
authenticationType: "Basic"
azureCloud: string
dataSourceType: "AzureApplicationInsights"
query: string
}