次の方法で共有


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?: {[propertyName: string]: string | null}

プロパティ値

{[propertyName: string]: string | null}

承元:AssetBase.properties

tags

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

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

プロパティ値

{[propertyName: string]: string | null}

承元:AssetBase.tags