StorageUri Constructor (Uri)

Windows Runtime Azure Storage Client Library

Initializes a new instance of the StorageUri class using the primary endpoint for the storage account.

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

Usage

Visual Basic
Dim primaryUri As Uri

Dim instance As New StorageUri(primaryUri)

Syntax

Visual Basic
Public Sub New ( _
	primaryUri As Uri _
)
C#
public StorageUri (
	Uri primaryUri
)
C++
public:
StorageUri (
	Uri^ primaryUri
)
J#
public StorageUri (
	Uri primaryUri
)
JScript
public function StorageUri (
	primaryUri : Uri
)

Parameters

primaryUri

The Uri for the primary endpoint.

Remarks


Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also