Package-level declarations

Types

Link copied to clipboard
enum ApplicationType : Enum<ApplicationType> , ConvertibleToJava<ApplicationType>

Type of application being monitored.

Link copied to clipboard
enum FavoriteType : Enum<FavoriteType> , ConvertibleToJava<FavoriteType>

Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component.

Link copied to clipboard
enum FlowType : Enum<FlowType> , ConvertibleToJava<FlowType>

Used by the Application Insights system to determine what kind of flow this component was created by. This is to be set to 'Bluefield' when creating/updating a component via the REST API.

Link copied to clipboard
enum IngestionMode : Enum<IngestionMode> , ConvertibleToJava<IngestionMode>

Indicates the flow of the ingestion.

Link copied to clipboard
enum ItemScope : Enum<ItemScope> , ConvertibleToJava<ItemScope>

Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.

Link copied to clipboard
enum ItemType : Enum<ItemType> , ConvertibleToJava<ItemType>

Enum indicating the type of the Analytics item.

Link copied to clipboard
enum Kind : Enum<Kind> , ConvertibleToJava<Kind>

The kind of workbook. Choices are user and shared.

Link copied to clipboard
enum ManagedServiceIdentityType : Enum<ManagedServiceIdentityType> , ConvertibleToJava<ManagedServiceIdentityType>

Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).

Link copied to clipboard
enum PublicNetworkAccessType : Enum<PublicNetworkAccessType> , ConvertibleToJava<PublicNetworkAccessType>

The network access type for accessing Application Insights query.

Link copied to clipboard
enum RequestSource : Enum<RequestSource> , ConvertibleToJava<RequestSource>

Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'.

Link copied to clipboard
enum WebTestKind : Enum<WebTestKind> , ConvertibleToJava<WebTestKind>

The kind of web test this is, valid choices are ping, multistep and standard.

Link copied to clipboard
enum WorkbookSharedTypeKind : Enum<WorkbookSharedTypeKind> , ConvertibleToJava<WorkbookSharedTypeKind>

The kind of workbook. Only valid value is shared.