Compartir a través de


ProblemClassificationsListResult Class

Definition

Collection of ProblemClassification resources.

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

Constructors

Name Description
ProblemClassificationsListResult()

Creates an new ProblemClassificationsListResult instance.

Properties

Name Description
Value

List of ProblemClassification resources.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProblemClassificationsListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProblemClassificationsListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProblemClassificationsListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to