GitHubModelResource
Handle
interface GitHubModelResource extends IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithConnectionString, IValueProvider, IValueWithReferences { withApiKey(apiKey: ParameterResource): GitHubModelResource; withHealthCheck(): GitHubModelResource;}Methods
Configures the API key for the GitHub Model resource.
withApiKey(apiKey: ParameterResource): GitHubModelResourceParameters
apiKey ParameterResource Returns
GitHubModelResource Adds a health check for the GitHub Model resource.
withHealthCheck(): GitHubModelResourceReturns
GitHubModelResource