ComponentVersionProperties interface

Definition of a component version: defines resources that span component types.

Extends

Properties

componentSpec

Defines Component definition details.

provisioningState

Provisioning state for the component version. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

description

The asset description text.

isAnonymous

If the name version are system generated (anonymous registration).

isArchived

Is the asset archived?

properties

The asset property dictionary.

tags

Tag dictionary. Tags can be added, removed, and updated.

Property Details

componentSpec

Defines Component definition details.

componentSpec?: Record<string, unknown>

Property Value

Record<string, unknown>

provisioningState

Provisioning state for the component version. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

Inherited Property Details

description

The asset description text.

description?: string

Property Value

string

Inherited From AssetBase.description

isAnonymous

If the name version are system generated (anonymous registration).

isAnonymous?: boolean

Property Value

boolean

Inherited From AssetBase.isAnonymous

isArchived

Is the asset archived?

isArchived?: boolean

Property Value

boolean

Inherited From AssetBase.isArchived

properties

The asset property dictionary.

properties?: {[propertyName: string]: string | null}

Property Value

{[propertyName: string]: string | null}

Inherited From AssetBase.properties

tags

Tag dictionary. Tags can be added, removed, and updated.

tags?: {[propertyName: string]: string | null}

Property Value

{[propertyName: string]: string | null}

Inherited From AssetBase.tags