PoolUpdateProperties Class

Definition

The updatable properties of the Pool.

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

Constructors

Name Description
PoolUpdateProperties()

Initializes a new instance of PoolUpdateProperties.

Properties

Name Description
AgentProfile

Defines how the machine will be handled once it executed a job.

DevCenterProjectResourceId

The resource id of the DevCenter Project the pool belongs to.

FabricProfile

Defines the type of fabric the agent will run on.

MaximumConcurrency

Defines how many resources can there be created at any given time.

OrganizationProfile

Defines the organization in which the pool will be used.

ProvisioningState

The status of the current operation.

RuntimeWorkFolder

The target work folder of the task agent on the machine.

Methods

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

Explicit Interface Implementations

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

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

IJsonModel<PoolUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PoolUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PoolUpdateProperties>.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<PoolUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to