ServiceProblemClassificationListResult Class

Definition

Output of the problem classification Classification API.

public class ServiceProblemClassificationListResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Support.Models.ServiceProblemClassificationListResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Support.Models.ServiceProblemClassificationListResult>
type ServiceProblemClassificationListResult = class
    interface IJsonModel<ServiceProblemClassificationListResult>
    interface IPersistableModel<ServiceProblemClassificationListResult>
Public Class ServiceProblemClassificationListResult
Implements IJsonModel(Of ServiceProblemClassificationListResult), IPersistableModel(Of ServiceProblemClassificationListResult)
Inheritance
ServiceProblemClassificationListResult
Implements

Properties

ProblemClassificationResults

Set of problem classification objects classified.

Explicit Interface Implementations

IJsonModel<ServiceProblemClassificationListResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ServiceProblemClassificationListResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceProblemClassificationListResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceProblemClassificationListResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ServiceProblemClassificationListResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to