DiagnosticCategoryProperties Class
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.
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
DiagnosticCategoryProperties() |
Creates an new DiagnosticCategoryProperties instance. |
Properties
Description |
Description of the diagnostic category |
Methods
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. |