AzurePrivateEndpointResource Properties
Class Properties 4 members
Represents an Azure Private Endpoint resource.
Gets the "id" output reference from the Azure Private Endpoint resource.
public BicepOutputReference Id { get; } 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; } Gets the target Azure resource to connect via private link.
public IAzurePrivateEndpointTarget Target { get; }