Share via


TestProfileRunRecommendation Class

Definition

A recommendation object that provides a list of configuration that optimizes its category.

public class TestProfileRunRecommendation : System.ClientModel.Primitives.IJsonModel<Azure.Developer.LoadTesting.TestProfileRunRecommendation>, System.ClientModel.Primitives.IPersistableModel<Azure.Developer.LoadTesting.TestProfileRunRecommendation>
type TestProfileRunRecommendation = class
    interface IJsonModel<TestProfileRunRecommendation>
    interface IPersistableModel<TestProfileRunRecommendation>
Public Class TestProfileRunRecommendation
Implements IJsonModel(Of TestProfileRunRecommendation), IPersistableModel(Of TestProfileRunRecommendation)
Inheritance
TestProfileRunRecommendation
Implements

Properties

Name Description
Category

Category of the recommendation.

Configurations

List of configurations IDs for which the recommendation is applicable. These are a subset of the provided target resource configurations.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<TestProfileRunRecommendation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TestProfileRunRecommendation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TestProfileRunRecommendation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TestProfileRunRecommendation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TestProfileRunRecommendation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to