CloudStorageAccount.BlobStorageUri Property (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
CloudStorageAccount.BlobStorageUri Property
CloudStorageAccount::BlobStorageUri Property
CloudStorageAccount.BlobStorageUri Property
CloudStorageAccount.BlobStorageUri Property
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
C++
public:
property StorageUri^ BlobStorageUri {
StorageUri^ get();
private: void set(StorageUri^ value);
}
Property Value
Type:
Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage::StorageUri^Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage.StorageUriA StorageUri containing the Blob service endpoints.
Return to top
Gets the endpoints for the Blob service at the primary and secondary location, as configured for the storage account.
Syntax
C++
public: property StorageUri^ BlobStorageUri { StorageUri^ get(); private: void set(StorageUri^ value); }
Property Value
Type: Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage::StorageUri^Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage.StorageUriA StorageUri containing the Blob service endpoints.