Compartilhar via


IConfiguration.DaprEnabled Property

Definition

Boolean indicating if the Dapr side car is enabled

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Boolean indicating if the Dapr side car is enabled", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enabled", Update=true)]
public bool? DaprEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Boolean indicating if the Dapr side car is enabled", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enabled", Update=true)>]
member this.DaprEnabled : Nullable<bool> with get, set
Public Property DaprEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to