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