ICatalog.Terms Property

Definition

Available reservation terms for this resource

[Microsoft.Azure.PowerShell.Cmdlets.Reservations.PSArgumentCompleter(new System.String[] { "P1Y", "P3Y", "P5Y" })]
[Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Create=false, Description="Available reservation terms for this resource", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="terms", Update=false)]
public System.Collections.Generic.List<string> Terms { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Reservations.PSArgumentCompleter(new System.String[] { "P1Y", "P3Y", "P5Y" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Create=false, Description="Available reservation terms for this resource", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="terms", Update=false)>]
member this.Terms : System.Collections.Generic.List<string>
Public ReadOnly Property Terms As List(Of String)

Property Value

Attributes

Applies to