Class ManagementEventRuleConditionResponse
- java.lang.Object
-
- com.pulumi.azurenative.insights.outputs.ManagementEventRuleConditionResponse
-
public final class ManagementEventRuleConditionResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ManagementEventRuleConditionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<ManagementEventAggregationConditionResponse>
aggregation()
static ManagementEventRuleConditionResponse.Builder
builder()
static ManagementEventRuleConditionResponse.Builder
builder(ManagementEventRuleConditionResponse defaults)
java.util.Optional<com.pulumi.core.Either<RuleManagementEventDataSourceResponse,RuleMetricDataSourceResponse>>
dataSource()
java.lang.String
odataType()
-
-
-
Method Detail
-
aggregation
public java.util.Optional<ManagementEventAggregationConditionResponse> aggregation()
- Returns:
- How the data that is collected should be combined over time and when the alert is activated. Note that for management event alerts aggregation is optional – if it is not provided then any event will cause the alert to activate.
-
dataSource
public java.util.Optional<com.pulumi.core.Either<RuleManagementEventDataSourceResponse,RuleMetricDataSourceResponse>> dataSource()
- Returns:
- the resource from which the rule collects its data. For this type dataSource will always be of type RuleMetricDataSource.
-
odataType
public java.lang.String odataType()
- Returns:
- specifies the type of condition. This can be one of three types: ManagementEventRuleCondition (occurrences of management events), LocationThresholdRuleCondition (based on the number of failures of a web test), and ThresholdRuleCondition (based on the threshold of a metric). Expected value is 'Microsoft.Azure.Management.Insights.Models.ManagementEventRuleCondition'.
-
builder
public static ManagementEventRuleConditionResponse.Builder builder()
-
builder
public static ManagementEventRuleConditionResponse.Builder builder(ManagementEventRuleConditionResponse defaults)
-
-