Skip to content
Docs Try Aspire

AzureDaprComponentPublishingAnnotation Properties

Record Properties 1 member
Represents an annotation that defines a publishing action for Azure Dapr components.
PublishingAction Section titled PublishingAction Action<AzureResourceInfrastructure>
The action to be executed on the Azure.AzureResourceInfrastructure during the publishing process. This action allows for customization of the infrastructure configuration.
public Action<AzureResourceInfrastructure> PublishingAction { get; init; }