C#
C++
F#
VB
CloudBlobContainer.::..GetBlobReferenceFromServerAsync Method (String)(String^)(String)(String)
Initiates an asynchronous operation that gets a reference to a blob in this container.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual Task<ICloudBlob> GetBlobReferenceFromServerAsync( string blobName )
C++
public: [DoesServiceRequestAttribute] virtual Task<ICloudBlob^>^ GetBlobReferenceFromServerAsync( String^ blobName )
[<DoesServiceRequestAttribute>] abstract GetBlobReferenceFromServerAsync : blobName:string -> Task<ICloudBlob> [<DoesServiceRequestAttribute>] override GetBlobReferenceFromServerAsync : blobName:string -> Task<ICloudBlob>
<DoesServiceRequestAttribute> Public Overridable Function GetBlobReferenceFromServerAsync ( blobName As String ) As Task(Of ICloudBlob)
Parameters
- blobName
-
Type:
System.StringSystem::String^System.StringSystem.String
A string containing the name of the blob.
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 that represents the asynchronous operation.
See Also
GetBlobReferenceFromServerAsync Overload
CloudBlobContainer Class
Microsoft.WindowsAzure.Storage.Blob Namespace