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) { // ... }}Parameters
name string The name of the resource. configureInfrastructure Action<AzureResourceInfrastructure> Callback to configure infrastructure.