IFunctionsIdentity.DiagnosticCategory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Diagnostic Category
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Diagnostic Category", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="diagnosticCategory")]
public string DiagnosticCategory { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Diagnostic Category", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="diagnosticCategory")>]
member this.DiagnosticCategory : string with get, set
Public Property DiagnosticCategory As String
Property Value
- Attributes