ProblemClassificationProperties Class

Definition

Details about a problem classification available for an Azure service.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ProblemClassificationPropertiesTypeConverter))]
public class ProblemClassificationProperties : Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IProblemClassificationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ProblemClassificationPropertiesTypeConverter))>]
type ProblemClassificationProperties = class
    interface IProblemClassificationProperties
    interface IJsonSerializable
Public Class ProblemClassificationProperties
Implements IProblemClassificationProperties
Inheritance
ProblemClassificationProperties
Attributes
Implements

Constructors

ProblemClassificationProperties()

Creates an new ProblemClassificationProperties instance.

Properties

DisplayName

Localized name of problem classification.

SecondaryConsentEnabled

This property indicates whether secondary consent is present for problem classification

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProblemClassificationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProblemClassificationProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IProblemClassificationProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProblemClassificationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to