AzureBicepResourceExtensions.AddBicepTemplateString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an Azure Bicep resource to the application model.
public static Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureBicepResource> AddBicepTemplateString (this Aspire.Hosting.IDistributedApplicationBuilder builder, string name, string bicepContent);
static member AddBicepTemplateString : Aspire.Hosting.IDistributedApplicationBuilder * string * string -> Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureBicepResource>
<Extension()>
Public Function AddBicepTemplateString (builder As IDistributedApplicationBuilder, name As String, bicepContent As String) As IResourceBuilder(Of AzureBicepResource)
Parameters
- name
- String
The name of the resource. This name will be used as the deployment name.
- bicepContent
- String
A string that represents a snippet of bicep.