Pricing type
Azure Security Center je k dispozici ve dvou cenových úrovních: free a standard s úrovní Standard dostupnou se zkušebním obdobím. Úroveň Standard nabízí pokročilé možnosti zabezpečení, zatímco úroveň Free nabízí základní funkce zabezpečení.
type Pricing = Resource & {
freeTrialRemainingTime?: string
pricingTier?: PricingTier
subPlan?: string
}