PoolProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Pool properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.PoolPropertiesTypeConverter))]
public class PoolProperties : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IPoolProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.PoolPropertiesTypeConverter))>]
type PoolProperties = class
interface IPoolProperties
interface IJsonSerializable
Public Class PoolProperties
Implements IPoolProperties
- Inheritance
-
PoolProperties
- Attributes
- Implements
Constructors
PoolProperties() |
Creates an new PoolProperties 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 PoolProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PoolProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IPoolProperties. |
FromJsonString(String) |
Creates a new instance of PoolProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PoolProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |