Udostępnij przez


IManagedCluster.KedaEnabled Property

Definition

Whether to enable KEDA.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Whether to enable KEDA.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enabled", Update=true)]
public bool? KedaEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Whether to enable KEDA.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enabled", Update=true)>]
member this.KedaEnabled : Nullable<bool> with get, set
Public Property KedaEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to