Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Initializes a new instance of the CloudBlobContainer class.

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

Syntax

 
public CloudBlobContainer(
	Uri containerAddress
)
 
public:
CloudBlobContainer(
	Uri^ containerAddress
)
 
new : 
        containerAddress:Uri -> CloudBlobContainer
 
Public Sub New (
	containerAddress As Uri
)

Parameters

containerAddress
Type: System.UriSystem::Uri^System.UriSystem.Uri

A Uri object specifying the absolute URI to the container.

Return to top