Share via


AppPlatformBuildServiceAgentPoolData Class

Definition

A class representing the AppPlatformBuildServiceAgentPool data model. The build service agent pool resource

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

Constructors

AppPlatformBuildServiceAgentPoolData()

Initializes a new instance of AppPlatformBuildServiceAgentPoolData.

Properties

Properties

build service agent pool properties.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AppPlatformBuildServiceAgentPoolData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformBuildServiceAgentPoolData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided System.Text.Json.Utf8JsonWriter.

IPersistableModel<AppPlatformBuildServiceAgentPoolData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

IPersistableModel<AppPlatformBuildServiceAgentPoolData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformBuildServiceAgentPoolData>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Applies to