CapabilityHostProperties interface
- Extends
Properties
| ai |
List of AI services connections. |
| capability |
Kind of this capability host. |
| customer |
Customer subnet info to help set up this capability host. |
| provisioning |
Provisioning state for the CapabilityHost. NOTE: This property will not be serialized. It can only be populated by the server. |
| storage |
List of connection names from those available in the account or project to be used as a storage resource. |
| thread |
List of connection names from those available in the account or project to be used for Thread storage. |
| vector |
List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB). |
Inherited Properties
| description | The asset description text. |
| tags | Tag dictionary. Tags can be added, removed, and updated. |
Property Details
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
provisioningState
Provisioning state for the CapabilityHost. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
storageConnections
List of connection names from those available in the account or project to be used as a storage resource.
storageConnections?: string[]
Property Value
string[]
threadStorageConnections
List of connection names from those available in the account or project to be used for Thread storage.
threadStorageConnections?: string[]
Property Value
string[]
vectorStoreConnections
List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB).
vectorStoreConnections?: string[]
Property Value
string[]
Inherited Property Details
description
The asset description text.
description?: string
Property Value
string
Inherited From ResourceBase.description
tags
Tag dictionary. Tags can be added, removed, and updated.
tags?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
Inherited From ResourceBase.tags