ServiceProblemClassificationResult Class

Definition

ProblemClassification Classification result object.

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

Properties

Description

Description of the problem classification result.

DisplayName

Localized name of the azure service.

ProblemClassificationId

Identifier that may be used for support ticket creation.

ProblemId

Identifier that may be used for solution discovery or some other purposes.

RelatedServiceId

Azure resource Id of the service.

ResourceTypes

List of applicable ARM resource types for this service.

ServiceId

Identifier of the service associated with this problem classification result.

Title

Title of the problem classification result.

Explicit Interface Implementations

IJsonModel<ServiceProblemClassificationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServiceProblemClassificationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceProblemClassificationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceProblemClassificationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServiceProblemClassificationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to