| Name | Description |
---|
| UploadFromFileAsync(String)(String^)(String)(String) |
Returns a task that performs an asynchronous operation to upload a local file to the File service. If the file already exists on the service, it will be overwritten.
|
| UploadFromFileAsync(String, AccessCondition, FileRequestOptions, OperationContext)(String^, AccessCondition^, FileRequestOptions^, OperationContext^)(String, AccessCondition, FileRequestOptions, OperationContext)(String, AccessCondition, FileRequestOptions, OperationContext) |
Returns a task that performs an asynchronous operation to upload a local file to the File service. If the file already exists on the service, it will be overwritten.
|
| UploadFromFileAsync(String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(String^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) |
Returns a task that performs an asynchronous operation to upload a local file to the File service. If the file already exists on the service, it will be overwritten.
|
| UploadFromFileAsync(String, CancellationToken)(String^, CancellationToken)(String, CancellationToken)(String, CancellationToken) |
Returns a task that performs an asynchronous operation to upload a local file to the File service. If the file already exists on the service, it will be overwritten.
|