AzureBlobStorageContainerResource Constructors
Class Constructors 1 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
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.