Skip to content
Docs Try Aspire
Docs Try

AzurePrivateEndpointResource Properties

Class Properties 4 members
Represents an Azure Private Endpoint resource.
Id Section titled Id BicepOutputReference
Gets the "id" output reference from the Azure Private Endpoint resource.
public BicepOutputReference Id { get; }
NameOutputReference Section titled NameOutputReference BicepOutputReference
Gets the "name" output reference for the resource.
public BicepOutputReference NameOutputReference { get; }
Gets the subnet where the private endpoint will be created.
public AzureSubnetResource Subnet { get; }
Target Section titled Target IAzurePrivateEndpointTarget
Gets the target Azure resource to connect via private link.
public IAzurePrivateEndpointTarget Target { get; }