Condividi tramite


BuildServiceAgentPoolProperties Class

Definition

Build service agent pool properties

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

Constructors

Name Description
BuildServiceAgentPoolProperties()

Creates an new BuildServiceAgentPoolProperties instance.

Properties

Name Description
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

Name Description
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.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