AzureStorageResource(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.
Represents an Azure Storage resource.
public AzureStorageResource (string name, Action<Aspire.Hosting.ResourceModuleConstruct> configureConstruct);
new Aspire.Hosting.Azure.AzureStorageResource : string * Action<Aspire.Hosting.ResourceModuleConstruct> -> Aspire.Hosting.Azure.AzureStorageResource
Public Sub New (name As String, configureConstruct As Action(Of ResourceModuleConstruct))
Parameters
- name
- String
The name of the resource.
- configureConstruct
- Action<ResourceModuleConstruct>
Callback to populate the construct with Azure resources.