BlobContainerAddAsync(String, String) Method
Uploads the contents of a file to the Blob container.
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
public Task<Uri> AddAsync(
string blobName,
string fileSpec
)
- blobName String
- The name of the blob to use
- fileSpec String
- The path and filename of the data to upload.
TaskUri