Share via


BuildServiceAgentPoolSizeProperties Class

Definition

Build service agent pool size properties.

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

Constructors

BuildServiceAgentPoolSizeProperties()

Initializes a new instance of BuildServiceAgentPoolSizeProperties.

Properties

Cpu

The cpu property of build service agent pool size.

Memory

The memory property of build service agent pool size.

Name

The name of build service agent pool size.

Explicit Interface Implementations

IJsonModel<BuildServiceAgentPoolSizeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BuildServiceAgentPoolSizeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BuildServiceAgentPoolSizeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BuildServiceAgentPoolSizeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BuildServiceAgentPoolSizeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to