DiagnosticCategory Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticCategoryTypeConverter))]
public class DiagnosticCategory : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategory, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticCategoryTypeConverter))>]
type DiagnosticCategory = class
    interface IDiagnosticCategory
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class DiagnosticCategory
Implements IDiagnosticCategory, IValidates
Inheritance
DiagnosticCategory
Attributes
Implements

Constructors

DiagnosticCategory()

Properties

Description
Id
Kind
Name
Type

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
Validate(IEventListener)

Applies to