Skip to content
Docs Try Aspire

GitHubModelResource

Handle TypeScript
📦 Aspire.Hosting.GitHub.Models v13.2.0-preview.1.26159.1
interface GitHubModelResource
extends IManifestExpressionProvider,
IResource,
IResourceWithConnectionString,
IValueProvider,
IValueWithReferences {
enableHealthCheck(): GitHubModelResource;
withApiKey(apiKey: ParameterResource): GitHubModelResource;
}

Methods

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