Share via


GitHubModelsExtensions Class

Definition

Provides extension methods for adding GitHub Models resources to the application model.

public static class GitHubModelsExtensions
type GitHubModelsExtensions = class
Public Module GitHubModelsExtensions
Inheritance
GitHubModelsExtensions

Methods

AddGitHubModel(IDistributedApplicationBuilder, String, String, IResourceBuilder<ParameterResource>)

Adds a GitHub Model resource to the application model.

WithApiKey(IResourceBuilder<GitHubModelResource>, IResourceBuilder<ParameterResource>)

Configures the API key for the GitHub Model resource from a parameter.

WithHealthCheck(IResourceBuilder<GitHubModelResource>)

Adds a health check to the GitHub Model resource.

Applies to