Share via


IPoolUpdateProperties Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to