ISkuInfos.Sku Property

Definition

List of SKUs the subscription is able to use.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="List of SKUs the subscription is able to use.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IGlobalCsmSkuDescription) }, Read=true, ReadOnly=false, Required=false, SerializedName="skus", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IGlobalCsmSkuDescription> Sku { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="List of SKUs the subscription is able to use.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IGlobalCsmSkuDescription) }, Read=true, ReadOnly=false, Required=false, SerializedName="skus", Update=true)>]
member this.Sku : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IGlobalCsmSkuDescription> with get, set
Public Property Sku As List(Of IGlobalCsmSkuDescription)

Property Value

Attributes

Applies to