ServiceClassificationContent Class

Definition

Input to problem classification Classification API.

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

Constructors

ServiceClassificationContent()

Initializes a new instance of ServiceClassificationContent.

Properties

AdditionalContext

Additional information in the form of a string.

IssueSummary

Natural language description of the customer’s issue.

ResourceId

ARM resource Id of the resource that is having the issue.

Explicit Interface Implementations

IJsonModel<ServiceClassificationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServiceClassificationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceClassificationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceClassificationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServiceClassificationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to