ManualResourcePredictionsProfile Class

Definition

Customer provides the stand-by agent scheme.

public class ManualResourcePredictionsProfile : Azure.ResourceManager.DevOpsInfrastructure.Models.ResourcePredictionsProfile, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevOpsInfrastructure.Models.ManualResourcePredictionsProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevOpsInfrastructure.Models.ManualResourcePredictionsProfile>
type ManualResourcePredictionsProfile = class
    inherit ResourcePredictionsProfile
    interface IJsonModel<ManualResourcePredictionsProfile>
    interface IPersistableModel<ManualResourcePredictionsProfile>
Public Class ManualResourcePredictionsProfile
Inherits ResourcePredictionsProfile
Implements IJsonModel(Of ManualResourcePredictionsProfile), IPersistableModel(Of ManualResourcePredictionsProfile)
Inheritance
ManualResourcePredictionsProfile
Implements

Constructors

ManualResourcePredictionsProfile()

Initializes a new instance of ManualResourcePredictionsProfile.

Explicit Interface Implementations

IJsonModel<ManualResourcePredictionsProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManualResourcePredictionsProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ResourcePredictionsProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ResourcePredictionsProfile)
IJsonModel<ResourcePredictionsProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ResourcePredictionsProfile)
IPersistableModel<ManualResourcePredictionsProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManualResourcePredictionsProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManualResourcePredictionsProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ResourcePredictionsProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ResourcePredictionsProfile)
IPersistableModel<ResourcePredictionsProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ResourcePredictionsProfile)
IPersistableModel<ResourcePredictionsProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ResourcePredictionsProfile)

Applies to