Share via


IResourceSkuZoneDetails.Capability Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, 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.Mdp.Models.IResourceSkuCapabilities) }, Read=true, ReadOnly=false, Required=true, SerializedName="capabilities", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IResourceSkuCapabilities> Capability { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, 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.Mdp.Models.IResourceSkuCapabilities) }, Read=true, ReadOnly=false, Required=true, SerializedName="capabilities", Update=true)>]
member this.Capability : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IResourceSkuCapabilities> with get, set
Public Property Capability As List(Of IResourceSkuCapabilities)

Property Value

Attributes

Applies to