AzureCosmosDBResource(String, Action<ResourceModuleConstruct>) 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 Cosmos DB.
public AzureCosmosDBResource (string name, Action<Aspire.Hosting.ResourceModuleConstruct> configureConstruct);
new Aspire.Hosting.AzureCosmosDBResource : string * Action<Aspire.Hosting.ResourceModuleConstruct> -> Aspire.Hosting.AzureCosmosDBResource
Public Sub New (name As String, configureConstruct As Action(Of ResourceModuleConstruct))
Parameters
- name
- String
- configureConstruct
- Action<ResourceModuleConstruct>