IProjectProperties Interface

Definition

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

Applies to