Skip to content
Docs Try Aspire

addMilvus

Function
📦 Aspire.Hosting.Milvus v13.2.0-preview.1.26159.1
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addMilvus(
name: string,
apiKey?: ParameterResource,
grpcPort?: number): MilvusServerResource;
}

Signature

method addMilvus builder
Adds a Milvus server resource to the distributed application model.
addMilvus(
name: string,
apiKey?: ParameterResource,
grpcPort?: number): MilvusServerResource
name string
apiKey ParameterResource optional
grpcPort number optional
MilvusServerResource

Applies to

This function is an extension method on the following types: