Share via


AzurePostgresFlexibleServerResource.Host Property

Definition

Gets the host for the PostgreSQL server.

public Aspire.Hosting.ApplicationModel.ReferenceExpression Host { get; }
member this.Host : Aspire.Hosting.ApplicationModel.ReferenceExpression
Public ReadOnly Property Host As ReferenceExpression

Property Value

Remarks

In container mode, resolves to the container's primary endpoint host. In Azure mode, resolves to the Azure PostgreSQL server's fully qualified domain name.

Applies to