PUT
s the BLOB of the specified ‘file’ name.
- Namespace
- Songhay
- Containing Type
- Azure
Blob Storage Rest Api Utility
Syntax
public static Task UploadBlobAsync(string connectionString, string containerName, string fileName, string content)
Parameters
Name | Type | Description |
---|---|---|
connectionString | string | Azure BLOB Storage connection string |
containerName | string | Azure BLOB Storage container name |
fileName | string | BLOB ‘file’ name |
content | string | The string contents of the ‘file.’ |
Return Value
Type | Description |
---|---|
Task |