Organization 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.
Defines an Azure DevOps organization.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.OrganizationTypeConverter))]
public class Organization : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IOrganization
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.OrganizationTypeConverter))>]
type Organization = class
interface IOrganization
interface IJsonSerializable
Public Class Organization
Implements IOrganization
- Inheritance
-
Organization
- Attributes
- Implements
Constructors
Organization() |
Creates an new Organization instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Organization. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of Organization. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IOrganization. |
FromJsonString(String) |
Creates a new instance of Organization, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of Organization into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |