Azure CloudBlobContainer Create Method

Download Azure Cloud Connect Setup File
Download Azure Cloud Connect Zip File

Creates the container.

[Microsoft.Azure.Storage.DoesServiceRequest]  
public virtual void Create 
(Microsoft.Azure.Storage.Blob.BlobRequestOptions requestOptions = default, 
Microsoft.Azure.Storage.OperationContext operationContext = default);

Parameters

requestOptions
BlobRequestOptions

BlobRequestOptions object that specifies additional options for the request.

operationContext
OperationContext

An OperationContext object that represents the context for the current operation.

Attributes