SecurityCenterPricingData 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.
A class representing the SecurityCenterPricing data model. 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 class SecurityCenterPricingData : Azure.ResourceManager.Models.ResourceData
public class SecurityCenterPricingData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.SecurityCenterPricingData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.SecurityCenterPricingData>
type SecurityCenterPricingData = class
inherit ResourceData
type SecurityCenterPricingData = class
inherit ResourceData
interface IJsonModel<SecurityCenterPricingData>
interface IPersistableModel<SecurityCenterPricingData>
Public Class SecurityCenterPricingData
Inherits ResourceData
Public Class SecurityCenterPricingData
Inherits ResourceData
Implements IJsonModel(Of SecurityCenterPricingData), IPersistableModel(Of SecurityCenterPricingData)
- Inheritance
- Implements
Constructors
SecurityCenterPricingData() |
Initializes a new instance of SecurityCenterPricingData. |
Properties
EnabledOn |
Optional. If |
Extensions |
Optional. List of extensions offered under a plan. |
FreeTrialRemainingTime |
The duration left for the subscriptions free trial period - in ISO 8601 format (e.g. P3Y6M4DT12H30M5S). |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
IsDeprecated |
Optional. True if the plan is deprecated. If there are replacing plans they will appear in |
Name |
The name of the resource. (Inherited from ResourceData) |
PricingTier |
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. |
ReplacedBy |
Optional. List of plans that replace this plan. This property exists only if this plan is deprecated. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SubPlan |
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. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
IJsonModel<SecurityCenterPricingData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SecurityCenterPricingData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SecurityCenterPricingData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SecurityCenterPricingData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SecurityCenterPricingData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |