Partilhar via


IOrganization Interface

Definition

[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)

Applies to