DevCenterProjectPatch 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.
The project properties for partial update. Properties not provided in the update request will not be changed.
public class DevCenterProjectPatch : Azure.ResourceManager.DevCenter.Models.DevCenterTrackedResourceUpdate, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevCenter.Models.DevCenterProjectPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevCenter.Models.DevCenterProjectPatch>
type DevCenterProjectPatch = class
inherit DevCenterTrackedResourceUpdate
interface IJsonModel<DevCenterProjectPatch>
interface IPersistableModel<DevCenterProjectPatch>
Public Class DevCenterProjectPatch
Inherits DevCenterTrackedResourceUpdate
Implements IJsonModel(Of DevCenterProjectPatch), IPersistableModel(Of DevCenterProjectPatch)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| DevCenterProjectPatch() |
Initializes a new instance of DevCenterProjectPatch. |
Properties
| Name | Description |
|---|---|
| AssignedGroups |
List of Entra ID group assignments associated with this project. |
| AzureAiServicesMode |
The property indicates whether Azure AI services is enabled. |
| CatalogItemSyncTypes |
Indicates catalog item types that can be synced. |
| CustomizationSettings |
Settings to be used for customizations. |
| Description |
Description of the project. |
| DevBoxScheduleDeleteSettings |
Dev Box Schedule Delete settings. |
| DevCenterId |
Resource Id of an associated DevCenter. |
| DisplayName |
The display name of the project. |
| Identity |
Managed identity properties. |
| Location |
The geo-location where the resource lives. (Inherited from DevCenterTrackedResourceUpdate) |
| 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. |
| ServerlessGpuSessionsSettings |
Settings to be used for serverless GPU. |
| Tags |
Resource tags. (Inherited from DevCenterTrackedResourceUpdate) |
| WorkspaceStorageMode |
Indicates whether workspace storage is enabled. |