AzurePostgresResource Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an resource for Azure Postgres Flexible Server.
public AzurePostgresResource (Aspire.Hosting.ApplicationModel.PostgresServerResource innerResource, Action<Aspire.Hosting.ResourceModuleConstruct> configureConstruct);
new Aspire.Hosting.Azure.AzurePostgresResource : Aspire.Hosting.ApplicationModel.PostgresServerResource * Action<Aspire.Hosting.ResourceModuleConstruct> -> Aspire.Hosting.Azure.AzurePostgresResource
Public Sub New (innerResource As PostgresServerResource, configureConstruct As Action(Of ResourceModuleConstruct))
Parameters
- innerResource
- PostgresServerResource
PostgresServerResource that this resource wraps.
- configureConstruct
- Action<ResourceModuleConstruct>
Callback to configure construct.