AzureBicepResource
Handle
interface AzureBicepResource extends IAzureResource, IResource, IResourceWithParameters { getOutput(name: string): BicepOutputReference; withParameter( name: string, value?: EndpointReference): AzureBicepResource;}Methods
method
getOutput Gets a reference to an output from a bicep template.
getOutput(name: string): BicepOutputReferenceParameters
name string Returns
BicepOutputReference Adds a Bicep parameter
withParameter( name: string, value?: EndpointReference): AzureBicepResourceParameters
name string value EndpointReference optional Returns
AzureBicepResource