Skip to content
Docs Try Aspire

addGitHubModelById

Function
📦 Aspire.Hosting.GitHub.Models v13.2.0-preview.1.26159.1
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addGitHubModelById(
name: string,
modelId: string,
organization?: ParameterResource): GitHubModelResource;
}

Signature

method addGitHubModelById builder
Adds a GitHub Model resource using a model identifier string.
addGitHubModelById(
name: string,
modelId: string,
organization?: ParameterResource): GitHubModelResource
name string
modelId string
organization ParameterResource optional
GitHubModelResource

Applies to

This function is an extension method on the following types: