Skip to content
Docs Try Aspire

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; }
NameOutput Section titled NameOutput BicepOutputReference
Gets the "name" output reference for the resource.
public BicepOutputReference NameOutput { 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; }