次の方法で共有


AzurePostgresFlexibleServerResource Constructor

Definition

Represents an resource for Azure Postgres Flexible Server.

public AzurePostgresFlexibleServerResource (string name, Action<Aspire.Hosting.Azure.AzureResourceInfrastructure> configureInfrastructure);
new Aspire.Hosting.Azure.AzurePostgresFlexibleServerResource : string * Action<Aspire.Hosting.Azure.AzureResourceInfrastructure> -> Aspire.Hosting.Azure.AzurePostgresFlexibleServerResource
Public Sub New (name As String, configureInfrastructure As Action(Of AzureResourceInfrastructure))

Parameters

name
String

The name of the resource.

configureInfrastructure
Action<AzureResourceInfrastructure>

Callback to configure infrastructure.

Applies to