FeaturesetVersionProperties interface

機能セットのバージョンを表す DTO オブジェクト

Extends

プロパティ

entities

エンティティの一覧を指定します

materializationSettings

具体化の設定を指定します

provisioningState

機能セット バージョン コンテナーのプロビジョニング状態。

specification

機能スペックの詳細を指定します

stage

資産ステージを指定します

継承されたプロパティ

description

資産の説明テキスト。

isAnonymous

名前のバージョンがシステムによって生成された場合 (匿名登録)。

isArchived

資産はアーカイブされていますか?

properties

資産プロパティ ディクショナリ。

tags

タグ ディクショナリ。 タグは追加、削除、更新できます。

プロパティの詳細

entities

エンティティの一覧を指定します

entities?: string[]

プロパティ値

string[]

materializationSettings

具体化の設定を指定します

materializationSettings?: MaterializationSettings

プロパティ値

provisioningState

機能セット バージョン コンテナーのプロビジョニング状態。

provisioningState?: string

プロパティ値

string

specification

機能スペックの詳細を指定します

specification?: FeaturesetSpecification

プロパティ値

stage

資産ステージを指定します

stage?: string

プロパティ値

string

継承されたプロパティの詳細

description

資産の説明テキスト。

description?: string

プロパティ値

string

AssetBase.descriptionから引き継いだものです。

isAnonymous

名前のバージョンがシステムによって生成された場合 (匿名登録)。

isAnonymous?: boolean

プロパティ値

boolean

AssetBase.isAnonymousから引き継いだ

isArchived

資産はアーカイブされていますか?

isArchived?: boolean

プロパティ値

boolean

AssetBase.isArchivedから継

properties

資産プロパティ ディクショナリ。

properties?: Record<string, string>

プロパティ値

Record<string, string>

AssetBase.propertiesから継承

tags

タグ ディクショナリ。 タグは追加、削除、更新できます。

tags?: Record<string, string>

プロパティ値

Record<string, string>

AssetBase.tagsから引き継ぎました