Share via


IConfiguration.DaprEnableApiLogging Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Enables API logging for the Dapr sidecar", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableApiLogging", Update=true)]
public bool? DaprEnableApiLogging { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Enables API logging for the Dapr sidecar", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableApiLogging", Update=true)>]
member this.DaprEnableApiLogging : Nullable<bool> with get, set
Public Property DaprEnableApiLogging As Nullable(Of Boolean)

Property Value

Attributes

Applies to