ISkuDetailsList.Sku Property

Definition

List of SKUS available to scale up or scale down.

[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=true, Description="List of SKUS available to scale up or scale down.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.ISkuDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="skus", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.ISkuDetails> Sku { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=true, Description="List of SKUS available to scale up or scale down.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.ISkuDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="skus", Update=true)>]
member this.Sku : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.ISkuDetails> with get, set
Public Property Sku As List(Of ISkuDetails)

Property Value

Attributes

Applies to