IOrganization Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.OrganizationTypeConverter))]
public interface IOrganization : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.OrganizationTypeConverter))>]
type IOrganization = interface
interface IJsonSerializable
Public Interface IOrganization
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Parallelism |
How many machines can be created at maximum in this organization out of the maximumConcurrency of the pool. |
Project |
Optional list of projects in which the pool should be created. |
Url |
The Azure DevOps organization URL in which the pool should be created. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |