Skip to content
Docs Try Aspire
Docs Try

GitHubModelResource

Handle
📦 Aspire.Hosting.GitHub.Models v13.3.0
interface GitHubModelResource
extends IExpressionValue,
IManifestExpressionProvider,
IResource,
IResourceWithConnectionString,
IValueProvider,
IValueWithReferences {
withApiKey(apiKey: ParameterResource): GitHubModelResource;
withHealthCheck(): GitHubModelResource;
}

Methods

method withApiKey builder
Configures the API key for the GitHub Model resource.
withApiKey(apiKey: ParameterResource): GitHubModelResource
apiKey ParameterResource
GitHubModelResource
method withHealthCheck builder
Adds a health check for the GitHub Model resource.
withHealthCheck(): GitHubModelResource
GitHubModelResource