BenchmarkReference Class

Definition

The benchmark references.

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

Constructors

BenchmarkReference()

Initializes a new instance of BenchmarkReference.

Properties

Benchmark

The benchmark name.

Reference

The benchmark reference.

Explicit Interface Implementations

IJsonModel<BenchmarkReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BenchmarkReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BenchmarkReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BenchmarkReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BenchmarkReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to