Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets the endpoints for the Blob service at the primary and secondary location, as configured for the storage account.

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

Syntax

 
public StorageUri BlobStorageUri { get; private set; }
 
public:
property StorageUri^ BlobStorageUri {
	StorageUri^ get();
	private: void set(StorageUri^ value);
}
 
member BlobStorageUri : StorageUri with get, private set
 
Public Property BlobStorageUri As StorageUri
	Get
	Private Set
End Property
Return to top