AzureProvisioningResource Constructors
ClassConstructors1 member
An Aspire resource that supports use of Azure Provisioning APIs to create Azure resources.
Constructor(string, Action<AzureResourceInfrastructure>)Section titled Constructor(string, Action<AzureResourceInfrastructure>) An Aspire resource that supports use of Azure Provisioning APIs to create Azure resources.
public class AzureProvisioningResource{ public AzureProvisioningResource( string name, Action<AzureResourceInfrastructure> configureInfrastructure) { // ... }}Parameters
namestringThe name of the resource in the Aspire application model.configureInfrastructureAction<AzureResourceInfrastructure>Callback to configure the Azure resources.