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) { // ... }}Parameters
bicepIdentifier string The Bicep identifier. configureInfrastructure Action<AzureResourceInfrastructure> The action to configure the Azure resource infrastructure. Remarks
Initializes a new instance of the
AzureDaprComponentResource class.