Share via


AzureConstructResourceExtensions Class

Definition

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.

Applies to