Package-level declarations

Types

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

Specifies the default access mode of queries through associated private endpoints in scope. If not specified default value is 'Open'. You can override this default setting for a specific private endpoint connection by adding an exclusion in the 'exclusions' array.

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

The criteria operator. Relevant and required only for rules of the kind LogAlert.

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

Specifies the type of threshold criteria

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

Operator for dimension values

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

The type of exporter.

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

The type of the extended location.

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

External networking mode.

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

Type of managed service identity.

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

The incident management service type

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

Define the destination's element. The element is the body or the attributes of the message, to which the json array mapper will write the output map.

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

Indicates the type of scheduled query rule. The default is LogAlert.

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

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

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

The type of pipeline

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

the predictive autoscale mode

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

Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

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

The type of processor.

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

The type of receiver.

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

The kind of scoped Azure monitor resource.

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

The encoding of the stream being received.

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

Protocol to parse syslog messages. Default rfc3164

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

Aggregation type. Relevant and required only for rules of the kind LogAlert.

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.