Class: ApplicationInsights::Channel::Contracts::DependencyKind
- Inherits:
-
Object
- Object
- ApplicationInsights::Channel::Contracts::DependencyKind
- Defined in:
- lib/application_insights/channel/contracts/dependency_kind.rb
Overview
Data contract class for type DependencyKind.
Constant Summary collapse
- UNDEFINED =
Enumeration value UNDEFINED.
0- HTTP_ONLY =
Enumeration value HTTP_ONLY.
1- HTTP_ANY =
Enumeration value HTTP_ANY.
2- SQL =
Enumeration value SQL.
3