你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Pricing Class

Definition

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.

[Microsoft.Rest.Serialization.JsonTransformation]
public class Pricing : Microsoft.Azure.Management.Security.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Pricing = class
    inherit Resource
Public Class Pricing
Inherits Resource
Inheritance
Pricing
Attributes

Constructors

Pricing()

Initializes a new instance of the Pricing class.

Pricing(String, String, String, String, String, Nullable<TimeSpan>, Nullable<DateTime>, Nullable<Boolean>, IList<String>, IList<Extension>)

Initializes a new instance of the Pricing class.

Properties

Deprecated

Gets optional. True if the plan is deprecated. If there are replacing plans they will appear in replacedBy property

EnablementTime

Gets optional. If pricingTier is Standard then this property holds the date of the last time the pricingTier was set to Standard, when available (e.g 2023-03-01T12:42:42.1921106Z).

Extensions

Gets or sets optional. List of extensions offered under a plan.

FreeTrialRemainingTime

Gets the duration left for the subscriptions free trial period - in ISO 8601 format (e.g. P3Y6M4DT12H30M5S).

Id

Gets resource Id

(Inherited from Resource)
Name

Gets resource name

(Inherited from Resource)
PricingTier

Gets or sets 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. Possible values include: 'Free', 'Standard'

ReplacedBy

Gets optional. List of plans that replace this plan. This property exists only if this plan is deprecated.

SubPlan

Gets or sets the sub-plan selected for a Standard pricing configuration, when more than one sub-plan is available. Each sub-plan enables a set of security features. When not specified, full plan is applied.

Type

Gets resource type

(Inherited from Resource)

Extension Methods

ConvertToPSType(Pricing)

Applies to