PgWebContainerResource(String) Constructor

Definition

Represents a container resource for pgweb.

public PgWebContainerResource (string name);
new Aspire.Hosting.Postgres.PgWebContainerResource : string -> Aspire.Hosting.Postgres.PgWebContainerResource
Public Sub New (name As String)

Parameters

name
String

The name of the container resource.

Applies to