Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Contains the URIs for both the primary and secondary locations of a Windows Azure Storage resource.

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

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.::..StorageUri

Syntax

 
public sealed class StorageUri
 
public ref class StorageUri sealed 
 
[<Sealed>]
type StorageUri = class end
 
Public NotInheritable Class StorageUri

Constructors

NameDescription
System_CAPS_pubmethodStorageUri(Uri)(Uri^)(Uri)(Uri)

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

System_CAPS_pubmethodStorageUri(Uri, Uri)(Uri^, Uri^)(Uri, Uri)(Uri, Uri)

Initializes a new instance of the StorageUri class using the primary and secondary endpoints for the storage account.

Properties

NameDescription
System_CAPS_pubpropertyPrimaryUriPrimaryUriPrimaryUriPrimaryUri

The endpoint for the primary location for the storage account.

System_CAPS_pubpropertySecondaryUriSecondaryUriSecondaryUriSecondaryUri

The endpoint for the secondary location for the storage account.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)
System_CAPS_pubmethodEquals(StorageUri)(StorageUri^)(StorageUri)(StorageUri)

Indicates whether the current object is equal to another object of the same type.

System_CAPS_pubmethodGetHashCode()()()()

Returns a hash code for this instance. (Overrides Object.::..GetHashCode()()()().)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetUri(StorageLocation)(StorageLocation)(StorageLocation)(StorageLocation)

Returns the URI for the storage account endpoint at the specified location.

System_CAPS_pubmethodToString()()()()

Returns a String that represents this instance. (Overrides Object.::..ToString()()()().)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top