CodeContainerProperties interface
コード資産バージョンのコンテナー。
- Extends
プロパティ
| provisioning |
コード コンテナーのプロビジョニング状態。 |
継承されたプロパティ
| description | 資産の説明テキスト。 |
| is |
資産はアーカイブされていますか? |
| latest |
このコンテナ内の最新バージョン。 |
| next |
次の自動増分バージョン |
| properties | 資産プロパティ ディクショナリ。 |
| tags | タグ ディクショナリ。 タグは追加、削除、更新できます。 |
プロパティの詳細
provisioningState
コード コンテナーのプロビジョニング状態。
provisioningState?: string
プロパティ値
string
継承されたプロパティの詳細
description
isArchived
latestVersion
nextVersion
properties
資産プロパティ ディクショナリ。
properties?: Record<string, string>
プロパティ値
Record<string, string>
tags
タグ ディクショナリ。 タグは追加、削除、更新できます。
tags?: Record<string, string>
プロパティ値
Record<string, string>