AzureCosmosDBResource Constructors
ClassConstructors1 member
A resource that represents an Azure Cosmos DB.
Constructor(string, Action<AzureResourceInfrastructure>)Section titled Constructor(string, Action<AzureResourceInfrastructure>) A resource that represents an Azure Cosmos DB.
public class AzureCosmosDBResource{ public AzureCosmosDBResource( string name, Action<AzureResourceInfrastructure> configureInfrastructure) { // ... }}Parameters
namestringconfigureInfrastructureAction<AzureResourceInfrastructure>