Skip to content
DocsTry Aspire
DocsTry

AzurePostgresResource Properties

ClassProperties4 members
Represents an resource for Azure Postgres Flexible Server.
AnnotationsSection titled AnnotationsoverrideResourceAnnotationCollection
Gets the annotations associated with the resource.
public override ResourceAnnotationCollection Annotations { get; }
ConnectionStringSection titled ConnectionStringBicepSecretOutputReference
Gets the "connectionString" secret output reference from the bicep template for the Azure Postgres Flexible Server.
public BicepSecretOutputReference ConnectionString { get; }
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection template for the manifest for the Azure Postgres Flexible Server.
public ReferenceExpression ConnectionStringExpression { get; }
NameSection titled Nameoverridestring
Gets the name of the resource.
public override string Name { get; }