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