Skip to content
DocsTry Aspire
DocsTry

AzurePrivateEndpointResource Properties

ClassProperties4 members
Represents an Azure Private Endpoint resource.
IdSection titled IdBicepOutputReference
Gets the "id" output reference from the Azure Private Endpoint resource.
public BicepOutputReference Id { get; }
NameOutputReferenceSection titled NameOutputReferenceBicepOutputReference
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; }
TargetSection titled TargetIAzurePrivateEndpointTarget
Gets the target Azure resource to connect via private link.
public IAzurePrivateEndpointTarget Target { get; }