你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BuildServiceAgentPoolProperties Class

Definition

Build service agent pool properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BuildServiceAgentPoolPropertiesTypeConverter))]
public class BuildServiceAgentPoolProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildServiceAgentPoolProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BuildServiceAgentPoolPropertiesTypeConverter))>]
type BuildServiceAgentPoolProperties = class
    interface IBuildServiceAgentPoolProperties
    interface IJsonSerializable
Public Class BuildServiceAgentPoolProperties
Implements IBuildServiceAgentPoolProperties
Inheritance
BuildServiceAgentPoolProperties
Attributes
Implements

Constructors

BuildServiceAgentPoolProperties()

Creates an new BuildServiceAgentPoolProperties instance.

Properties

PoolSizeCpu

The cpu property of build service agent pool size

PoolSizeMemory

The memory property of build service agent pool size

PoolSizeName

The name of build service agent pool size

ProvisioningState

Provisioning state of the build service agent pool

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BuildServiceAgentPoolProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BuildServiceAgentPoolProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildServiceAgentPoolProperties.

FromJsonString(String)

Creates a new instance of BuildServiceAgentPoolProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BuildServiceAgentPoolProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to