Share via


AppPlatformBuildServiceAgentPoolProperties Class

Definition

Build service agent pool properties.

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

Constructors

AppPlatformBuildServiceAgentPoolProperties()

Initializes a new instance of AppPlatformBuildServiceAgentPoolProperties.

Properties

PoolSize

build service agent pool size properties.

ProvisioningState

Provisioning state of the build service agent pool.

Explicit Interface Implementations

IJsonModel<AppPlatformBuildServiceAgentPoolProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformBuildServiceAgentPoolProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformBuildServiceAgentPoolProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformBuildServiceAgentPoolProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformBuildServiceAgentPoolProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to