| Name | Description |
---|
 | AbortCopyAsync(String)(String^)(String)(String) |
Initiates an asynchronous operation to abort an ongoing copy operation.
|
 | AbortCopyAsync(String, AccessCondition, FileRequestOptions, OperationContext)(String^, AccessCondition^, FileRequestOptions^, OperationContext^)(String, AccessCondition, FileRequestOptions, OperationContext)(String, AccessCondition, FileRequestOptions, OperationContext) |
Initiates an asynchronous operation to abort an ongoing copy operation.
|
 | AbortCopyAsync(String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(String^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) |
Initiates an asynchronous operation to abort an ongoing copy operation.
|
 | AbortCopyAsync(String, CancellationToken)(String^, CancellationToken)(String, CancellationToken)(String, CancellationToken) |
Initiates an asynchronous operation to abort an ongoing copy operation.
|
 | BeginAbortCopy(String, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(String^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(String, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) |
Begins an asynchronous operation to abort an ongoing copy operation.
|
 | BeginAbortCopy(String, AsyncCallback, Object)(String^, AsyncCallback^, Object^)(String, AsyncCallback, Object)(String, AsyncCallback, Object) |
Begins an asynchronous operation to abort an ongoing copy operation.
|
 | BeginClearRange(Int64, Int64, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Int64, Int64, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Int64, Int64, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Int64, Int64, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to clear ranges from a file. |
 | BeginClearRange(Int64, Int64, AsyncCallback, Object)(Int64, Int64, AsyncCallback^, Object^)(Int64, Int64, AsyncCallback, Object)(Int64, Int64, AsyncCallback, Object) | Begins an asynchronous operation to clear ranges from a file. |
 | BeginCreate(Int64, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Int64, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Int64, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Int64, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to create a file. |
 | BeginCreate(Int64, AsyncCallback, Object)(Int64, AsyncCallback^, Object^)(Int64, AsyncCallback, Object)(Int64, AsyncCallback, Object) | Begins an asynchronous operation to create a file. |
 | BeginDelete(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to delete the file. |
 | BeginDelete(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object) | Begins an asynchronous operation to delete the file. |
 | BeginDeleteIfExists(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous request to delete the file if it already exists. |
 | BeginDeleteIfExists(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object) | Begins an asynchronous request to delete the file if it already exists. |
 | BeginDownloadRangeToByteArray(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to download the contents of a file to a byte array. |
 | BeginDownloadRangeToByteArray(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, AsyncCallback^, Object^)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64), AsyncCallback, Object) | Begins an asynchronous operation to download the contents of a file to a byte array. |
 | BeginDownloadRangeToStream(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream^, Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to download the contents of a file to a stream. |
 | BeginDownloadRangeToStream(Stream, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)(Stream^, Nullable<Int64>, Nullable<Int64>, AsyncCallback^, Object^)(Stream, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)(Stream, Nullable(Of Int64), Nullable(Of Int64), AsyncCallback, Object) | Begins an asynchronous operation to download the contents of a file to a stream. |
 | BeginDownloadText(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object) | Begins an asynchronous operation to download the file's contents as a string. |
 | BeginDownloadText(Encoding, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Encoding^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Encoding, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Encoding, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to download the file's contents as a string. |
 | BeginDownloadToByteArray(Byte[], Int32, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(array<Byte>^, Int32, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Byte[], Int32, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Byte(), Int32, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to download the contents of a file to a byte array. |
 | BeginDownloadToByteArray(Byte[], Int32, AsyncCallback, Object)(array<Byte>^, Int32, AsyncCallback^, Object^)(Byte[], Int32, AsyncCallback, Object)(Byte(), Int32, AsyncCallback, Object) | Begins an asynchronous operation to download the contents of a file to a byte array. |
 | BeginDownloadToFile(String, FileMode, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(String^, FileMode, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, FileMode, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(String, FileMode, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to download the contents of a file in the File service to a local file. |
 | BeginDownloadToFile(String, FileMode, AsyncCallback, Object)(String^, FileMode, AsyncCallback^, Object^)(String, FileMode, AsyncCallback, Object)(String, FileMode, AsyncCallback, Object) | Begins an asynchronous operation to download the contents of a file in the File service to a local file. |
 | BeginDownloadToStream(Stream, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Stream, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to download the contents of a file to a stream. |
 | BeginDownloadToStream(Stream, AsyncCallback, Object)(Stream^, AsyncCallback^, Object^)(Stream, AsyncCallback, Object)(Stream, AsyncCallback, Object) | Begins an asynchronous operation to download the contents of a file to a stream. |
 | BeginExists(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object) | Begins an asynchronous request to check existence of the file. |
 | BeginExists(FileRequestOptions, OperationContext, AsyncCallback, Object)(FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(FileRequestOptions, OperationContext, AsyncCallback, Object)(FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous request to check existence of the file. |
 | BeginFetchAttributes(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to populate the file's properties and metadata. |
 | BeginFetchAttributes(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object) | Begins an asynchronous operation to populate the file's properties and metadata. |
 | BeginListRanges(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object) | Begins an asynchronous operation to return a collection of valid ranges and their starting and ending bytes. |
 | BeginListRanges(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to return a collection of valid ranges and their starting and ending bytes. |
 | BeginOpenRead(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to open a stream for reading from the file. |
 | BeginOpenRead(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object) | Begins an asynchronous operation to open a stream for reading from the file. |
 | BeginOpenWrite(Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to open a stream for writing to the file. |
 | BeginOpenWrite(Nullable<Int64>, AsyncCallback, Object)(Nullable<Int64>, AsyncCallback^, Object^)(Nullable<Int64>, AsyncCallback, Object)(Nullable(Of Int64), AsyncCallback, Object) | Begins an asynchronous operation to open a stream for writing to the file. |
 | BeginResize(Int64, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Int64, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Int64, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Int64, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to resize a file. |
 | BeginResize(Int64, AsyncCallback, Object)(Int64, AsyncCallback^, Object^)(Int64, AsyncCallback, Object)(Int64, AsyncCallback, Object) | Begins an asynchronous operation to resize a file. |
 | BeginSetMetadata(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to update the file's metadata. |
 | BeginSetMetadata(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object) | Begins an asynchronous operation to update the file's metadata. |
 | BeginSetProperties(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to update the file's properties. |
 | BeginSetProperties(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object) | Begins an asynchronous operation to update the file's properties. |
 | BeginStartCopy(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(CloudBlob^, AccessCondition^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) |
Begins an asynchronous operation to start copying a blob's contents, properties, and metadata to this Azure file.
|
 | BeginStartCopy(CloudBlob, AsyncCallback, Object)(CloudBlob^, AsyncCallback^, Object^)(CloudBlob, AsyncCallback, Object)(CloudBlob, AsyncCallback, Object) |
Begins an asynchronous operation to start copying a blob's contents, properties, and metadata to this Azure file.
|
 | BeginStartCopy(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(CloudFile^, AccessCondition^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) |
Begins an asynchronous operation to start copying another file's contents, properties, and metadata to this file.
|
 | BeginStartCopy(CloudFile, AsyncCallback, Object)(CloudFile^, AsyncCallback^, Object^)(CloudFile, AsyncCallback, Object)(CloudFile, AsyncCallback, Object) |
Begins an asynchronous operation to start copying another file's contents, properties, and metadata to this file.
|
 | BeginStartCopy(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Uri^, AccessCondition^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) |
Begins an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.
|
 | BeginStartCopy(Uri, AsyncCallback, Object)(Uri^, AsyncCallback^, Object^)(Uri, AsyncCallback, Object)(Uri, AsyncCallback, Object) |
Begins an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.
|
 | BeginUploadFromByteArray(Byte[], Int32, Int32, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(array<Byte>^, Int32, Int32, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Byte[], Int32, Int32, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Byte(), Int32, Int32, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to upload the contents of a byte array to a file. |
 | BeginUploadFromByteArray(Byte[], Int32, Int32, AsyncCallback, Object)(array<Byte>^, Int32, Int32, AsyncCallback^, Object^)(Byte[], Int32, Int32, AsyncCallback, Object)(Byte(), Int32, Int32, AsyncCallback, Object) | Begins an asynchronous operation to upload the contents of a byte array to a file. |
 | BeginUploadFromFile(String, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(String^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(String, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) |
Begins an asynchronous operation to upload a file to the File service. If the file already exists on the service, it will be overwritten.
|
 | BeginUploadFromFile(String, AsyncCallback, Object)(String^, AsyncCallback^, Object^)(String, AsyncCallback, Object)(String, AsyncCallback, Object) |
Begins an asynchronous operation to upload a file to the File service. If the file already exists on the service, it will be overwritten.
|
 | BeginUploadFromStream(Stream, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Stream, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to upload a stream to a file. |
 | BeginUploadFromStream(Stream, AsyncCallback, Object)(Stream^, AsyncCallback^, Object^)(Stream, AsyncCallback, Object)(Stream, AsyncCallback, Object) | Begins an asynchronous operation to upload a stream to a file. |
 | BeginUploadFromStream(Stream, Int64, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream^, Int64, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Stream, Int64, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream, Int64, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to upload a stream to a file. |
 | BeginUploadFromStream(Stream, Int64, AsyncCallback, Object)(Stream^, Int64, AsyncCallback^, Object^)(Stream, Int64, AsyncCallback, Object)(Stream, Int64, AsyncCallback, Object) | Begins an asynchronous operation to upload a stream to a file. |
 | BeginUploadText(String, AsyncCallback, Object)(String^, AsyncCallback^, Object^)(String, AsyncCallback, Object)(String, AsyncCallback, Object) | Begins an asynchronous operation to upload a string of text to a file. |
 | BeginUploadText(String, Encoding, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(String^, Encoding^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, Encoding, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(String, Encoding, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to upload a string of text to a file. |
 | BeginWriteRange(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream^, Int64, String^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to write a range to a file. |
 | BeginWriteRange(Stream, Int64, String, AsyncCallback, Object)(Stream^, Int64, String^, AsyncCallback^, Object^)(Stream, Int64, String, AsyncCallback, Object)(Stream, Int64, String, AsyncCallback, Object) | Begins an asynchronous operation to write a range to a file. |
 | ClearRangeAsync(Int64, Int64)(Int64, Int64)(Int64, Int64)(Int64, Int64) | Returns a task that performs an asynchronous operation to clear ranges from a file. |
 | ClearRangeAsync(Int64, Int64, AccessCondition, FileRequestOptions, OperationContext)(Int64, Int64, AccessCondition^, FileRequestOptions^, OperationContext^)(Int64, Int64, AccessCondition, FileRequestOptions, OperationContext)(Int64, Int64, AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to clear ranges from a file. |
 | ClearRangeAsync(Int64, Int64, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Int64, Int64, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Int64, Int64, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Int64, Int64, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to clear ranges from a file. |
 | ClearRangeAsync(Int64, Int64, CancellationToken)(Int64, Int64, CancellationToken)(Int64, Int64, CancellationToken)(Int64, Int64, CancellationToken) | Returns a task that performs an asynchronous operation to clear ranges from a file. |
 | CreateAsync(Int64)(Int64)(Int64)(Int64) | Returns a task that performs an asynchronous operation to create a file. |
 | CreateAsync(Int64, AccessCondition, FileRequestOptions, OperationContext)(Int64, AccessCondition^, FileRequestOptions^, OperationContext^)(Int64, AccessCondition, FileRequestOptions, OperationContext)(Int64, AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to create a file. |
 | CreateAsync(Int64, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Int64, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Int64, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Int64, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to create a file. |
 | CreateAsync(Int64, CancellationToken)(Int64, CancellationToken)(Int64, CancellationToken)(Int64, CancellationToken) | Returns a task that performs an asynchronous operation to create a file. |
 | DeleteAsync()()()() | Returns a task that performs an asynchronous operation to delete the file. |
 | DeleteAsync(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition^, FileRequestOptions^, OperationContext^)(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to delete the file. |
 | DeleteAsync(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to delete the file. |
 | DeleteAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken) | Returns a task that performs an asynchronous operation to delete the file. |
 | DeleteIfExistsAsync()()()() | Returns a task that performs an asynchronous request to delete the file if it already exists. |
 | DeleteIfExistsAsync(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition^, FileRequestOptions^, OperationContext^)(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous request to delete the file if it already exists. |
 | DeleteIfExistsAsync(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous request to delete the file if it already exists. |
 | DeleteIfExistsAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken) | Returns a task that performs an asynchronous request to delete the file if it already exists. |
 | DownloadRangeToByteArrayAsync(Byte[], Int32, Nullable<Int64>, Nullable<Int64>)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64)) | Returns a task that performs an asynchronous operation to download the contents of a file to a byte array. |
 | DownloadRangeToByteArrayAsync(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to download the contents of a file to a byte array. |
 | DownloadRangeToByteArrayAsync(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to download the contents of a file to a byte array. |
 | DownloadRangeToByteArrayAsync(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, CancellationToken)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64), CancellationToken) | Returns a task that performs an asynchronous operation to download the contents of a file to a byte array. |
 | DownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>)(Stream^, Nullable<Int64>, Nullable<Int64>)(Stream, Nullable<Int64>, Nullable<Int64>)(Stream, Nullable(Of Int64), Nullable(Of Int64)) | Returns a task that performs an asynchronous operation to download the contents of a file to a stream. |
 | DownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(Stream^, Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^)(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(Stream, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to download the contents of a file to a stream. |
 | DownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream^, Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to download the contents of a file to a stream. |
 | DownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Stream^, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Stream, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Stream, Nullable(Of Int64), Nullable(Of Int64), CancellationToken) | Returns a task that performs an asynchronous operation to download the contents of a file to a stream. |
 | DownloadTextAsync()()()() | Returns a task that performs an asynchronous operation to download the file's contents as a string. |
 | DownloadTextAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken) | Returns a task that performs an asynchronous operation to download the file's contents as a string. |
 | DownloadTextAsync(Encoding, AccessCondition, FileRequestOptions, OperationContext)(Encoding^, AccessCondition^, FileRequestOptions^, OperationContext^)(Encoding, AccessCondition, FileRequestOptions, OperationContext)(Encoding, AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to download the file's contents as a string. |
 | DownloadTextAsync(Encoding, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Encoding^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Encoding, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Encoding, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to download the file's contents as a string. |
 | DownloadToByteArrayAsync(Byte[], Int32)(array<Byte>^, Int32)(Byte[], Int32)(Byte(), Int32) | Returns a task that performs an asynchronous operation to download the contents of a file to a byte array. |
 | DownloadToByteArrayAsync(Byte[], Int32, AccessCondition, FileRequestOptions, OperationContext)(array<Byte>^, Int32, AccessCondition^, FileRequestOptions^, OperationContext^)(Byte[], Int32, AccessCondition, FileRequestOptions, OperationContext)(Byte(), Int32, AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to download the contents of a file to a byte array. |
 | DownloadToByteArrayAsync(Byte[], Int32, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(array<Byte>^, Int32, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Byte[], Int32, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Byte(), Int32, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to download the contents of a file to a byte array. |
 | DownloadToByteArrayAsync(Byte[], Int32, CancellationToken)(array<Byte>^, Int32, CancellationToken)(Byte[], Int32, CancellationToken)(Byte(), Int32, CancellationToken) | Returns a task that performs an asynchronous operation to download the contents of a file to a byte array. |
 | DownloadToFileAsync(String, FileMode)(String^, FileMode)(String, FileMode)(String, FileMode) | Returns a task that performs an asynchronous operation to download the contents of a file in the File service to a local file. |
 | DownloadToFileAsync(String, FileMode, AccessCondition, FileRequestOptions, OperationContext)(String^, FileMode, AccessCondition^, FileRequestOptions^, OperationContext^)(String, FileMode, AccessCondition, FileRequestOptions, OperationContext)(String, FileMode, AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to download the contents of a file in the File service to a local file. |
 | DownloadToFileAsync(String, FileMode, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(String^, FileMode, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(String, FileMode, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(String, FileMode, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to download the contents of a file in the File service to a local file. |
 | DownloadToFileAsync(String, FileMode, CancellationToken)(String^, FileMode, CancellationToken)(String, FileMode, CancellationToken)(String, FileMode, CancellationToken) | Returns a task that performs an asynchronous operation to download the contents of a file in the File service to a local file. |
 | DownloadToStreamAsync(Stream)(Stream^)(Stream)(Stream) | Returns a task that performs an asynchronous operation to download the contents of a file to a stream. |
 | DownloadToStreamAsync(Stream, AccessCondition, FileRequestOptions, OperationContext)(Stream^, AccessCondition^, FileRequestOptions^, OperationContext^)(Stream, AccessCondition, FileRequestOptions, OperationContext)(Stream, AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to download the contents of a file to a stream. |
 | DownloadToStreamAsync(Stream, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Stream, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to download the contents of a file to a stream. |
 | DownloadToStreamAsync(Stream, CancellationToken)(Stream^, CancellationToken)(Stream, CancellationToken)(Stream, CancellationToken) | Returns a task that performs an asynchronous operation to download the contents of a file to a stream. |
 | EndAbortCopy(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) |
Ends an asynchronous operation to abort an ongoing copy operation.
|
 | EndClearRange(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Ends an asynchronous operation to clear ranges from a file. |
 | EndCreate(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Ends an asynchronous operation to create a file. |
 | EndDelete(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Ends an asynchronous operation to delete the file. |
 | EndDeleteIfExists(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Returns the result of an asynchronous request to delete the file if it already exists. |
 | EndDownloadRangeToByteArray(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Ends an asynchronous operation to download the contents of a file to a byte array. |
 | EndDownloadRangeToStream(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Ends an asynchronous operation to download the contents of a file to a stream. |
 | EndDownloadText(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Ends an asynchronous operation to download the file's contents as a string. |
 | EndDownloadToByteArray(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Ends an asynchronous operation to download the contents of a file to a byte array. |
 | EndDownloadToFile(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Ends an asynchronous operation to download the contents of a file in the File service to a local file. |
 | EndDownloadToStream(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Ends an asynchronous operation to download the contents of a file to a stream. |
 | EndExists(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Returns the asynchronous result of the request to check existence of the file. |
 | EndFetchAttributes(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Ends an asynchronous operation to populate the file's properties and metadata. |
 | EndListRanges(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Ends an asynchronous operation to return a collection of valid ranges and their starting and ending bytes. |
 | EndOpenRead(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Ends an asynchronous operation to open a stream for reading from the file. |
 | EndOpenWrite(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Ends an asynchronous operation to open a stream for writing to the file. |
 | EndResize(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Ends an asynchronous operation to resize a file. |
 | EndSetMetadata(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Ends an asynchronous operation to update the file's metadata. |
 | EndSetProperties(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Ends an asynchronous operation to update the file's properties. |
 | EndStartCopy(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) |
Ends an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.
|
 | EndUploadFromByteArray(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Ends an asynchronous operation to upload the contents of a byte array to a file. |
 | EndUploadFromFile(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Ends an asynchronous operation to upload a file to the File service. |
 | EndUploadFromStream(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Ends an asynchronous operation to upload a stream to a file. |
 | EndUploadText(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Ends an asynchronous operation to upload a string of text to a file. |
 | EndWriteRange(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult) | Ends an asynchronous operation to write a range to a file. |
 | Equals(Object)(Object^)(Object)(Object) | |
 | ExistsAsync()()()() | Returns a task that performs an asynchronous request to check existence of the file. |
 | ExistsAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken) | Returns a task that performs an asynchronous request to check existence of the file. |
 | ExistsAsync(FileRequestOptions, OperationContext)(FileRequestOptions^, OperationContext^)(FileRequestOptions, OperationContext)(FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous request to check existence of the file. |
 | ExistsAsync(FileRequestOptions, OperationContext, CancellationToken)(FileRequestOptions^, OperationContext^, CancellationToken)(FileRequestOptions, OperationContext, CancellationToken)(FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous request to check existence of the file. |
 | FetchAttributesAsync()()()() | Returns a task that performs an asynchronous operation to populate the file's properties and metadata. |
 | FetchAttributesAsync(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition^, FileRequestOptions^, OperationContext^)(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to populate the file's properties and metadata. |
 | FetchAttributesAsync(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to populate the file's properties and metadata. |
 | FetchAttributesAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken) | Returns a task that performs an asynchronous operation to populate the file's properties and metadata. |
 | Finalize()()()() | |
 | GetHashCode()()()() | |
 | GetSharedAccessSignature(SharedAccessFilePolicy)(SharedAccessFilePolicy^)(SharedAccessFilePolicy)(SharedAccessFilePolicy) |
Returns a shared access signature for the file.
|
 | GetSharedAccessSignature(SharedAccessFilePolicy, SharedAccessFileHeaders)(SharedAccessFilePolicy^, SharedAccessFileHeaders^)(SharedAccessFilePolicy, SharedAccessFileHeaders)(SharedAccessFilePolicy, SharedAccessFileHeaders) |
Returns a shared access signature for the file.
|
 | GetSharedAccessSignature(SharedAccessFilePolicy, SharedAccessFileHeaders, String)(SharedAccessFilePolicy^, SharedAccessFileHeaders^, String^)(SharedAccessFilePolicy, SharedAccessFileHeaders, String)(SharedAccessFilePolicy, SharedAccessFileHeaders, String) |
Returns a shared access signature for the file.
|
 | GetSharedAccessSignature(SharedAccessFilePolicy, SharedAccessFileHeaders, String, Nullable<SharedAccessProtocol>, IPAddressOrRange)(SharedAccessFilePolicy^, SharedAccessFileHeaders^, String^, Nullable<SharedAccessProtocol>, IPAddressOrRange^)(SharedAccessFilePolicy, SharedAccessFileHeaders, String, Nullable<SharedAccessProtocol>, IPAddressOrRange)(SharedAccessFilePolicy, SharedAccessFileHeaders, String, Nullable(Of SharedAccessProtocol), IPAddressOrRange) |
Returns a shared access signature for the file.
|
 | GetSharedAccessSignature(SharedAccessFilePolicy, String)(SharedAccessFilePolicy^, String^)(SharedAccessFilePolicy, String)(SharedAccessFilePolicy, String) |
Returns a shared access signature for the file.
|
 | GetType()()()() | |
 | ListRangesAsync()()()() | Returns a task that performs an asynchronous operation to return a collection of valid ranges and their starting and ending bytes. |
 | ListRangesAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken) | Returns a task that performs an asynchronous operation to return a collection of valid ranges and their starting and ending bytes. |
 | ListRangesAsync(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^)(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to return a collection of valid ranges and their starting and ending bytes. |
 | ListRangesAsync(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to return a collection of valid ranges and their starting and ending bytes. |
 | MemberwiseClone()()()() | |
 | OpenReadAsync()()()() | Returns a task that performs an asynchronous operation to open a stream for reading from the file. |
 | OpenReadAsync(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition^, FileRequestOptions^, OperationContext^)(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to open a stream for reading from the file. |
 | OpenReadAsync(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to open a stream for reading from the file. |
 | OpenReadAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken) | Returns a task that performs an asynchronous operation to open a stream for reading from the file. |
 | OpenWriteAsync(Nullable<Int64>)(Nullable<Int64>)(Nullable<Int64>)(Nullable(Of Int64)) | Returns a task that performs an asynchronous operation to open a stream for writing to the file. |
 | OpenWriteAsync(Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^)(Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to open a stream for writing to the file. |
 | OpenWriteAsync(Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to open a stream for writing to the file. |
 | OpenWriteAsync(Nullable<Int64>, CancellationToken)(Nullable<Int64>, CancellationToken)(Nullable<Int64>, CancellationToken)(Nullable(Of Int64), CancellationToken) | Returns a task that performs an asynchronous operation to open a stream for writing to the file. |
 | ResizeAsync(Int64)(Int64)(Int64)(Int64) | Returns a task that performs an asynchronous operation to resize a file. |
 | ResizeAsync(Int64, AccessCondition, FileRequestOptions, OperationContext)(Int64, AccessCondition^, FileRequestOptions^, OperationContext^)(Int64, AccessCondition, FileRequestOptions, OperationContext)(Int64, AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to resize a file. |
 | ResizeAsync(Int64, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Int64, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Int64, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Int64, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to resize a file. |
 | ResizeAsync(Int64, CancellationToken)(Int64, CancellationToken)(Int64, CancellationToken)(Int64, CancellationToken) | Returns a task that performs an asynchronous operation to resize a file. |
 | SetMetadataAsync()()()() | Returns a task that performs an asynchronous operation to update the file's metadata. |
 | SetMetadataAsync(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition^, FileRequestOptions^, OperationContext^)(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to update the file's metadata. |
 | SetMetadataAsync(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to update the file's metadata. |
 | SetMetadataAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken) | Returns a task that performs an asynchronous operation to update the file's metadata. |
 | SetPropertiesAsync()()()() | Returns a task that performs an asynchronous operation to update the file's properties. |
 | SetPropertiesAsync(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition^, FileRequestOptions^, OperationContext^)(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to update the file's properties. |
 | SetPropertiesAsync(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to update the file's properties. |
 | SetPropertiesAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken) | Returns a task that performs an asynchronous operation to update the file's properties. |
 | StartCopyAsync(CloudBlob)(CloudBlob^)(CloudBlob)(CloudBlob) |
Initiates an asynchronous operation to start copying a blob's contents, properties, and metadata to this Azure file.
|
 | StartCopyAsync(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext)(CloudBlob^, AccessCondition^, AccessCondition^, FileRequestOptions^, OperationContext^)(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext)(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext) |
Initiates an asynchronous operation to start copying a blob's contents, properties, and metadata to this Azure file.
|
 | StartCopyAsync(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(CloudBlob^, AccessCondition^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) |
Initiates an asynchronous operation to start copying a blob's contents, properties, and metadata to this Azure file.
|
 | StartCopyAsync(CloudBlob, CancellationToken)(CloudBlob^, CancellationToken)(CloudBlob, CancellationToken)(CloudBlob, CancellationToken) |
Initiates an asynchronous operation to start copying a blob's contents, properties, and metadata to this Azure file.
|
 | StartCopyAsync(CloudFile)(CloudFile^)(CloudFile)(CloudFile) |
Initiates an asynchronous operation to start copying another file's contents, properties, and metadata to this file.
|
 | StartCopyAsync(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext)(CloudFile^, AccessCondition^, AccessCondition^, FileRequestOptions^, OperationContext^)(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext)(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext) |
Initiates an asynchronous operation to start copying another file's contents, properties, and metadata to this file.
|
 | StartCopyAsync(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(CloudFile^, AccessCondition^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) |
Initiates an asynchronous operation to start copying another file's contents, properties, and metadata to this file.
|
 | StartCopyAsync(CloudFile, CancellationToken)(CloudFile^, CancellationToken)(CloudFile, CancellationToken)(CloudFile, CancellationToken) |
Initiates an asynchronous operation to start copying another file's contents, properties, and metadata to this file.
|
 | StartCopyAsync(Uri)(Uri^)(Uri)(Uri) |
Initiates an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.
|
 | StartCopyAsync(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext)(Uri^, AccessCondition^, AccessCondition^, FileRequestOptions^, OperationContext^)(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext)(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext) |
Initiates an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.
|
 | StartCopyAsync(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Uri^, AccessCondition^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) |
Initiates an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.
|
 | StartCopyAsync(Uri, CancellationToken)(Uri^, CancellationToken)(Uri, CancellationToken)(Uri, CancellationToken) |
Initiates an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.
|
 | ToString()()()() | |
 | UploadFromByteArrayAsync(Byte[], Int32, Int32)(array<Byte>^, Int32, Int32)(Byte[], Int32, Int32)(Byte(), Int32, Int32) | Returns a task that performs an asynchronous operation to upload the contents of a byte array to a file. |
 | UploadFromByteArrayAsync(Byte[], Int32, Int32, AccessCondition, FileRequestOptions, OperationContext)(array<Byte>^, Int32, Int32, AccessCondition^, FileRequestOptions^, OperationContext^)(Byte[], Int32, Int32, AccessCondition, FileRequestOptions, OperationContext)(Byte(), Int32, Int32, AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to upload the contents of a byte array to a file. |
 | UploadFromByteArrayAsync(Byte[], Int32, Int32, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(array<Byte>^, Int32, Int32, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Byte[], Int32, Int32, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Byte(), Int32, Int32, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to upload the contents of a byte array to a file. |
 | UploadFromByteArrayAsync(Byte[], Int32, Int32, CancellationToken)(array<Byte>^, Int32, Int32, CancellationToken)(Byte[], Int32, Int32, CancellationToken)(Byte(), Int32, Int32, CancellationToken) | Returns a task that performs an asynchronous operation to upload the contents of a byte array to a file. |
 | 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.
|
 | UploadFromStreamAsync(Stream)(Stream^)(Stream)(Stream) | Returns a task that performs an asynchronous operation to upload a stream to a file. |
 | UploadFromStreamAsync(Stream, AccessCondition, FileRequestOptions, OperationContext)(Stream^, AccessCondition^, FileRequestOptions^, OperationContext^)(Stream, AccessCondition, FileRequestOptions, OperationContext)(Stream, AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to upload a stream to a file. |
 | UploadFromStreamAsync(Stream, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Stream, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to upload a stream to a file. |
 | UploadFromStreamAsync(Stream, CancellationToken)(Stream^, CancellationToken)(Stream, CancellationToken)(Stream, CancellationToken) | Returns a task that performs an asynchronous operation to upload a stream to a file. |
 | UploadFromStreamAsync(Stream, Int64)(Stream^, Int64)(Stream, Int64)(Stream, Int64) | Returns a task that performs an asynchronous operation to upload a stream to a file. |
 | UploadFromStreamAsync(Stream, Int64, AccessCondition, FileRequestOptions, OperationContext)(Stream^, Int64, AccessCondition^, FileRequestOptions^, OperationContext^)(Stream, Int64, AccessCondition, FileRequestOptions, OperationContext)(Stream, Int64, AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to upload a stream to a file. |
 | UploadFromStreamAsync(Stream, Int64, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream^, Int64, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Stream, Int64, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream, Int64, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to upload a stream to a file. |
 | UploadFromStreamAsync(Stream, Int64, CancellationToken)(Stream^, Int64, CancellationToken)(Stream, Int64, CancellationToken)(Stream, Int64, CancellationToken) | Returns a task that performs an asynchronous operation to upload a stream to a file. |
 | UploadTextAsync(String)(String^)(String)(String) | Returns a task that performs an asynchronous operation to upload a string of text to a file. |
 | UploadTextAsync(String, CancellationToken)(String^, CancellationToken)(String, CancellationToken)(String, CancellationToken) | Returns a task that performs an asynchronous operation to upload a string of text to a file. |
 | UploadTextAsync(String, Encoding, AccessCondition, FileRequestOptions, OperationContext)(String^, Encoding^, AccessCondition^, FileRequestOptions^, OperationContext^)(String, Encoding, AccessCondition, FileRequestOptions, OperationContext)(String, Encoding, AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to upload a string of text to a file. |
 | UploadTextAsync(String, Encoding, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(String^, Encoding^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(String, Encoding, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(String, Encoding, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to upload a string of text to a file. |
 | WriteRangeAsync(Stream, Int64, String)(Stream^, Int64, String^)(Stream, Int64, String)(Stream, Int64, String) | Returns a task that performs an asynchronous operation to write a range to a file. |
 | WriteRangeAsync(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext)(Stream^, Int64, String^, AccessCondition^, FileRequestOptions^, OperationContext^)(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext)(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to write a range to a file. |
 | WriteRangeAsync(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream^, Int64, String^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to write a range to a file. |
 | WriteRangeAsync(Stream, Int64, String, CancellationToken)(Stream^, Int64, String^, CancellationToken)(Stream, Int64, String, CancellationToken)(Stream, Int64, String, CancellationToken) | Returns a task that performs an asynchronous operation to write a range to a file. |