你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

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

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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