IResourceSkuZoneDetails.Capability 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.
A list of capabilities that are available for the SKU in the specified list of zones.
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(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.Api20230815.IResourceSkuCapabilities) }, ReadOnly=true, Required=false, SerializedName="capabilities")]
public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IResourceSkuCapabilities[] Capability { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(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.Api20230815.IResourceSkuCapabilities) }, ReadOnly=true, Required=false, SerializedName="capabilities")>]
member this.Capability : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IResourceSkuCapabilities[]
Public ReadOnly Property Capability As IResourceSkuCapabilities()
Property Value
- Attributes