DevOpsPoolAgentProfile Class

Definition

The agent profile of the machines in the pool. Please note this is the abstract base class. The derived classes available for instantiation are: DevOpsStatelessAgentProfile and DevOpsStateful.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DevOpsInfrastructure.Models.UnknownDevOpsPoolAgentProfile))]
public abstract class DevOpsPoolAgentProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsPoolAgentProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsPoolAgentProfile>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DevOpsInfrastructure.Models.UnknownDevOpsPoolAgentProfile))>]
type DevOpsPoolAgentProfile = class
    interface IJsonModel<DevOpsPoolAgentProfile>
    interface IPersistableModel<DevOpsPoolAgentProfile>
Public MustInherit Class DevOpsPoolAgentProfile
Implements IJsonModel(Of DevOpsPoolAgentProfile), IPersistableModel(Of DevOpsPoolAgentProfile)
Inheritance
DevOpsPoolAgentProfile
Derived
Attributes
Implements

Constructors

Name Description
DevOpsPoolAgentProfile()

Initializes a new instance of DevOpsPoolAgentProfile.

Properties

Name Description
ResourcePredictions

Defines pool buffer/stand-by agents.

ResourcePredictionsProfile

Defines how the pool buffer/stand-by agents is provided.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<DevOpsPoolAgentProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevOpsPoolAgentProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevOpsPoolAgentProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

<param name="options">The ModelReaderWriterOptions to use.</param>
IPersistableModel<DevOpsPoolAgentProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to