Skip to content
Docs Try Aspire

IAzurePrivateEndpointTargetNotification

Interface net8.0
📦 Aspire.Hosting.Azure.Network v13.2.0
An optional interface that can be implemented by resources that are targets for Azure private endpoints, to receive a notification when a private endpoint is created for them.
namespace Aspire.Hosting.Azure;
public interface IAzurePrivateEndpointTargetNotification
: Aspire.Hosting.ApplicationModel.IResource,
Aspire.Hosting.Azure.IAzurePrivateEndpointTarget
{
// ...
}
IResourceIAzurePrivateEndpointTarget