IProjectProperties 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.DevCenter.Models.Api20240501Preview.ProjectPropertiesTypeConverter))]
public interface IProjectProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProjectUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ProjectPropertiesTypeConverter))>]
type IProjectProperties = interface
interface IJsonSerializable
interface IProjectUpdateProperties
Public Interface IProjectProperties
Implements IProjectUpdateProperties
- Derived
- Attributes
- Implements
Properties
CatalogSettingCatalogItemSyncType |
Indicates catalog item types that can be synced. (Inherited from IProjectUpdateProperties) |
Description |
Description of the project. (Inherited from IProjectUpdateProperties) |
DevCenterId |
Resource Id of an associated DevCenter (Inherited from IProjectUpdateProperties) |
DevCenterUri |
The URI of the Dev Center resource this project is associated with. |
DisplayName |
The display name of the project. (Inherited from IProjectUpdateProperties) |
MaxDevBoxesPerUser |
When specified, limits the maximum number of Dev Boxes a single user can create across all pools in the project. This will have no effect on existing Dev Boxes when reduced. (Inherited from IProjectUpdateProperties) |
ProvisioningState |
The provisioning state of the resource. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |