StorageUri Members

Windows Runtime Azure Storage Client Library

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

The following tables list the members exposed by the StorageUri type.

Public Constructors

  Name Description
StorageUri Overloaded.  
Top

Public Properties

  Name Description
public property PrimaryUri The endpoint for the primary location for the storage account.
public property SecondaryUri The endpoint for the secondary location for the storage account.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals Overloaded.  
public method GetHashCode Overridden. Returns a hash code for this instance.
public method GetType  (Inherited from Object)
public method GetUri Returns the URI for the storage account endpoint at the specified location.
public method static Equality Compares two StorageUri objects for equivalency.
public method static Inequality Compares two StorageUri objects for non-equivalency.
public method ToString Overridden. Returns a String that represents this instance.
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also