CapabilityHostProperties interface

model interface CapabilityHostProperties

Extends

Properties

acaEnvironmentConnections

List of Aca Environment connections.

aiServicesConnections

List of AI services connections.

capabilityHostKind

Kind of this capability host.

customerSubnet

Customer subnet info to help set up this capability host.

messages

List of messages containing errors.

provisioningState

Provisioning state for the CapabilityHost.

storageConnections

List of Storage connections.

threadStorageConnections

List of Thread storage connections.

vectorStoreConnections

List of VectorStore connections.

Inherited Properties

description

The asset description text.

properties

The asset property dictionary.

tags

Tag dictionary. Tags can be added, removed, and updated.

Property Details

acaEnvironmentConnections

List of Aca Environment connections.

acaEnvironmentConnections?: string[]

Property Value

string[]

aiServicesConnections

List of AI services connections.

aiServicesConnections?: string[]

Property Value

string[]

capabilityHostKind

Kind of this capability host.

capabilityHostKind?: string

Property Value

string

customerSubnet

Customer subnet info to help set up this capability host.

customerSubnet?: string

Property Value

string

messages

List of messages containing errors.

messages?: string[]

Property Value

string[]

provisioningState

Provisioning state for the CapabilityHost.

provisioningState?: string

Property Value

string

storageConnections

List of Storage connections.

storageConnections?: string[]

Property Value

string[]

threadStorageConnections

List of Thread storage connections.

threadStorageConnections?: string[]

Property Value

string[]

vectorStoreConnections

List of VectorStore connections.

vectorStoreConnections?: string[]

Property Value

string[]

Inherited Property Details

description

The asset description text.

description?: string

Property Value

string

Inherited From ResourceBase.description

properties

The asset property dictionary.

properties?: Record<string, string>

Property Value

Record<string, string>

Inherited From ResourceBase.properties

tags

Tag dictionary. Tags can be added, removed, and updated.

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From ResourceBase.tags