Freigeben über


IProjectProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ProjectPropertiesTypeConverter))]
public interface IProjectProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ProjectPropertiesTypeConverter))>]
type IProjectProperties = interface
    interface IJsonSerializable
    interface IProjectUpdateProperties
Public Interface IProjectProperties
Implements IProjectUpdateProperties
Derived
Attributes
Implements

Properties

Name Description
AzureAiServiceSettingAzureAiServicesMode

The property indicates whether Azure AI services is enabled.

(Inherited from IProjectUpdateProperties)
CatalogSettingCatalogItemSyncType

Indicates catalog item types that can be synced.

(Inherited from IProjectUpdateProperties)
CustomizationSettingIdentity

The identities that can to be used in customization scenarios; e.g., to clone a repository.

(Inherited from IProjectUpdateProperties)
CustomizationSettingUserCustomizationsEnableStatus

Indicates whether user customizations are enabled.

(Inherited from IProjectUpdateProperties)
Description

Description of the project.

(Inherited from IProjectUpdateProperties)
DevBoxAutoDeleteSettingDeleteMode

Indicates the delete mode for Dev Boxes within this project.

(Inherited from IProjectUpdateProperties)
DevBoxAutoDeleteSettingGracePeriod

ISO8601 duration required for the dev box to be marked for deletion prior to it being deleted. ISO8601 format PT[n]H[n]M[n]S.

(Inherited from IProjectUpdateProperties)
DevBoxAutoDeleteSettingInactiveThreshold

ISO8601 duration required for the dev box to not be inactive prior to it being scheduled for deletion. ISO8601 format PT[n]H[n]M[n]S.

(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.

ServerlessGpuSessionSettingMaxConcurrentSessionsPerProject

When specified, limits the maximum number of concurrent sessions across all pools in the project.

(Inherited from IProjectUpdateProperties)
ServerlessGpuSessionSettingServerlessGpuSessionsMode

The property indicates whether serverless GPU access is enabled on the project.

(Inherited from IProjectUpdateProperties)
WorkspaceStorageSettingWorkspaceStorageMode

Indicates whether workspace storage is enabled.

(Inherited from IProjectUpdateProperties)

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to