Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Returns a reference to a CloudBlobContainer object with the specified name.

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

Syntax

 
public CloudBlobContainer GetContainerReference(
	string containerName
)
 
public:
CloudBlobContainer^ GetContainerReference(
	String^ containerName
)
 
member GetContainerReference : 
        containerName:string -> CloudBlobContainer
 
Public Function GetContainerReference (
	containerName As String
) As CloudBlobContainer

Parameters

containerName
Type: System.StringSystem::String^System.StringSystem.String

A string containing the name of the container.

Return to top