다음을 통해 공유


SecurityCenterPricingTier Struct

Definition

The pricing tier value. 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.

public readonly struct SecurityCenterPricingTier : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterPricingTier>
type SecurityCenterPricingTier = struct
Public Structure SecurityCenterPricingTier
Implements IEquatable(Of SecurityCenterPricingTier)
Inheritance
SecurityCenterPricingTier
Implements

Constructors

SecurityCenterPricingTier(String)

Initializes a new instance of SecurityCenterPricingTier.

Properties

Free

Get free Microsoft Defender for Cloud experience with basic security features.

Standard

Get the standard Microsoft Defender for Cloud experience with advanced security features.

Methods

Equals(SecurityCenterPricingTier)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SecurityCenterPricingTier, SecurityCenterPricingTier)

Determines if two SecurityCenterPricingTier values are the same.

Implicit(String to SecurityCenterPricingTier)

Converts a string to a SecurityCenterPricingTier.

Inequality(SecurityCenterPricingTier, SecurityCenterPricingTier)

Determines if two SecurityCenterPricingTier values are not the same.

Applies to