Delen via


ProblemClassification Class

Definition

ProblemClassification resource object.

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

Constructors

ProblemClassification()

Creates an new ProblemClassification instance.

Properties

DisplayName

Localized name of problem classification.

Id

Id of the resource.

Name

Name of the resource.

ResourceGroupName

Gets the resource group name

SecondaryConsentEnabled

This property indicates whether secondary consent is present for problem classification

Type

Type of the resource 'Microsoft.Support/problemClassification'.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProblemClassification.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProblemClassification.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProblemClassification into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to