Skip to content
DocsTry Aspire
DocsTry

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

methodgetOutput
Gets a reference to an output from a bicep template.
getOutput(name: string): BicepOutputReference
namestring
BicepOutputReference
methodwithParameterbuilder
Adds a Bicep parameter
withParameter(
name: string,
value?: EndpointReference): AzureBicepResource
namestring
valueEndpointReferenceoptional
AzureBicepResource