Skip to content
Docs Try Aspire

AzurePostgresFlexibleServerResource Constructors

Class Constructors 1 member
Represents an resource for Azure Postgres Flexible Server.
Constructor(string, Action<AzureResourceInfrastructure>) Section titled Constructor(string, Action<AzureResourceInfrastructure>)
Represents an resource for Azure Postgres Flexible Server.
public class AzurePostgresFlexibleServerResource
{
public AzurePostgresFlexibleServerResource(
string name,
Action<AzureResourceInfrastructure> configureInfrastructure)
{
// ...
}
}
name string The name of the resource.
configureInfrastructure Action<AzureResourceInfrastructure> Callback to configure infrastructure.