Gets the URI that identifies the blob.
Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
'Usage
Dim instance As CloudBlob
Dim value As Uri
value = instance.Uri
/** @property */
public final Uri get_Uri ()
public final function get Uri () : Uri
Property Value
Type:
System.UriThe address of the blob.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows Vista, Windows 7 and Windows Server 2008
Target Platforms