IAppInsightsService interface
- Extends
Properties
api |
(Optional) named api keys for programmatic access to AppInsights. |
application |
(Optional) application ID used for programmatic access to AppInsights. |
instrumentation |
Instrumentation key for logging data to appInsights. |
Inherited Properties
id | (Optional) unique Id for the service. |
name | Friendly name for the service. |
resource |
Resource group for azure. |
service |
Name of the service. |
subscription |
Subscription ID for azure. |
tenant |
Tenant ID for azure. |
type | (Optional) ServiceType of the service (LUIS, QnA, etc.) |
Property Details
apiKeys
(Optional) named api keys for programmatic access to AppInsights.
apiKeys?: [key: string]: string
Property Value
[key: string]: string
applicationId
(Optional) application ID used for programmatic access to AppInsights.
applicationId?: string
Property Value
string
instrumentationKey
Instrumentation key for logging data to appInsights.
instrumentationKey: string
Property Value
string
Inherited Property Details
id
(Optional) unique Id for the service.
id?: string
Property Value
string
Inherited From IConnectedService.id
name
Friendly name for the service.
name: string
Property Value
string
Inherited From IConnectedService.name
resourceGroup
Resource group for azure.
resourceGroup: string
Property Value
string
Inherited From IAzureService.resourceGroup
serviceName
Name of the service.
serviceName: string
Property Value
string
Inherited From IAzureService.serviceName
subscriptionId
Subscription ID for azure.
subscriptionId: string
Property Value
string
Inherited From IAzureService.subscriptionId
tenantId
type
(Optional) ServiceType of the service (LUIS, QnA, etc.)
type?: ServiceTypes
Property Value
Inherited From IConnectedService.type