GitHubModelsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |