IResourceSkuZoneDetails.Capability Property

Definition

A list of capabilities that are available for the SKU in the specified list of zones.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=false, Description="A list of capabilities that are available for the SKU in the specified list of zones.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IResourceSkuCapabilities) }, Read=true, ReadOnly=true, Required=false, SerializedName="capabilities", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IResourceSkuCapabilities> Capability { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=false, Description="A list of capabilities that are available for the SKU in the specified list of zones.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IResourceSkuCapabilities) }, Read=true, ReadOnly=true, Required=false, SerializedName="capabilities", Update=false)>]
member this.Capability : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IResourceSkuCapabilities>
Public ReadOnly Property Capability As List(Of IResourceSkuCapabilities)

Property Value

Attributes

Applies to