Skip to content
Docs Try Aspire

AzureDaprComponentResource Constructors

Class Constructors 1 member
Represents an Azure Dapr component resource.
Constructor(string, Action<AzureResourceInfrastructure>) Section titled Constructor(string, Action<AzureResourceInfrastructure>)
Represents an Azure Dapr component resource.
public class AzureDaprComponentResource
{
public AzureDaprComponentResource(
string bicepIdentifier,
Action<AzureResourceInfrastructure> configureInfrastructure)
{
// ...
}
}
bicepIdentifier string The Bicep identifier.
configureInfrastructure Action<AzureResourceInfrastructure> The action to configure the Azure resource infrastructure.
Initializes a new instance of the AzureDaprComponentResource class.