Share via


PoolUpdateProperties Class

Definition

The updatable properties of the Pool.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.PoolUpdatePropertiesTypeConverter))]
public class PoolUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IPoolUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.PoolUpdatePropertiesTypeConverter))>]
type PoolUpdateProperties = class
    interface IPoolUpdateProperties
    interface IJsonSerializable
Public Class PoolUpdateProperties
Implements IPoolUpdateProperties
Inheritance
PoolUpdateProperties
Attributes
Implements

Constructors

PoolUpdateProperties()

Creates an new PoolUpdateProperties instance.

Properties

AgentProfile

Defines how the machine will be handled once it executed a job.

DevCenterProjectResourceId

The resource id of the DevCenter Project the pool belongs to.

FabricProfile

Defines the type of fabric the agent will run on.

MaximumConcurrency

Defines how many resources can there be created at any given time.

OrganizationProfile

Defines the organization in which the pool will be used.

ProvisioningState

The status of the current operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PoolUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PoolUpdateProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IPoolUpdateProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PoolUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to