Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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 : IEquatable<StorageUri>
 
public ref class StorageUri sealed : IEquatable<StorageUri^>
 
[<Sealed>]
type StorageUri = 
    class
        interface IEquatable<StorageUri>
    end
 
Public NotInheritable Class StorageUri
	Implements IEquatable(Of 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)

Determines whether the specified Object is equal to this instance.(Overrides Object.::..Equals(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