Skip to content
Docs Try Aspire

AzurePostgresFlexibleServerDatabaseResource Constructors

Class Constructors 1 member
A resource that represents an Azure PostgreSQL database. This is a child resource of an AzurePostgresFlexibleServerResource.
Constructor(string, string, AzurePostgresFlexibleServerResource) Section titled Constructor(string, string, AzurePostgresFlexibleServerResource)
A resource that represents an Azure PostgreSQL database. This is a child resource of an AzurePostgresFlexibleServerResource.
public class AzurePostgresFlexibleServerDatabaseResource
{
public AzurePostgresFlexibleServerDatabaseResource(
string name,
string databaseName,
AzurePostgresFlexibleServerResource postgresParentResource)
{
// ...
}
}
name string The name of the resource.
databaseName string The database name.
postgresParentResource AzurePostgresFlexibleServerResource The Azure PostgreSQL parent resource associated with this database.