DevCenterUpdate interface

The devcenter resource for partial updates. Properties not provided in the update request will not be changed.

Extends

Properties

displayName

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

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

Managed identity properties

identity?: ManagedServiceIdentity

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