Share via


SolutionWarmUpContent Class

Definition

Solution WarmUpRequest body.

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

Constructors

SolutionWarmUpContent()

Initializes a new instance of SolutionWarmUpContent.

Properties

Parameters

Dictionary of <string>.

Explicit Interface Implementations

IJsonModel<SolutionWarmUpContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SolutionWarmUpContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SolutionWarmUpContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SolutionWarmUpContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SolutionWarmUpContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to