다음을 통해 공유


BuildServiceAgentPoolResource Class

Definition

The build service agent pool resource

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BuildServiceAgentPoolResourceTypeConverter))]
public class BuildServiceAgentPoolResource : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildServiceAgentPoolResource, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BuildServiceAgentPoolResourceTypeConverter))>]
type BuildServiceAgentPoolResource = class
    interface IBuildServiceAgentPoolResource
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class BuildServiceAgentPoolResource
Implements IBuildServiceAgentPoolResource, IValidates
Inheritance
BuildServiceAgentPoolResource
Attributes
Implements

Constructors

Name Description
BuildServiceAgentPoolResource()

Creates an new BuildServiceAgentPoolResource instance.

Properties

Name Description
Id

Fully qualified resource Id for the resource.

Name

The name of the resource.

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

ResourceGroupName

Gets the resource group name

SystemData

Metadata pertaining to creation and last modification of the resource.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource modification (UTC).

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The type of the resource.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BuildServiceAgentPoolResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BuildServiceAgentPoolResource.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BuildServiceAgentPoolResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to