IAzurePrivateEndpointTarget Methods
Interface Methods 2 members
Represents an Azure resource that can be connected to via a private endpoint.
Gets the private DNS zone name for this resource type (e.g., "privatelink.blob.core.windows.net" for blob storage).
public interface IAzurePrivateEndpointTarget{ public abstract string GetPrivateDnsZoneName() { // ... }}Returns
string The private DNS zone name for the private endpoint. Gets the group IDs for the private link service connection (e.g., "blob", "file" for storage).
public interface IAzurePrivateEndpointTarget{ public abstract IEnumerable<string> GetPrivateLinkGroupIds() { // ... }}Returns
IEnumerable<string> A collection of group IDs for the private link service connection.