Dela via


ShortDescription Class

Definition

A summary of the recommendation.

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

Constructors

ShortDescription()

Initializes a new instance of ShortDescription.

Properties

Problem

The issue or opportunity identified by the recommendation.

Solution

The remediation action suggested by the recommendation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ShortDescription>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ShortDescription>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ShortDescription>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ShortDescription>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ShortDescription>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to