AzureCosmosDBResource Constructors

Definition

Overloads

AzureCosmosDBResource(String, Action<AzureResourceInfrastructure>)

A resource that represents an Azure Cosmos DB.

AzureCosmosDBResource(String, Action<ResourceModuleConstruct>)

A resource that represents an Azure Cosmos DB.

AzureCosmosDBResource(String, Action<AzureResourceInfrastructure>)

Source:
AzureCosmosDBResource.cs
Source:
AzureCosmosDBResource.cs

A resource that represents an Azure Cosmos DB.

C#
public AzureCosmosDBResource(string name, Action<Aspire.Hosting.Azure.AzureResourceInfrastructure> configureInfrastructure);

Parameters

name
String
configureInfrastructure
Action<AzureResourceInfrastructure>

Applies to

.NET Aspire 9.1.0 y .NET Aspire 9.0.0
Producto Versiones
.NET Aspire 9.0.0, 9.1.0

AzureCosmosDBResource(String, Action<ResourceModuleConstruct>)

Source:
AzureCosmosDBResource.cs

A resource that represents an Azure Cosmos DB.

C#
public AzureCosmosDBResource(string name, Action<Aspire.Hosting.ResourceModuleConstruct> configureConstruct);

Parameters

name
String
configureConstruct
Action<ResourceModuleConstruct>

Applies to

.NET Aspire 8.0.0
Producto Versiones
.NET Aspire 8.0.0