CapabilityHostProperties interface

モデルインターフェース CapabilityHostProperties

Extends

プロパティ

acaEnvironmentConnections

Aca 環境接続のリスト。

aiServicesConnections

AI サービス接続の一覧。

capabilityHostKind

この機能ホストの種類。

customerSubnet

この機能ホストの設定に役立つ顧客サブネット情報。

messages

エラーを含むメッセージのリスト。

provisioningState

CapabilityHost のプロビジョニング状態。

storageConnections

ストレージ接続の一覧。

threadStorageConnections

スレッド ストレージ接続の一覧。

vectorStoreConnections

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

資産の説明テキスト。

description?: string

プロパティ値

string

ResourceBase.descriptionから継承

properties

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

properties?: Record<string, string>

プロパティ値

Record<string, string>

ResourceBase.propertiesから継承

tags

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

tags?: Record<string, string>

プロパティ値

Record<string, string>

ResourceBase.tagsから継承