Skip to content
Docs Try Aspire
Docs Try

IAzureNspAssociationTarget

Interface net8.0
📦 Aspire.Hosting.Azure v13.4.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
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.
Idabstractget
Gets the "id" output reference from the Azure resource.
View all properties