PricingTier Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. PricingTier
- com.
- com.
public final class PricingTier
extends ExpandableStringEnum<PricingTier>
Indicates whether the Defender plan is enabled on the selected scope. Microsoft Defender for Cloud is provided in two pricing tiers: free and standard. The standard tier offers advanced security capabilities, while the free tier offers basic security features.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Pricing |
FREE
Get free Microsoft Defender for Cloud experience with basic security features. |
|
static final
Pricing |
STANDARD
Get the standard Microsoft Defender for Cloud experience with advanced security features. |
Constructor Summary
| Constructor | Description |
|---|---|
| PricingTier() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Pricing |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Pricing |
fromString(String name)
Creates or finds a Pricing |
|
static
Collection<Pricing |
values()
Gets known Pricing |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FREE
public static final PricingTier FREE
Get free Microsoft Defender for Cloud experience with basic security features.
STANDARD
public static final PricingTier STANDARD
Get the standard Microsoft Defender for Cloud experience with advanced security features.
Constructor Details
PricingTier
@Deprecated
public PricingTier()
Deprecated
Creates a new instance of PricingTier value.
Method Details
fromString
public static PricingTier fromString(String name)
Creates or finds a PricingTier from its string representation.
Parameters:
Returns:
values
public static Collection<PricingTier> values()
Gets known PricingTier values.
Returns: