ISavingsPlanPurchaseRequest.Term 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.
Represent savings plan term in ISO 8601 format.
[Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Description="Represent savings plan term in ISO 8601 format.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.SavingsPlanTerm) }, ReadOnly=false, Required=false, SerializedName="term")]
public Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.SavingsPlanTerm? Term { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Description="Represent savings plan term in ISO 8601 format.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.SavingsPlanTerm) }, ReadOnly=false, Required=false, SerializedName="term")>]
member this.Term : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.SavingsPlanTerm> with get, set
Public Property Term As Nullable(Of SavingsPlanTerm)
Property Value
- Attributes