IHostingEnvironmentDiagnostics.DiagnosticsOutput Property

Definition

Diagnostics output.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Diagnostics output.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="diagnosticsOutput", Update=true)]
public string DiagnosticsOutput { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Diagnostics output.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="diagnosticsOutput", Update=true)>]
member this.DiagnosticsOutput : string with get, set
Public Property DiagnosticsOutput As String

Property Value

Attributes

Applies to