AzureBlobStorageContainerResource 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 container.
public AzureBlobStorageContainerResource(string name, string blobContainerName, Aspire.Hosting.Azure.AzureBlobStorageResource parent);
new Aspire.Hosting.Azure.AzureBlobStorageContainerResource : string * string * Aspire.Hosting.Azure.AzureBlobStorageResource -> Aspire.Hosting.Azure.AzureBlobStorageContainerResource
Public Sub New (name As String, blobContainerName As String, parent As AzureBlobStorageResource)
Parameters
- name
- String
The name of the resource.
- blobContainerName
- String
The name of the blob container.
- parent
- AzureBlobStorageResource
The AzureBlobStorageResource that the resource is stored in.