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

SecurityCenterPricingData 类

定义

表示 SecurityCenterPricing 数据模型的类。 Microsoft Defender for Cloud 在两个定价层中提供:免费和标准。 标准层提供高级安全功能,免费层提供基本安全功能。

public class SecurityCenterPricingData : Azure.ResourceManager.Models.ResourceData
type SecurityCenterPricingData = class
    inherit ResourceData
Public Class SecurityCenterPricingData
Inherits ResourceData
继承
SecurityCenterPricingData

构造函数

SecurityCenterPricingData()

初始化 SecurityCenterPricingData 的新实例。

属性

EnabledOn

可选。 如果 pricingTier 为 , Standard 则此属性保留上次 pricingTier 设置为 Standard的日期,如果可用 (例如 2023-03-01T12:42:42.1921106Z) 。

Extensions

可选。 计划下提供的扩展列表。

FreeTrialRemainingTime

订阅免费试用版的剩余持续时间 - 采用 ISO 8601 格式 (例如P3Y6M4DT12H30M5S) 。

Id

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。

(继承自 ResourceData)
IsDeprecated

可选。 如果计划已弃用,则其值为 True。 如果有替换计划,它们将显示在 属性中 replacedBy

Name

资源的名称。

(继承自 ResourceData)
PricingTier

定价层值。 Microsoft Defender for Cloud 在两个定价层中提供:免费和标准。 标准层提供高级安全功能,免费层提供基本安全功能。

ReplacedBy

可选。 替换此计划的计划列表。 仅当此计划已弃用时,此属性才存在。

ResourceType

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”。

(继承自 ResourceData)
SubPlan

当有多个子计划可用时,为标准定价配置选择的子计划。 每个子计划都支持一组安全功能。 如果未指定,则会应用完整计划。

SystemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

(继承自 ResourceData)

适用于