CloudBlockBlob.Uri Property

Gets the blob's URI for the primary location.

Namespace: Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

'Declaration
Public ReadOnly Property Uri As Uri
public Uri Uri { get; }
public:
virtual property Uri^ Uri {
    Uri^ get () sealed;
}

Property Value

A Uri specifying the absolute URI to the blob at the primary location.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

See Also

Reference

CloudBlockBlob Class
CloudBlockBlob Members
Microsoft.WindowsAzure.Storage.Blob Namespace