AzureConstructResourceExtensions Class
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.
Extensions for working with AzureConstructResource and related types.
public static class AzureConstructResourceExtensions
type AzureConstructResourceExtensions = class
Public Module AzureConstructResourceExtensions
- Inheritance
-
AzureConstructResourceExtensions
Methods
AddAzureConstruct(IDistributedApplicationBuilder, String, Action<ResourceModuleConstruct>) |
Adds an Azure construct resource to the application model. |
AssignProperty<T>(Resource<T>, Expression<Func<T,Object>>, BicepOutputReference, String) |
Assigns an Aspire Bicep output reference to an Azure construct resource. |
AssignProperty<T>(Resource<T>, Expression<Func<T,Object>>, IResourceBuilder<ParameterResource>, String) |
Assigns an Aspire parameter resource to an Azure construct resource. |
ConfigureConstruct<T>(IResourceBuilder<T>, Action<ResourceModuleConstruct>) |
Configures the Azure construct resource. |