AzureBlobStorageContainerResource Constructors
ClassConstructors1 member
A resource that represents an Azure Blob Storage container.
Constructor(string, string, AzureBlobStorageResource)Section titled Constructor(string, string, AzureBlobStorageResource) A resource that represents an Azure Blob Storage container.
public class AzureBlobStorageContainerResource{ public AzureBlobStorageContainerResource( string name, string blobContainerName, AzureBlobStorageResource parent) { // ... }}Parameters
namestringThe name of the resource.blobContainerNamestringThe name of the blob container.parentAzureBlobStorageResourceThe AzureBlobStorageResource that the resource is stored in.