Compartilhar via


DiagnosticCategoryProperties Class

Definition

DiagnosticCategory resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DiagnosticCategoryPropertiesTypeConverter))]
public class DiagnosticCategoryProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDiagnosticCategoryProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DiagnosticCategoryPropertiesTypeConverter))>]
type DiagnosticCategoryProperties = class
    interface IDiagnosticCategoryProperties
    interface IJsonSerializable
Public Class DiagnosticCategoryProperties
Implements IDiagnosticCategoryProperties
Inheritance
DiagnosticCategoryProperties
Attributes
Implements

Constructors

Name Description
DiagnosticCategoryProperties()

Creates an new DiagnosticCategoryProperties instance.

Properties

Name Description
Description

Description of the diagnostic category

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DiagnosticCategoryProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DiagnosticCategoryProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDiagnosticCategoryProperties.

FromJsonString(String)

Creates a new instance of DiagnosticCategoryProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DiagnosticCategoryProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to