StorageLocation Enumeration

Windows Runtime Azure Storage Client Library

Represents a storage service location.

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

Usage

Visual Basic
Dim instance As StorageLocation

Syntax

Visual Basic
Public Enumeration StorageLocation
C#
public enum StorageLocation
C++
public enum class StorageLocation
J#
public enum StorageLocation
JScript
public enum StorageLocation

Members

Member nameDescription
PrimaryPrimary storage service location.
SecondarySecondary storage service location.

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