AzureBlobStorageResource(String, 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.
A resource that represents an Azure Blob Storage account.
public AzureBlobStorageResource (string name, Aspire.Hosting.Azure.AzureStorageResource storage);
new Aspire.Hosting.Azure.AzureBlobStorageResource : string * Aspire.Hosting.Azure.AzureStorageResource -> Aspire.Hosting.Azure.AzureBlobStorageResource
Public Sub New (name As String, storage As AzureStorageResource)
Parameters
- name
- String
The name of the resource.
- storage
- AzureStorageResource
The AzureStorageResource that the resource is stored in.