Aspire.Hosting.GitHub.Models
Official
📦 Aspire.Hosting.GitHub.Models v13.2.0 4 Functions
2 Types
2 types and 0 members
Types
Functions
method
addGitHubModel builder Adds a GitHub Model resource to the distributed application model.
addGitHubModel(name: string, model: GitHubModelName, organization?: ParameterResource): GitHubModelResource method
addGitHubModelById builder Adds a GitHub Model resource using a model identifier string.
addGitHubModelById(name: string, modelId: string, organization?: ParameterResource): GitHubModelResource method
enableHealthCheck builder Adds a health check for the GitHub Model resource.
enableHealthCheck(): GitHubModelResource method
withApiKey builder Configures the API key for the GitHub Model resource.
withApiKey(apiKey: ParameterResource): GitHubModelResource