IAzureNspAssociationTarget
Interface net8.0
Represents an Azure resource that can be associated with a Network Security Perimeter.
namespace Aspire.Hosting.Azure;
public interface IAzureNspAssociationTarget : Aspire.Hosting.ApplicationModel.IResource{ // ...} IResource
Remarks
Section titled Remarks Implement this interface on PaaS resources (such as Storage, Key Vault, Cosmos DB, SQL) that support Network Security Perimeter association via the
Microsoft.Network/networkSecurityPerimeters/resourceAssociations resource type.