C#
C++
F#
VB
Initiates an asynchronous operation that gets a reference to a blob.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual Task<ICloudBlob> GetBlobReferenceFromServerAsync( Uri blobUri )
C++
public: [DoesServiceRequestAttribute] virtual Task<ICloudBlob^>^ GetBlobReferenceFromServerAsync( Uri^ blobUri )
[<DoesServiceRequestAttribute>] abstract GetBlobReferenceFromServerAsync : blobUri:Uri -> Task<ICloudBlob> [<DoesServiceRequestAttribute>] override GetBlobReferenceFromServerAsync : blobUri:Uri -> Task<ICloudBlob>
<DoesServiceRequestAttribute> Public Overridable Function GetBlobReferenceFromServerAsync ( blobUri As Uri ) As Task(Of ICloudBlob)
Parameters
- blobUri
-
Type:
System.UriSystem::Uri^System.UriSystem.Uri
A Uri containing the URI of the blob. The service assumes this is the URI for the blob at the primary location.
Return Value
Type: System.Threading.Tasks.Task<ICloudBlob>System.Threading.Tasks::Task<ICloudBlob^>^System.Threading.Tasks.Task<ICloudBlob>System.Threading.Tasks.Task(Of ICloudBlob)A Task<TResult><TResult><'TResult>(Of TResult) object of type ICloudBlob that represents the asynchronous operation.
See Also
GetBlobReferenceFromServerAsync Overload
CloudBlobClient Class
Microsoft.WindowsAzure.Storage.Blob Namespace