Skip to content
Docs Try Aspire
Docs Try

AzureBicepResource

Handle
📦 Aspire.Hosting.Azure v13.4.0
interface AzureBicepResource
extends IAzureResource,
IResource,
IResourceWithParameters {
getOutput(name: string): BicepOutputReference;
withParameter(
name: string,
value?: EndpointReference): AzureBicepResource;
}

Methods

Gets a reference to an output from a bicep template.
getOutput(name: string): BicepOutputReference
name string
BicepOutputReference
method withParameter builder
Adds a Bicep parameter
withParameter(
name: string,
value?: EndpointReference): AzureBicepResource
name string
value EndpointReference optional
AzureBicepResource