AzureProvisioningResource Constructors
Class Constructors 1 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
name string The name of the resource in the Aspire application model. configureInfrastructure Action<AzureResourceInfrastructure> Callback to configure the Azure resources.