AzureCosmosDBEmulatorResource(AzureCosmosDBResource) 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.
Wraps an AzureCosmosDBResource in a type that exposes container extension methods.
public AzureCosmosDBEmulatorResource (Aspire.Hosting.AzureCosmosDBResource innerResource);
new Aspire.Hosting.Azure.AzureCosmosDBEmulatorResource : Aspire.Hosting.AzureCosmosDBResource -> Aspire.Hosting.Azure.AzureCosmosDBEmulatorResource
Public Sub New (innerResource As AzureCosmosDBResource)
Parameters
- innerResource
- AzureCosmosDBResource
The inner resource used to store annotations.