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