Class PricingTier

java.lang.Object
com.azure.core.util.ExpandableStringEnum<PricingTier>
com.azure.resourcemanager.security.models.PricingTier

public final class PricingTier extends com.azure.core.util.ExpandableStringEnum<PricingTier>
The pricing tier value. Microsoft Defender for Cloud is provided in two pricing tiers: free and standard, with the standard tier available with a trial period. The standard tier offers advanced security capabilities, while the free tier offers basic security features.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final PricingTier
    Static value Free for PricingTier.
    static final PricingTier
    Static value Standard for PricingTier.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates or finds a PricingTier from its string representation.
    Gets known PricingTier values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • FREE

      public static final PricingTier FREE
      Static value Free for PricingTier.
    • STANDARD

      public static final PricingTier STANDARD
      Static value Standard for PricingTier.
  • Constructor Details

    • PricingTier

      public PricingTier()
  • Method Details

    • fromString

      public static PricingTier fromString(String name)
      Creates or finds a PricingTier from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding PricingTier.
    • values

      public static Collection<PricingTier> values()
      Gets known PricingTier values.
      Returns:
      known PricingTier values.