DevCenterUpdate interface
The devcenter resource for partial updates. Properties not provided in the update request will not be changed.
- Extends
Properties
display |
The display name of the devcenter. |
encryption | Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations). |
identity | Managed identity properties |
project |
Dev Center settings to be used when associating a project with a catalog. |
Inherited Properties
location | The geo-location where the resource lives |
tags | Resource tags. |
Property Details
displayName
The display name of the devcenter.
displayName?: string
Property Value
string
encryption
Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations).
encryption?: Encryption
Property Value
identity
projectCatalogSettings
Dev Center settings to be used when associating a project with a catalog.
projectCatalogSettings?: DevCenterProjectCatalogSettings
Property Value
Inherited Property Details
location
The geo-location where the resource lives
location?: string
Property Value
string
Inherited From TrackedResourceUpdate.location
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResourceUpdate.tags