ProblemClassification 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.
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() |