你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Pricing Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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 |
EnablementTime |
Gets optional. If |
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) |