ISkuDescription.Capability Property

Definition

Capabilities of the SKU, e.g., is traffic manager enabled?

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Capabilities of the SKU, e.g., is traffic manager enabled?", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.ICapability) }, Read=true, ReadOnly=false, Required=false, SerializedName="capabilities", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.ICapability> Capability { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Capabilities of the SKU, e.g., is traffic manager enabled?", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.ICapability) }, Read=true, ReadOnly=false, Required=false, SerializedName="capabilities", Update=true)>]
member this.Capability : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.ICapability> with get, set
Public Property Capability As List(Of ICapability)

Property Value

Attributes

Applies to