AzurePostgresFlexibleServerDatabaseResource 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.
A resource that represents an Azure PostgreSQL database. This is a child resource of an AzurePostgresFlexibleServerResource.
public AzurePostgresFlexibleServerDatabaseResource (string name, string databaseName, Aspire.Hosting.Azure.AzurePostgresFlexibleServerResource postgresParentResource);
new Aspire.Hosting.Azure.AzurePostgresFlexibleServerDatabaseResource : string * string * Aspire.Hosting.Azure.AzurePostgresFlexibleServerResource -> Aspire.Hosting.Azure.AzurePostgresFlexibleServerDatabaseResource
Public Sub New (name As String, databaseName As String, postgresParentResource As AzurePostgresFlexibleServerResource)
Parameters
- name
- String
The name of the resource.
- databaseName
- String
The database name.
- postgresParentResource
- AzurePostgresFlexibleServerResource
The Azure PostgreSQL parent resource associated with this database.