CapabilityHostProperties interface
モデルインターフェース CapabilityHostProperties
- Extends
プロパティ
| aca |
Aca 環境接続のリスト。 |
| ai |
AI サービス接続の一覧。 |
| capability |
この機能ホストの種類。 |
| customer |
この機能ホストの設定に役立つ顧客サブネット情報。 |
| messages | エラーを含むメッセージのリスト。 |
| provisioning |
CapabilityHost のプロビジョニング状態。 |
| storage |
ストレージ接続の一覧。 |
| thread |
スレッド ストレージ接続の一覧。 |
| vector |
VectorStore 接続の一覧。 |
継承されたプロパティ
| description | 資産の説明テキスト。 |
| properties | 資産プロパティ ディクショナリ。 |
| tags | タグ ディクショナリ。 タグは追加、削除、更新できます。 |
プロパティの詳細
acaEnvironmentConnections
Aca 環境接続のリスト。
acaEnvironmentConnections?: string[]
プロパティ値
string[]
aiServicesConnections
AI サービス接続の一覧。
aiServicesConnections?: string[]
プロパティ値
string[]
capabilityHostKind
この機能ホストの種類。
capabilityHostKind?: string
プロパティ値
string
customerSubnet
この機能ホストの設定に役立つ顧客サブネット情報。
customerSubnet?: string
プロパティ値
string
messages
エラーを含むメッセージのリスト。
messages?: string[]
プロパティ値
string[]
provisioningState
CapabilityHost のプロビジョニング状態。
provisioningState?: string
プロパティ値
string
storageConnections
ストレージ接続の一覧。
storageConnections?: string[]
プロパティ値
string[]
threadStorageConnections
スレッド ストレージ接続の一覧。
threadStorageConnections?: string[]
プロパティ値
string[]
vectorStoreConnections
VectorStore 接続の一覧。
vectorStoreConnections?: string[]
プロパティ値
string[]
継承されたプロパティの詳細
description
properties
資産プロパティ ディクショナリ。
properties?: Record<string, string>
プロパティ値
Record<string, string>
tags
タグ ディクショナリ。 タグは追加、削除、更新できます。
tags?: Record<string, string>
プロパティ値
Record<string, string>
ResourceBase.tagsから継承