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

BuildServiceAgentPoolSizeProperties Class

Definition

Build service agent pool size properties

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

Constructors

BuildServiceAgentPoolSizeProperties()

Creates an new BuildServiceAgentPoolSizeProperties instance.

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BuildServiceAgentPoolSizeProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BuildServiceAgentPoolSizeProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BuildServiceAgentPoolSizeProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to