Award.Duration 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.
Duration for which the benefit is active. Will be in format P{int}M or P{int}Y. Any values representing up to 12 years are valid. Upper limit examples: P144M, P12Y.
public Azure.ResourceManager.BillingBenefits.Models.BillingBenefitsTerm? Duration { get; set; }
member this.Duration : Nullable<Azure.ResourceManager.BillingBenefits.Models.BillingBenefitsTerm> with get, set
Public Property Duration As Nullable(Of BillingBenefitsTerm)