Package-level declarations

Types

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

the criteria time aggregation types.

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

Severity of the alert

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

Type of application being monitored.

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

the operator that is used to compare the metric data and the threshold.

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

Evaluation operation for rule - 'GreaterThan' or 'LessThan.

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

the operator used to compare the data and the threshold.

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

The operator used to compare the metric value against the threshold.

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

The extent of deviation required to trigger an alert. This will affect how tight the threshold is to the metric series pattern.

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

The flag which indicates whether the Log Search rule is enabled. Value should be true or false

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 KnownDataCollectionEndpointResourceKind : Enum<KnownDataCollectionEndpointResourceKind> , ConvertibleToJava<KnownDataCollectionEndpointResourceKind>

The kind of the resource.

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

The kind of the resource.

Link copied to clipboard
enum KnownDataFlowStreams : Enum<KnownDataFlowStreams> , ConvertibleToJava<KnownDataFlowStreams>
Link copied to clipboard
enum KnownExtensionDataSourceStreams : Enum<KnownExtensionDataSourceStreams> , ConvertibleToJava<KnownExtensionDataSourceStreams>
Link copied to clipboard
enum KnownPerfCounterDataSourceStreams : Enum<KnownPerfCounterDataSourceStreams> , ConvertibleToJava<KnownPerfCounterDataSourceStreams>
Link copied to clipboard
enum KnownPublicNetworkAccessOptions : Enum<KnownPublicNetworkAccessOptions> , ConvertibleToJava<KnownPublicNetworkAccessOptions>

The configuration to set whether network access from public internet to the endpoints are allowed.

Link copied to clipboard
enum KnownSyslogDataSourceFacilityNames : Enum<KnownSyslogDataSourceFacilityNames> , ConvertibleToJava<KnownSyslogDataSourceFacilityNames>
Link copied to clipboard
enum KnownSyslogDataSourceLogLevels : Enum<KnownSyslogDataSourceLogLevels> , ConvertibleToJava<KnownSyslogDataSourceLogLevels>
Link copied to clipboard
enum KnownSyslogDataSourceStreams : Enum<KnownSyslogDataSourceStreams> , ConvertibleToJava<KnownSyslogDataSourceStreams>
Link copied to clipboard
enum KnownWindowsEventLogDataSourceStreams : Enum<KnownWindowsEventLogDataSourceStreams> , ConvertibleToJava<KnownWindowsEventLogDataSourceStreams>
Link copied to clipboard
enum MetricStatisticType : Enum<MetricStatisticType> , ConvertibleToJava<MetricStatisticType>

the metric statistic type. How the metrics from multiple instances are combined.

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

Metric Trigger Type - 'Consecutive' or 'Total'

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

the operation associated with the notification and its value must be "scale"

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

Operator for dimension values

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

Set value to 'ResultCount' .

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

the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set schedule to every day of the week. The frequency property specifies that the schedule is repeated weekly.

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 ScaleDirection : Enum<ScaleDirection> , ConvertibleToJava<ScaleDirection>

the scale direction. Whether the scaling action increases or decreases the number of instances.

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

the dimension operator. Only 'Equals' and 'NotEquals' are supported. 'Equals' being equal to any of the values. 'NotEquals' being not equal to all of the values

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

the type of action that should occur when the scale rule fires.

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

the time aggregation operator. How the data that are collected should be combined over time. The default value is the PrimaryAggregationType of the Metric.

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

time aggregation type. How the data that is collected should be combined over time. The default value is Average.

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

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