Interface MetricAlert.Definition
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Creatable<MetricAlert>,com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithCreatableResourceGroup<MetricAlert.DefinitionStages.WithScopes>,com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithExistingResourceGroup<MetricAlert.DefinitionStages.WithScopes>,com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithGroupAndRegion<MetricAlert.DefinitionStages.WithScopes>,com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithNewResourceGroupWithRegion<MetricAlert.DefinitionStages.WithScopes>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.model.Indexable,MetricAlert.DefinitionStages.Blank,MetricAlert.DefinitionStages.WithActionGroup,MetricAlert.DefinitionStages.WithCreate,MetricAlert.DefinitionStages.WithCriteriaDefinition,MetricAlert.DefinitionStages.WithEvaluationFrequency,MetricAlert.DefinitionStages.WithScopes,MetricAlert.DefinitionStages.WithSeverity,MetricAlert.DefinitionStages.WithWindowSize,com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<MetricAlert.DefinitionStages.WithCreate>
- Enclosing interface:
- MetricAlert
public static interface MetricAlert.Definition extends MetricAlert.DefinitionStages.Blank, MetricAlert.DefinitionStages.WithCreate, MetricAlert.DefinitionStages.WithScopes, MetricAlert.DefinitionStages.WithWindowSize, MetricAlert.DefinitionStages.WithEvaluationFrequency, MetricAlert.DefinitionStages.WithSeverity, MetricAlert.DefinitionStages.WithActionGroup, MetricAlert.DefinitionStages.WithCriteriaDefinition
The entirety of a Metric Alert definition.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Creatable
create, createAsync, createAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithCreatableResourceGroup
withNewResourceGroup
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithExistingResourceGroup
withExistingResourceGroup, withExistingResourceGroup
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithNewResourceGroupWithRegion
withNewResourceGroup, withNewResourceGroup
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
-
Methods inherited from interface com.microsoft.azure.management.monitor.MetricAlert.DefinitionStages.WithActionGroup
withActionGroups
-
Methods inherited from interface com.microsoft.azure.management.monitor.MetricAlert.DefinitionStages.WithCreate
withoutAutoMitigation, withRuleDisabled
-
Methods inherited from interface com.microsoft.azure.management.monitor.MetricAlert.DefinitionStages.WithCriteriaDefinition
defineAlertCriteria
-
Methods inherited from interface com.microsoft.azure.management.monitor.MetricAlert.DefinitionStages.WithEvaluationFrequency
withFrequency
-
Methods inherited from interface com.microsoft.azure.management.monitor.MetricAlert.DefinitionStages.WithScopes
withTargetResource, withTargetResource
-
Methods inherited from interface com.microsoft.azure.management.monitor.MetricAlert.DefinitionStages.WithSeverity
withAlertDetails
-
Methods inherited from interface com.microsoft.azure.management.monitor.MetricAlert.DefinitionStages.WithWindowSize
withPeriod
-
-