GitHubModelResource
Handle
interface GitHubModelResource extends IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithConnectionString, IValueProvider, IValueWithReferences { enableHealthCheck(): GitHubModelResource; withApiKey(apiKey: ParameterResource): GitHubModelResource;}Methods
Adds a health check to the GitHub Model resource.
enableHealthCheck(): GitHubModelResourceReturns
GitHubModelResourceConfigures the API key for the GitHub Model resource from a parameter.
withApiKey(apiKey: ParameterResource): GitHubModelResourceParameters
apiKeyParameterResourceReturns
GitHubModelResource