IAzurePrivateEndpointTarget
Interface net8.0
Represents an Azure resource that can be connected to via a private endpoint.
namespace Aspire.Hosting.Azure;
public interface IAzurePrivateEndpointTarget : Aspire.Hosting.ApplicationModel.IResource{ // ...} IResource
Properties1
Section titled PropertiesMethods2
Section titled MethodsGetPrivateDnsZoneNameabstractstring Gets the private DNS zone name for this resource type (e.g., "privatelink.blob.core.windows.net" for blob storage).
GetPrivateLinkGroupIdsabstractIEnumerable<string> Gets the group IDs for the private link service connection (e.g., "blob", "file" for storage).