Interface MetricAlert.DefinitionStages.WithCreateDynamicCondition

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.Creatable<MetricAlert>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.model.Indexable, com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags<MetricAlert.DefinitionStages.WithCreate>
All Known Subinterfaces:
MetricAlert.DefinitionMultipleResource
Enclosing interface:
MetricAlert.DefinitionStages

public static interface MetricAlert.DefinitionStages.WithCreateDynamicCondition extends com.azure.resourcemanager.resources.fluentcore.model.Creatable<MetricAlert>, com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags<MetricAlert.DefinitionStages.WithCreate>
The stage of the definition which contains all the minimum required inputs for the resource to be created but also allows for any other optional settings to be specified.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets the flag that indicates the alert should not be auto resolved.
    Sets metric alert as disabled during the creation.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable

    create, create, createAsync, createAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName

    name

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable

    key

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags

    withTag, withTags
  • Method Details