SecurityCenterPricingData.Inherited Property
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.
"inherited" = "True" indicates that the current scope inherits its pricing configuration from its parent. The ID of the parent scope that provides the inherited configuration is displayed in the "inheritedFrom" field. On the other hand, "inherited" = "False" indicates that the current scope has its own pricing configuration explicitly set, and does not inherit from its parent. This field is read only and available only for resource-level pricing.
public Azure.ResourceManager.SecurityCenter.Models.SecurityCenterPricingInheritance? Inherited { get; }
member this.Inherited : Nullable<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterPricingInheritance>
Public ReadOnly Property Inherited As Nullable(Of SecurityCenterPricingInheritance)