ServiceClassificationOutput Class

Definition

Output of the service classification API.

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

Properties

ServiceClassificationResults

Set of problem classification objects classified.

Explicit Interface Implementations

IJsonModel<ServiceClassificationOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServiceClassificationOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceClassificationOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceClassificationOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServiceClassificationOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to