Project 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.
Project details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ProjectTypeConverter))]
public class Project : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IProject
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ProjectTypeConverter))>]
type Project = class
interface IProject
interface IJsonSerializable
Public Class Project
Implements IProject
- Inheritance
-
Project
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Project() |
Creates an new Project instance. |
Properties
| Name | Description |
|---|---|
| Description |
Description of the project. |
| DisplayName |
Display name of the pool. |
| MaxDevBoxesPerUser |
When specified, indicates the maximum number of Dev Boxes a single user can create across all pools in the project. |
| Name |
Name of the project. |
| Uri |
The unique URI of the project. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Project. |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IProject. |
| FromJsonString(String) |
Creates a new instance of Project, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() |
Serializes this instance to a json string. |